Get Block
Returns full Bitcoin block data including transactions, inputs, outputs, and UTXO-level detail.
bitcoin (or bitcoin-mainnet) as chainAlias. The blockIdentifier accepts either a Bitcoin block height (all-digit values are treated as heights) or a block hash (any other value is forwarded as a hash).Authorizations
Path Parameters
Bitcoin block identifier. Accepts either a block height (all-digit values) or a block hash.
Bitcoin chain alias. Pass bitcoin or bitcoin-mainnet.
bitcoin, bitcoin-mainnet Query Parameters
Master switch for ABI decoding enrichment (method labels, decoded logs, decoded input). Defaults to false.
Include method labels on transactions (overrides enrich).
Decode transaction input data (overrides enrich).
Decode log events (overrides enrich).
Whitelist logs by topic0 (comma-separated hex values).
Fields to exclude from response (comma-separated: logs, internalTransactions, tokenTransfers, etc.).
Response
Page number (always 1, no pagination)
Total pages (always 1)
Number of transactions on this page (equals txCount)
Block hash
Parent block hash
Block height (block number as integer)
Block size in bytes
Block timestamp as Unix seconds
Number of transactions
Chain family discriminator used to identify the response variant
Bitcoin Full transaction list
Bitcoin-specific block fields

