No description
Find a file
wiz aa99aa9f72
Merge pull request #6148 from mempool/hunicus/adjust-docs-icon
Change nav links for docs/book to enterprise/db on official instances
2025-12-09 02:29:37 +09:00
.github Fix project review status identifier type 2025-12-08 17:09:38 +09:00
.vscode Fix: napi macro breaks rust-analyzer 2023-07-03 10:18:19 -04:00
backend Enable the mariadb auto upgrade process 2025-12-06 23:16:05 -08:00
contributors Accept CLA for AaronDewes 2025-11-02 09:31:52 +01:00
docker Enable the mariadb auto upgrade process 2025-12-06 23:16:05 -08:00
frontend Merge branch 'master' into hunicus/adjust-docs-icon 2025-12-09 02:25:27 +09:00
production remove obsolete conf settings for v30 2025-11-30 10:31:58 +00:00
rust/gbt Update Rust to 1.84 2025-01-26 10:05:19 -08:00
scripts Add block delta to the logs 2023-09-23 13:32:12 -07:00
unfurler bump unfurler tar-fs dependency to 2.1.4 2025-10-03 03:32:17 +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 Bump node version to v22 2025-04-02 13:42:25 +09: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 Update copyright year to 2025 2025-04-13 11:51:42 +09:00
nginx-mempool.conf docker: Add missing nginx route for /api/v1/services 2025-04-06 23:44:06 +09: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.