All chains
Bitcoin

Bitcoin

Bitcoin Layer 1

Bitcoin is the original decentralized cryptocurrency and the largest blockchain by market cap. SQD provides full historical indexing of all Bitcoin blocks, transactions, inputs, and outputs.

Quick Facts
Networks 1
Runtime Bitcoin
Real-time Yes
Data tables 4
Category Layer 1

Networks

bitcoin-mainnet
Real-time Bitcoin mainnet 4 tables

Available Data

blocks

Block headers with timestamps, gas usage, miner info, and consensus data.

transactions

All on-chain transactions with sender, receiver, value, gas, and input data.

inputs

Inputs data for Bitcoin.

outputs

Outputs data for Bitcoin.

Quick Start

1curl --compressed -X POST \
2 'https://portal.sqd.dev/datasets/bitcoin-mainnet/stream' \
3 -H 'Content-Type: application/json' \
4 -d '{
5 "type": "bitcoin",
6 "fromBlock": 0,
7 "toBlock": 100,
8 "fields": {
9 "block": {"number":true,"timestamp":true},
10 "transaction": {"hash":true,"size":true}
11 },
12 "transactions": [{}]
13 }'
bitcoin-mainnet/stream
Bitcoin · blocks 0100

Start building with Bitcoin

Access Bitcoin data through the SQD Portal — free tier available.