Mempool: Bitcoin blockchain explorer and visualizer
Open-source Bitcoin mempool visualizer and blockchain explorer with transaction monitoring and fee estimation.
Learn more about Mempool
Mempool is a Bitcoin blockchain explorer and mempool visualization tool that provides real-time monitoring of Bitcoin transactions and network activity. The application consists of a backend API service that connects to Bitcoin Core and a frontend web interface for data visualization and exploration. It tracks unconfirmed transactions in the mempool, analyzes fee markets, and provides historical blockchain data through REST APIs. The software can be self-hosted on various platforms from Raspberry Pi installations to production servers, or accessed through the hosted mempool.space service.
Mempool Visualization
Provides real-time visualization of Bitcoin's mempool with transaction fee analysis and confirmation time estimates. Tracks unconfirmed transactions and displays mempool congestion patterns.
One-Click Deployment
Supports installation on popular Bitcoin full-node distributions including Umbrel, RaspiBlitz, and StartOS. Includes Docker containers and manual installation options for various deployment scenarios.
Comprehensive API
Offers REST API endpoints for transaction data, fee estimates, block information, and network statistics. Provides programmatic access to both current mempool state and historical blockchain data.
This release includes a hotfix for a potential crash loop if the list of mining pools fails to get updated from our GitHub repo.
- –backport blocks sha fix by @mononaut in
<img width="1273" alt="Address Poisoning" src="https://github.com/user-attachments/assets/6a1b2426-812d-4b03-bd33-63dcac05e662" />
- –Support for v3 transactions
- –Support for anchor outputs
- –New UTXO bubble chart on the address page
- –DATUM miner tags
- –Tags to identify runestone messages and inscriptions
<img width="400" src="https://github.com/user-attachments/assets/c8a139f7-a937-46a9-9794-5356f29eb00c">
- –For low-powered home server hardware, you can continue to use romanz/electrs as before.
- –Added Mempool Accelerator™ to accelerate TX from your own instance
- –Added Mempool Googles™ new mempool and blockchain analytics tool
- –Added RBF Timeline visualizations including support for FullRBF
- –Added CPFP and Effective Fee calculations in block visualizations
Related Repositories
Discover similar tools and frameworks used by developers
Substrate
A modular framework for building custom blockchains with configurable consensus and runtime logic.
BitcoinJS
A TypeScript-based Bitcoin library providing cryptographic functions and transaction handling for Node.js and browsers.
OpenZeppelin Contracts
A library of audited Solidity components for secure smart contract development on Ethereum and EVM-compatible chains.
Forge Std
Collection of contracts and libraries that provide testing utilities and cheatcode wrappers for Forge and Foundry.
go-libp2p
A modular peer-to-peer networking stack for Go applications, providing transport protocols and network services.