Skip to content
Back to search
30
MCP http

Bitcoin Block Information

x402/bitcoin-block-information

Get detailed information for any Bitcoin block by height or hash. Returns block hash, height, timestamp, transaction count, total fees paid to miner, miner pool identification when known, block size and weight, difficulty, merkle root, version, nonce, and the list of transaction IDs up to 100. Useful for AI agents analyzing Bitcoin network state. [x402: $0.05/call on base, category=finance]

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
0
callable

Similar MCP servers embedding-nearest

Bitcoin Transaction Decoder
Decode any Bitcoin transaction by txid into a human readable structure. Returns inputs with source addresses and amounts, outputs with desti
0 tools · http
Bitcoin Mempool Real Time Statistics
Get current Bitcoin mempool statistics in real time. Returns unconfirmed transaction count, total mempool vsize in MB, fee histogram, averag
0 tools · http
Bitcoin
Integrates with Bitcoin network and blockchain data via Blockstream API to enable transaction monitoring, wallet management, and blockchain
0 tools
Bitcoin Address Balance and History
Get balance and recent transaction history for any Bitcoin address. Returns confirmed balance in BTC and sats, unconfirmed mempool delta, to
0 tools · http
Cosmos Chain Network Info
Get current network information for any Cosmos chain including current block height, latest block time, sampled average block time, total st
0 tools · http
Base Wallet Transaction History
Get recent transaction history for any Base wallet address with parsed details. Returns up to 20 recent transactions with hash, timestamp, v
0 tools · http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "bitcoin_block_information": {
      "url": "https://proxy.suverse.io/v1/data/bitcoin-block-info",
      "transport": "http"
    }
  }
}