Explore the full Bitcoin ecosystem with mempool.space, or self-host your own instance with one-click installation on popular Raspberry Pi fullnode distros including Umbrel, Raspiblitz, Start9, and more!
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
wiz b979594a04
Merge pull request #4262 from mempool/wiz/add-va1-mempoolspace-lightning-nodes
Add VA1 mempool.space lightning node pubkeys
6 days ago
.github Match CI toolchain with rust-toolchain 1 month ago
.vscode Fix: napi macro breaks rust-analyzer 3 months ago
backend Merge pull request #4262 from mempool/wiz/add-va1-mempoolspace-lightning-nodes 6 days ago
contributors Add orangesurf contributor declaration 2 weeks ago
docker Add missing ESPLORA FALLBACK vars to the start script 1 month ago
frontend Merge pull request #4248 from orangesurf/master 6 days ago
production ops: Add VA1 servers to prod config 6 days ago
unfurler ops: Fix WebGL for unfurler 4 weeks ago
.gitattributes Fix .gitattributes for line endings again 3 years ago
.gitignore Use Cargo workspace 3 months ago
.nvmrc Update to Node.js v16.16.0, use shared zlib for prod 1 year ago
CONTRIBUTING.md CONTRIBUTING.md: Ask contributors to sign their commits 1 year ago
Cargo.lock Added Logging and refactored a bit 3 months ago
Cargo.toml Feature: Use napi-rs instead of neon 3 months ago
GNUmakefile Remove all references to SQL tables import 2 years ago
LICENSE Update mosp strings from tm to r 3 months ago
LICENSE.AGPL-3.md Dual-license mempool under both the GNU AGPLv3 and GNU GPLv3 licenses 3 years ago
LICENSE.GPL-3.md Dual-license mempool under both the GNU AGPLv3 and GNU GPLv3 licenses 3 years ago
Makefile deploy: add Makefile for easier docker deploy 3 years ago
README.md Update mosp strings from tm to r 3 months ago
nginx-mempool.conf i18n: Enable Danish, disable Catalan 7 months ago
nginx.conf i18n: Enable Danish, disable Catalan 7 months ago
rust-toolchain Update rust-toolchain 1 month ago

README.md

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.