Maestro Platform
Esplora API
8 min
the esplora api is a restful service designed by blockstream https //github com/blockstream/esplora that provides a lightweight and efficient http interface for accessing bitcoin data including blocks, transactions and addresses esplora is designed for performance and ease of integration, making it ideal for explorers, wallets, and backend services that need fast blockchain reads without running a full node rpc server the maestro esplora api offers a forked mempool space https //github com/mempool/mempool instance, with support for both bitcoin mainnet and bitcoin testnet4 repo https //github com/maestro org/mempool https //github com/maestro org/mempool service availability the esplora service is available on the following blockchains service bitcoin cardano dogecoin esplora api reference https //www postman com/go maestro/maestro api/collection/tbetkqq/bitcoin esplora api key features transactions fetch transaction details, raw hex, and status retrieve merkle proofs (both bitcoind and electrum 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