FreeAPI.watch

Blockchain.com Data API

Free Bitcoin blockchain data API from Blockchain.com providing prices, stats, blocks, and transaction data. No key required.

Status
🟢 Online · 295 ms
30-day uptime
68.93%
Free tier
Unlimited, no key, no credit card
Auth
No key required
Last 30 days

Free alternatives (live ranking)

Compare Blockchain.com Data API with…

Paid alternatives

Official docs ↗

Frequently Asked Questions

Does Blockchain.com Data API require an API key?

No, Blockchain.com Data API is freely accessible without registration or an API key.

What is Blockchain.com Data API's free tier?

Unlimited, no key, no credit card

Is Blockchain.com Data API currently online?

We check Blockchain.com Data API every hour. The current status is shown at the top of this page. You can also see the 30-day uptime history in the chart above.

Implementation notes

When to use Blockchain.com Data API

Blockchain.com's Data API is the simplest no-key Bitcoin data endpoint available. It provides the current Bitcoin price in multiple currencies, blockchain statistics (hash rate, difficulty, number of transactions), and block and transaction lookups — suitable for portfolio widgets, price tickers, and educational tools.

Common pitfalls

Quick start (bash)

curl "https://blockchain.info/ticker" | python3 -c "import sys,json; d=json.load(sys.stdin); print(f"BTC/USD: ${d['USD']['last']}, BTC/EUR: ${d['EUR']['last']}")"

Embed this badge

Add a live status badge to your README, docs, or website.

Blockchain.com Data API status badge

Markdown

[![Blockchain.com Data API Status](https://freeapi-builder.a10ayassine.workers.dev/badge/blockchain-info.svg)](https://freeapi.watch/blockchain-info)

HTML

<a href="https://freeapi.watch/blockchain-info"><img src="https://freeapi-builder.a10ayassine.workers.dev/badge/blockchain-info.svg" alt="Blockchain.com Data API Status"/></a>