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-12-26 07:30:16 +09:00
.github Merge branch 'master' into update_gha 2022-12-16 18:46:59 -08:00
.vscode
backend improve thread error handling 2022-12-07 14:52:02 -06:00
contributors Accept the CLA for @WesVleuten 2022-09-01 07:51:18 +02:00
docker Merge branch 'master' into frontend_runtime_config 2022-11-21 17:46:02 +09:00
frontend Fix for spelling error in indexing status 2022-12-25 23:17:04 +04:00
production Merge pull request #2712 from Emzy/ops/mysql-fix 2022-12-01 15:37:53 +09:00
unfurler tolerate extra '/'s in unfurler requests 2022-10-20 21:13:13 +00:00
.gitattributes
.gitignore Ignore the new config files 2022-10-08 13:47:33 -07:00
.nvmrc
CONTRIBUTING.md
GNUmakefile
LICENSE
LICENSE.AGPL-3.md
LICENSE.GPL-3.md
Makefile
nginx-mempool.conf Update nginx cache settings for the frontend config files 2022-10-15 19:44:34 -07:00
nginx.conf
README.md

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.