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
2023-05-03 12:53:53 -06:00
.github Remove push trigger 2023-03-15 22:48:28 -07:00
.vscode Default relative paths in VsCode 2023-03-03 14:58:25 +09:00
backend new page listing recent RBF events 2023-05-03 12:53:53 -06:00
contributors Merge pull request #3016 from Arooba-git/fix-subscription-memory-leak 2023-02-14 13:37:00 +07:00
docker Add explicit timeout to mysql DB queries 2023-04-28 19:21:03 -06:00
frontend new page listing recent RBF events 2023-05-03 12:53:53 -06:00
production ops: Tweak boot-time delays for all daemons 2023-04-06 19:19:28 +09:00
unfurler tolerate extra '/'s in unfurler requests 2022-10-20 21:13:13 +00:00
.gitattributes Fix .gitattributes for line endings again 2020-07-24 22:42:08 +09:00
.gitignore Ignore the new config files 2022-10-08 13:47:33 -07:00
.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 Remove all references to SQL tables import 2022-01-05 13:26:36 +04:00
LICENSE Update legal notices for 2023 2023-02-25 04:34:09 -05: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 i18n: Enable Danish, disable Catalan 2023-03-08 21:14:46 +09:00
nginx.conf i18n: Enable Danish, disable Catalan 2023-03-08 21:14:46 +09:00
README.md Add poster image for readme video 2023-03-19 22:58:39 -04:00

The Mempool Open Source Projectâ„¢ mempool

https://user-images.githubusercontent.com/93150691/226236121-375ea64f-b4a1-4cc0-8fad-a6fb33226840.mp4


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.

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.