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
Joost Jager 9e5d10b15f Add average fee delta to pool ranking
Co-authored-by: mononaut <83316221+mononaut@users.noreply.github.com>
2023-07-04 11:25:39 +00:00
.github Remove node 19 and 20 due to Angular incompatibility 2023-05-11 22:15:29 -07:00
.vscode Default relative paths in VsCode 2023-03-03 14:58:25 +09:00
backend Add average fee delta to pool ranking 2023-07-04 11:25:39 +00:00
contributors sign contributor agreement 2023-06-24 16:30:29 -05:00
docker Fix Docker config file to use the correct types 2023-05-14 14:26:38 -07:00
frontend Add average fee delta to pool ranking 2023-07-04 11:25:39 +00:00
production Add statistics/all to cache warmer, change query keyword 2023-06-30 19:52:05 -04:00
unfurler
.gitattributes
.gitignore
.nvmrc
CONTRIBUTING.md
GNUmakefile
LICENSE
LICENSE.AGPL-3.md
LICENSE.GPL-3.md
Makefile
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.