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-09-06 10:51:14 +02:00
.github Unpublish the Github Sponsor links 2022-08-19 22:38:18 +09:00
.vscode
backend Merge pull request #2474 from mempool/simon/search-results-greyed 2022-08-31 14:55:40 +02:00
contributors Add contributors/junderw.txt 2022-08-19 01:14:54 +09:00
docker Add missing lightning configuration variables where needed 2022-08-19 22:08:36 +02:00
frontend Show that we don't know where a node is because it's running on tor 2022-09-06 10:51:14 +02:00
production [ops] Add missing unfurl nginx route 2022-08-30 16:50:31 +02:00
unfurler Merge pull request #2484 from mononaut/new-default-preview-img 2022-09-01 11:09:21 +02:00
.gitattributes
.gitignore
.nvmrc Update to Node.js v16.16.0, use shared zlib for prod 2022-07-08 17:22:56 +02:00
CONTRIBUTING.md CONTRIBUTING.md: Ask contributors to sign their commits 2022-07-11 19:42:56 +02:00
GNUmakefile
LICENSE
LICENSE.AGPL-3.md
LICENSE.GPL-3.md
Makefile
nginx-mempool.conf
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.