@pipeworx/blockstream-info
Connect: https://gateway.pipeworx.io/blockstream-info/mcp · Install: one-click buttons
Tools: 8
Blockstream Bitcoin block explorer MCP — Esplora API at blockstream.info. Mainnet by default; pass network: "testnet" for testnet. Keyless.
Tools
tip_height(network?)— current block heightblock(hash_or_height, network?)— block by hash or heighttransaction(txid, network?)— transaction detailstx_status(txid, network?)— confirmation statusaddress(address, network?)— address summary (chain + mempool stats)address_txs(address, network?)— recent transactions for an addressmempool(network?)— mempool size + fee histogramfee_estimates(network?)— recommended sat/vB by confirmation target
Data source
https://blockstream.info/api/ (mainnet) and https://blockstream.info/testnet/api/ (testnet) — both serve the Esplora REST API.
Tools
- tip_height — Current block height of the chain tip.
- block — Block by 64-char hex hash or by height.
- transaction — Transaction details by txid.
- tx_status — Confirmation status for a txid (block_height, block_hash, confirmed).
- address — Address summary (chain + mempool stats).
- address_txs — Recent transactions for an address (mempool + confirmed).
- mempool — Mempool size + fee histogram.
- fee_estimates — Recommended sat/vB by confirmation target.
Tools
-
address— Address summary (chain + mempool stats). -
address_txs— Recent transactions for an address (mempool + confirmed). -
block— Block by 64-char hex hash or by height. -
fee_estimates— Recommended sat/vB by confirmation target. -
mempool— Mempool size + fee histogram. -
tip_height— Current block height of the chain tip. -
transaction— Transaction details by txid. -
tx_status— Confirmation status for a txid (block_height, block_hash, confirmed).