The Maestro Esplora API offers a forked Mempool.Space instance, with support for both Bitcoin mainnet and Bitcoin testnet4. Repo: https://github.com/maestro-org/mempool
Service Availability
The Esplora service is available on the following blockchains:Service | Bitcoin | Cardano | Dogecoin |
---|---|---|---|
Esplora | API Reference | - | - |
Key Features
Transactions
- Fetch transaction details, raw hex, and status.
- Retrieve merkle proofs (both
bitcoind
andElectrum
style). - Broadcast raw transactions.
- Check spending status of outputs.
Addresses & Scripthashes
- Lookup balances and stats for addresses and scripthashes.
- View confirmed and mempool transaction history.
- Fetch associated UTXOs.
- Search by address prefix.
Blocks
- Get full block details including headers, transactions, txids.
- Access block metadata like height, weight, merkle root.
- Fetch block status and raw binary representation.
Mempool
- View mempool stats: total count, vsize, fees.
- Get full mempool txid list and most recent entries.
- Access fee-rate distribution histogram.
Fee Estimates
- Retrieve estimated fee rates for confirmation targets (1-1008 blocks).
Use Cases
- Build block explorers and analytics dashboards.
- Monitor transactions and fee trends.
- Query UTXOs and spending data for wallets.
- Implement mempool-aware transaction trackers.