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
2023-09-23 13:32:12 -07:00
.github Add block height workflow 2023-09-23 11:57:20 -07:00
.vscode Fix: napi macro breaks rust-analyzer 2023-07-03 10:18:19 -04:00
backend Bump axios from 1.4.0 to 1.5.0 in /backend 2023-09-23 15:20:54 +00:00
contributors Add orangesurf contributor declaration 2023-09-12 19:29:33 +01:00
docker Add missing ESPLORA FALLBACK vars to the start script 2023-08-16 16:08:01 -07:00
frontend Update Cypress to v13 and other test deps 2023-09-22 18:51:29 -07:00
production ops: Add VA1 servers to prod config 2023-09-17 19:56:33 -04:00
scripts Add block delta to the logs 2023-09-23 13:32:12 -07:00
unfurler ops: Fix WebGL for unfurler 2023-08-26 04:40:12 +09:00
.gitattributes Fix .gitattributes for line endings again 2020-07-24 22:42:08 +09:00
.gitignore Use Cargo workspace 2023-07-03 10:18:15 -04:00
.nvmrc Update to Node.js v16.16.0, use shared zlib for prod 2022-07-08 17:22:56 +02:00
Cargo.lock Added Logging and refactored a bit 2023-07-03 10:18:20 -04:00
Cargo.toml Feature: Use napi-rs instead of neon 2023-07-03 10:18:16 -04:00
CONTRIBUTING.md CONTRIBUTING.md: Ask contributors to sign their commits 2022-07-11 19:42:56 +02:00
GNUmakefile Remove all references to SQL tables import 2022-01-05 13:26:36 +04:00
LICENSE Update mosp strings from tm to r 2023-06-27 12:37:04 -04:00
LICENSE.AGPL-3.md Dual-license mempool under both the GNU AGPLv3 and GNU GPLv3 licenses 2021-03-27 20:02:53 +09:00
LICENSE.GPL-3.md Dual-license mempool under both the GNU AGPLv3 and GNU GPLv3 licenses 2021-03-27 20:02:53 +09:00
Makefile deploy: add Makefile for easier docker deploy 2021-03-23 19:57:04 -04: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 Update mosp strings from tm to r 2023-06-27 12:37:04 -04:00
rust-toolchain Update rust-toolchain 2023-08-21 17:47:58 +09: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.

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.