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
2024-11-16 19:28:10 +09:00
.github [tests] testnet -> testnet4 2024-05-18 20:52:45 +02:00
.vscode Fix: napi macro breaks rust-analyzer 2023-07-03 10:18:19 -04:00
backend Fix acceleration websocket ping/pong 2024-11-11 17:23:30 +00:00
contributors Merge pull request #5338 from jlopp/jloppAgreement 2024-07-14 05:17:02 +09:00
docker Merge branch 'master' into natsoni/block-first-seen-audit 2024-10-08 15:04:46 +09:00
frontend [accelerator] fix "Go back" button breaking payment flow 2024-11-16 11:23:09 +01:00
production ops: Fix install script nginx config parse error 2024-11-14 07:37:01 +09:00
rust/gbt Revert "ops: Remove potentially dangerous env var in rust build process" 2024-08-04 21:19:44 -04:00
scripts Add block delta to the logs 2023-09-23 13:32:12 -07:00
unfurler Bump version to 3.1.0-dev 2024-08-26 21:41:26 +09:00
.gitattributes Fix .gitattributes for line endings again 2020-07-24 22:42:08 +09:00
.gitignore Add a step to validate the JSON config generated for Docker 2024-02-06 19:47:09 -08:00
.nvmrc Reduce the test matrix to node v18 and v20 2023-09-30 08:57:57 -07:00
CONTRIBUTING.md CONTRIBUTING.md: Ask contributors to sign their commits 2022-07-11 19:42:56 +02:00
COPYING.md Remove old GPLv3 license file, rename AGPLv3 license to COPYING 2023-12-31 03:22:14 +09:00
LICENSE Add logo images and references to logos 2024-08-19 20:13:49 +02:00
nginx-mempool.conf Fix nginx caching for customize.js resource 2024-05-13 16:57:14 +00:00
nginx.conf Add Croatian language 2024-08-12 00:07:48 +02:00
README.md One more 2023-12-19 21:49:52 -07: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. If you want support for your own production instance of Mempool, or if you'd like to have your own instance of Mempool run by the mempool.space team on their own global ISP infrastructure—check out Mempool Enterprise®.

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.