approvedbitcoin-tools
Bitcoin Mempool Real Time Statistics
Get 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.
Networks
Base (Coinbase L2)solana:mainnetNoble
Regions
Global (no regional restriction)
Tags
#bitcoin#mempool#realtime#btc#network
How to use
Sample response
{"chain":"bitcoin","tipHeight":951947,"mempool":{"unconfirmedTxCount":111862,"totalVsizeMb":44.2,"avgSatsPerVbyte":0.22},"difficultyAdjustment":{"progressPercent":19.59,"estimatedChange":-0.87,"remainingBlocks":1621,"avgBlockTimeSeconds":600}}curl -X GET 'https://proxy.suverse.io/v1/data/bitcoin-mempool-stats'