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 can not 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
softsimon 5977251a20
Merge pull request #3316 from mempool/mononaut/projected-median-fee
3 days ago
.github Remove push trigger 2 weeks ago
.vscode Default relative paths in VsCode 4 weeks ago
backend clean up unused vars in mempool-blocks.ts 3 days ago
contributors Merge pull request #3016 from Arooba-git/fix-subscription-memory-leak 2 months ago
docker docker: Minor tweak to frontend entrypoint LND detection 1 week ago
frontend Use effective fee rate heuristics for block fee span 3 days ago
production Enabling mempool in lightning prod 4 days ago
unfurler tolerate extra '/'s in unfurler requests 5 months ago
.gitattributes Fix .gitattributes for line endings again 3 years ago
.gitignore Ignore the new config files 6 months ago
.nvmrc Update to Node.js v16.16.0, use shared zlib for prod 9 months ago
CONTRIBUTING.md CONTRIBUTING.md: Ask contributors to sign their commits 9 months ago
GNUmakefile Remove all references to SQL tables import 1 year ago
LICENSE Update legal notices for 2023 1 month ago
LICENSE.AGPL-3.md Dual-license mempool under both the GNU AGPLv3 and GNU GPLv3 licenses 2 years ago
LICENSE.GPL-3.md Dual-license mempool under both the GNU AGPLv3 and GNU GPLv3 licenses 2 years ago
Makefile deploy: add Makefile for easier docker deploy 2 years ago
README.md Add poster image for readme video 2 weeks ago
nginx-mempool.conf i18n: Enable Danish, disable Catalan 3 weeks ago
nginx.conf i18n: Enable Danish, disable Catalan 3 weeks 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.