Skill is based on mempool (mempool.space) backend and frontend API surface, generated at 2026-02-24.
Mempool is the open-source mempool visualizer, block explorer, and API service behind mempool.space. It provides REST and WebSocket APIs for fees, blocks, transactions, addresses (with Electrum/Esplora), mining pools and hashrate, optional Lightning explorer, and Liquid assets. Use this skill when building agents or tools that query or stream Bitcoin/Liquid chain and mempool data.
Core References
| Topic |
Description |
Reference |
| REST API overview |
Base URL, prefix /api/v1/, main endpoint groups |
core-rest-api |
| WebSocket |
Live blocks, mempool-blocks, stats, want/track actions |
core-websocket |
| Configuration |
mempool-config.json, env overrides, backend behavior |
core-configuration |
Features
Fees and Mempool
| Topic |
Description |
Reference |
| Fees and mempool state |
Recommended/precise fees, mempool blocks, transaction times, CPFP |
features-fees-mempool |
Blocks and Transactions
| Topic |
Description |
Reference |
| Blocks and transactions |
Block list/hash/txids/txs, tx status/outspends, push tx, RBF |
features-blocks-transactions |
Addresses
| Topic |
Description |
Reference |
| Addresses and scripthash |
Address stats, txs, UTXO, validation (Electrum/Esplora) |
features-addresses |
Liquid and Lightning
| Topic |
Description |
Reference |
| Liquid |
Assets, icons, supply (Liquid network) |
features-liquid |
| Lightning and mining |
Lightning search/nodes/channels; mining pools, hashrate, statistics |
features-lightning-mining-statistics |
Services
| Topic |
Description |
Reference |
| Acceleration and services |
Accelerator API, wallet/stratum when enabled |
features-acceleration-services |
Best Practices
| Topic |
Description |
Reference |
| API usage |
Network selection, init-data vs WebSocket, pagination, 503 handling |
best-practices-api-usage |
1---2name: mempool3description: Mempool.space REST and WebSocket API for Bitcoin (and Liquid) mempool, blocks, transactions, addresses, fees, mining, and Lightning explorer.4---56> Skill is based on mempool (mempool.space) backend and frontend API surface, generated at 2026-02-24.78Mempool is the open-source mempool visualizer, block explorer, and API service behind mempool.space. It provides REST and WebSocket APIs for fees, blocks, transactions, addresses (with Electrum/Esplora), mining pools and hashrate, optional Lightning explorer, and Liquid assets. Use this skill when building agents or tools that query or stream Bitcoin/Liquid chain and mempool data.910## Core References1112| Topic | Description | Reference |13|-------|-------------|-----------|14| REST API overview | Base URL, prefix `/api/v1/`, main endpoint groups | [core-rest-api](references/core-rest-api.md) |15| WebSocket | Live blocks, mempool-blocks, stats, want/track actions | [core-websocket](references/core-websocket.md) |16| Configuration | mempool-config.json, env overrides, backend behavior | [core-configuration](references/core-configuration.md) |1718## Features1920### Fees and Mempool2122| Topic | Description | Reference |23|-------|-------------|-----------|24| Fees and mempool state | Recommended/precise fees, mempool blocks, transaction times, CPFP | [features-fees-mempool](references/features-fees-mempool.md) |2526### Blocks and Transactions2728| Topic | Description | Reference |29|-------|-------------|-----------|30| Blocks and transactions | Block list/hash/txids/txs, tx status/outspends, push tx, RBF | [features-blocks-transactions](references/features-blocks-transactions.md) |3132### Addresses3334| Topic | Description | Reference |35|-------|-------------|-----------|36| Addresses and scripthash | Address stats, txs, UTXO, validation (Electrum/Esplora) | [features-addresses](references/features-addresses.md) |3738### Liquid and Lightning3940| Topic | Description | Reference |41|-------|-------------|-----------|42| Liquid | Assets, icons, supply (Liquid network) | [features-liquid](references/features-liquid.md) |43| Lightning and mining | Lightning search/nodes/channels; mining pools, hashrate, statistics | [features-lightning-mining-statistics](references/features-lightning-mining-statistics.md) |4445### Services4647| Topic | Description | Reference |48|-------|-------------|-----------|49| Acceleration and services | Accelerator API, wallet/stratum when enabled | [features-acceleration-services](references/features-acceleration-services.md) |5051## Best Practices5253| Topic | Description | Reference |54|-------|-------------|-----------|55| API usage | Network selection, init-data vs WebSocket, pagination, 503 handling | [best-practices-api-usage](references/best-practices-api-usage.md) |