Skip to main content

Get a block by block number or hash

Get block by block number or hash

Path Parameters
    block_number_or_hash string required

    The block number or block hash

    Example: 17639088
Responses

Successful


Schema
    size number required

    The block size

    difficulty number required

    The difficulty of the block

    total_difficulty number required

    The total difficulty

    block number required

    The block number

    hash string required

    hash

    parent_hash string required

    The block hash of the parent block

    nonce string required

    The nonce

    sha3_uncles string required

    sha3Uncles

    logs_bloom string required

    logsBloom

    transactions_root string required

    transactionsRoot

    state_root string required

    stateRoot

    receipts_root string required

    receiptsRoot

    miner string required

    The address of the miner

    extra_data string required

    extraData

    gas_limit number required

    The gas limit

    gas_used number required

    The gas used

    timestamp string required

    The timestamp of the block

    base_fee_per_gas number

    base fee per gas

    transaction_count number required

    The number of transactions in the block

Loading...