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 6ef15bddcd
Merge pull request #4314 from mempool/dependabot/npm_and_yarn/backend/babel/core-7.23.2
Bump @babel/core from 7.21.4 to 7.23.2 in /backend
2023-11-07 10:43:03 +09:00
.github Merge branch 'master' into knorrium/update_node_matrix 2023-09-30 08:59:25 -07:00
.vscode Fix: napi macro breaks rust-analyzer 2023-07-03 10:18:19 -04:00
backend Merge pull request #4314 from mempool/dependabot/npm_and_yarn/backend/babel/core-7.23.2 2023-11-07 10:43:03 +09:00
contributors Agree to Contributor License Agreement 2023-10-23 15:56:07 +02:00
docker Fix stray , in docker backend config 2023-10-28 21:06:33 +00:00
frontend Merge branch 'master' into master 2023-10-22 17:25:20 +01:00
production fix: configure crontab for electrs single script 2023-10-06 12:48:46 -04:00
scripts Add script to print the backend info on all servers 2023-09-23 07:57:49 -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 Reduce the test matrix to node v18 and v20 2023-09-30 08:57:57 -07: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
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
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.