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
softsimon 701701e13c
Merge pull request #5013 from mempool/natsoni/fix-liquid-footer
Remove Mining dashboard from Liquid footer
2024-04-26 11:54:36 +07:00
.github Bump dtolnay/rust-toolchain 2024-04-15 03:00:06 +00:00
.vscode Fix: napi macro breaks rust-analyzer 2023-07-03 10:18:19 -04:00
backend Bump mysql2 from 3.9.4 to 3.9.7 in /backend 2024-04-23 23:11:18 +00:00
contributors Add contributor statement 2024-04-12 18:05:18 +01:00
docker Paid currency api support 2024-04-12 14:10:47 +09:00
frontend Add config check to show mining dashboard in footer 2024-04-24 11:00:51 +02:00
production [prod] disable LN TOPOLOGY_FOLDER by default 2024-04-19 09:06:10 +02:00
rust/gbt Read FD from the environment variables 2024-04-03 18:13:14 +09:00
scripts Add block delta to the logs 2023-09-23 13:32:12 -07:00
unfurler Add draft sip tx page 2024-04-02 05:28:03 +00: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 Fix space 2023-12-18 09:35:14 +00: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 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.