Blockchain.com API logo

Blockchain.com API

Blockchain.com API

DegradedFreefinancial

Blockchain.com (formerly Blockchain.info) API provides Bitcoin block explorer data — BTC address balance, transactions, blocks, market quotes, Wallet API.

Visit site ↗Documentation ↗Health checked 9h ago
Use it when

Long-established (founded 2011, Bitcoin OG)

Watch for

BTC-specific (other chains use respective explorers)

First check

GET https://blockchain.info/rawaddr/{btc_address} for address full transaction history. Or register API key for higher rate limits.

Auth
api_key
CORS
?
HTTPS
Yes
Signup
?
Latency
189 ms
Protocol
REST, WebSocket
Pricing
freemium

Uptime · 30-day window

Probes: 1Uptime: 0%Avg latency: 189ms
01

About this API

Blockchain.com is a Bitcoin infrastructure company founded 2011, originally named Blockchain.info — the longest-standing Bitcoin block explorer + wallet provider. Before Ethereum and Etherscan, BTC users used blockchain.info to view transactions and blocks. Today the company has expanded to include the Blockchain.com exchange, institutional services, and crypto wallet (tens of millions of users). API mainly serves developers: query BTC address balance and transaction history, block details, network stats (hash rate, mempool status), market quotes, Wallet API (programmatic transactions). Free to use, tight rate limits (1 req/s), commercial needs Pro plan.

02

What you can build

  • 1BTC wallet balance and transaction queries
  • 2Bitcoin blockchain analysis
  • 3BTC real-time price widgets
  • 4Deposit/withdrawal address monitoring
03

Strengths & limitations

Strengths

  • Long-established (founded 2011, Bitcoin OG)
  • Free to use
  • Deep BTC data

Limitations

  • BTC-specific (other chains use respective explorers)
  • Dated API design (no official SDK)
04

Example request

Generic template — replace <endpoint> with the real path from the docs.
curl https://www.blockchain.com/<endpoint> \
  -H "Authorization: Bearer $API_KEY"
# Some providers use X-Api-Key instead — verify in the docs.
05

Getting started

GET https://blockchain.info/rawaddr/{btc_address} for address full transaction history. Or register API key for higher rate limits.

06

FAQ

Can it be used for other coins?+

Mainly BTC. Bitcoin Cash partially supported. Other coins use respective chain explorers.

07

Technical details

CORS: ?HTTPS: YesSignup: ?Open source: No
Auth type
api_key
Pricing
freemium
Rate limit
free 1 req/秒;Pro 更高
Protocols
REST, WebSocket
SDKs
javascript, python, go
Response time
189 ms
Last health check
5/12/2026, 7:37:09 AM
08

Tags