Bitcoin Mempool Real Time Statistics
x402/bitcoin-mempool-real-time-statisticsGet current Bitcoin mempool statistics in real time. Returns unconfirmed transaction count, total mempool vsize in MB, fee histogram, average sats per vbyte, current tip block height, and the next difficulty adjustment estimate with progress percent, remaining blocks, and average block time. Critical for AI agents timing Bitcoin transactions. [x402: $0.05/call on base, category=finance]
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"bitcoin_mempool_real_time_statistics": {
"url": "https://proxy.suverse.io/v1/data/bitcoin-mempool-stats",
"transport": "http"
}
}
}