Blockchain Indexer API
Blocks
Block Info
1min
GET
https://xbt-mainnet.gomaestro-api.org/v0/blocks/{height_or_hash}
Bitcoin Mainnet
Authentication
api-key
Path Parameters
height_or_hash
*
Responses
200
Requested data
Example
{
"data": {
"height": 878027,
"hash": "000000000000000000004fe9dc835b41f2da749287c4d1fca9055d83b2e06fa4",
"size": 1865672,
"weight_units": 3993329,
"unix_timestamp": 1736129377,
"timestamp": "2025-01-06 02:09:37",
"total_fees": "2110512",
"total_volume": "240371600038",
"total_txs": 1849,
"metaprotocols": [
"inscriptions",
"runes",
"brc20"
],
"miner_name": "ViaBTC",
"coinbase_tag": "A8tlDQgvVmlhQlRDLyz6vm1tPXaDOuJgXZs6zuF9J7o+V55Fu/UWyF9S+hZG5d/z+c8QAAAAAAAAABDThC4BY8HxNM7fc9SQsQ8AAAAAAA=="
},
"last_updated": {
"block_hash": "00000000000000000002467d678b845978ef175b424cff2985860bb156280c53",
"block_height": 878064
}
}
data
*
last_updated
*
400
Malformed query parameters
404
Requested entity not found on-chain
500
Internal server error
Updated 09 Mar 2025
Did this page help you?