Interface: BlockInfo
Block info about a block
Properties
blockSize
• blockSize: string
Block size of this block in bytes (including headers etc.).
Defined in
hash
• hash: string
Block hash of the block, in 'human-readable' (big-endian) hex encoding.
Defined in
height
• height: number
Height of the block; Genesis block has height 0.
Defined in
nBits
• nBits: number
nBits field of the block, encodes the target compactly.
Defined in
numInputs
• numInputs: string
Total number of tx inputs in block (including coinbase).
Defined in
numOutputs
• numOutputs: string
Total number of tx output in block (including coinbase).
Defined in
numTxs
• numTxs: string
Number of txs in this block.
Defined in
prevHash
• prevHash: string
Block hash of the previous block, in 'human-readable' (big-endian) hex encoding.
Defined in
sumBurnedSats
• sumBurnedSats: string
Total number of satoshis burned using OP_RETURN.
Defined in
sumCoinbaseOutputSats
• sumCoinbaseOutputSats: string
Total block reward for this block.
Defined in
sumInputSats
• sumInputSats: string
Total number of satoshis spent by tx inputs.
Defined in
sumNormalOutputSats
• sumNormalOutputSats: string
Total number of satoshis in non-coinbase tx outputs.
Defined in
timestamp
• timestamp: string
Timestamp of the block. Filled in by the miner, so might not be 100% precise.