An open-source explorer developed for the Bitcoin community, focusing on the emerging transaction fee market to help our transition into a multi-layer ecosystem.
Go to file
2022-07-04 17:58:36 +02:00
.github Skip tests if branch name starts with ops 2022-07-04 02:55:21 -07:00
.vscode Backend: Bumping Typescript version to 4.4.2 (#748) 2021-08-31 15:09:33 +03:00
backend Fixes the minium tx fee bug introduced in ecbd18087b 2022-06-25 19:06:26 +02:00
contributors Add contributors agreement for mononaut 2022-06-01 13:48:58 +00:00
docker Fix typo in docker docs 2022-06-24 13:55:26 -04:00
frontend Fix js crash when loading faq - fix crash when switching tabs with active fragment 2022-06-27 00:15:11 +02:00
production Create directories for Linux in prod install 2022-07-04 17:58:36 +02:00
.gitattributes Fix .gitattributes for line endings again 2020-07-24 22:42:08 +09:00
.gitignore deploy: add Makefile for easier docker deploy 2021-03-23 19:57:04 -04:00
.nvmrc Update the recommended node version to v16.5.0 (LTS) 2022-05-09 21:59:09 -07:00
CONTRIBUTING.md Add new Contributor License Agreement policy 2022-01-25 09:30:11 +00:00
GNUmakefile Remove all references to SQL tables import 2022-01-05 13:26:36 +04:00
LICENSE Update copyright years in legal notices 2022-01-25 09:36:02 +00:00
LICENSE.AGPL-3.md Dual-license mempool under both the GNU AGPLv3 and GNU GPLv3 licenses 2021-03-27 20:02:53 +09:00
LICENSE.GPL-3.md Dual-license mempool under both the GNU AGPLv3 and GNU GPLv3 licenses 2021-03-27 20:02:53 +09:00
Makefile deploy: add Makefile for easier docker deploy 2021-03-23 19:57:04 -04:00
nginx-mempool.conf Remove unused config from nginx 2022-05-18 11:23:51 +09:00
nginx.conf Increase nginx send_timeout and keepalive_requests 2022-01-27 05:56:38 +00:00
README.md Clarify that manual installs are meant for devs 2022-06-11 11:05:53 -04:00

The Mempool Open Source Projectâ„¢ mempool

Mempool is the fully-featured mempool visualizer, explorer, and API service running at mempool.space.

It is an open-source project developed and operated for the benefit of the Bitcoin community, with a focus on the emerging transaction fee market that is evolving Bitcoin into a multi-layer ecosystem.

mempool

Installation Methods

Mempool can be self-hosted on a wide variety of your own hardware, ranging from a simple one-click installation on a Raspberry Pi full-node distro all the way to a robust production instance on a powerful FreeBSD server.

Most people should use a one-click install method. Other install methods are meant for developers and others with experience managing servers.

One-Click Installation

Mempool can be conveniently installed on the following full-node distros:

We highly recommend you deploy your own Mempool instance this way. No matter which option you pick, you'll be able to get your own fully-sovereign instance of Mempool up quickly without needing to fiddle with any settings.

Advanced Installation Methods

Mempool can be installed in other ways too, but we only recommend doing so if you're a developer, have experience managing servers, or otherwise know what you're doing.

  • See the docker/ directory for instructions on deploying Mempool with Docker.
  • See the backend/ and frontend/ directories for manual install instructions oriented for developers.
  • See the production/ directory for guidance on setting up a more serious Mempool instance designed for high performance at scale.