Full Block

/blockchain-v2/{asset}/blocks/{block_hash}

Adding a block_hashto the prefix returns a full block with all transactions and balance updates for that block hash.

FieldDescription

block_hash

Hash of that block (unique per block)

parent_block_hash

Hash of the parent block (set to a string of 65 zeros for Genesis blocks)

height

Height of that block (number of confirmed blocks since Genesis block)

consensus_time

Consensus timestamp; always increases monotonically

miner_time

n_transactions

Number of transactions

n_balance updates

Number of balance updates

difficulty

Difficulty of the block

physical_size

The physical size of a block in bytes

consensus_size

The stripped size of the block with Segregated Witness (signature) data

consensus_size_limit

The size limit of a block in weight units

Array of transactions for that block

Array of balance updates for that block

Last updated