BTC.com API (BTC.com Explorer & Pool API)

BTC.com API (BTC.com Explorer & Pool API) MCP Connector for Claude

F

Access real-time Bitcoin blockchain data and mining pool statistics including blocks, transactions, addresses, and worker performance.

13 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect to the BTC.com API to integrate comprehensive Bitcoin blockchain exploration and mining pool management into your AI workflows. This server provides a dual-purpose interface for both public blockchain data and private mining operations.

What you can do

  • Blockchain Explorer — Query specific blocks, transactions, and unconfirmed mempool data using hashes or heights.
  • Address Analysis — Fetch balances, UTXOs, and complete transaction history for any Bitcoin address.
  • Mining Pool Stats — Monitor your account hashrate (15m, 24h), rejection rates, and historical performance.
  • Worker Management — List all mining workers and inspect individual statistics to identify active, inactive, or dead units.
  • Financial Tracking — Retrieve payment history and account-level statistics directly through your agent.

How it works

  1. Subscribe to this server
  2. (Optional) Enter your BTC.com Access Key to enable Pool API features
  3. Start querying Bitcoin data from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Crypto Developers — Verify transaction inputs/outputs and debug address balances without leaving the code editor.
  • Mining Operators — Monitor farm health and hashrate stability through natural language queries.
  • Data Analysts — Extract real-time blockchain metrics and block metadata for research and reporting.
bitcoinblockchain-explorermining-poolcrypto-apihashrate-monitor

13 tools expose this connector's capabilities to your AI agent.

get_account_stats

Requires BTC_COM_ACCESS_KEY. Get account hashrate and stats

get_address_summary

Get address summary

get_address_transactions

Get address transactions

get_address_utxo

Get unspent transaction outputs (UTXO) for an address

get_block

Get block information by hash or height

get_block_transactions

Get transactions for a specific block

get_hashrate_history

Requires BTC_COM_ACCESS_KEY. Get hashrate history

get_latest_block

Get the latest block information

get_payment_history

Requires BTC_COM_ACCESS_KEY. Get payment history

get_transaction

Get transaction details

get_unconfirmed_transactions

Get unconfirmed transactions

get_worker_list

Requires BTC_COM_ACCESS_KEY. Get worker list

get_worker_stats

Requires BTC_COM_ACCESS_KEY. Get worker stats

See how to talk to your AI agent using BTC.com API (BTC.com Explorer & Pool API).

Get the latest block information from the Bitcoin network.

I've retrieved the latest block. Height: 834291, Hash: 0000000000000000000... It contains 3,421 transactions and was mined at...

Show me the balance and summary for Bitcoin address 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa.

Using `get_address_summary`, I found that this address has a total balance of 99.98 BTC with 1,204 transactions recorded.

List all my active mining workers and their current hashrate.

I've fetched your worker list. You have 12 active workers. Worker 'Antminer_S19_01' is currently hashing at 104 TH/s.

Yes. Explorer tools like `get_address_summary` and `get_address_transactions` are public and do not require a BTC_COM_ACCESS_KEY.

Related Connectors