Block Object

Represents a Block in the blockchain.

Example Object taken from here

{
    "id": "000000000000000015DB0BCB1A6651E9E4910B598C3B027941EACF9764172211",
    "size": "230782",
    "height": 326027,
    "version": 2,
    "merkel_root": "433C2AA35CEE46817162F1F047FE66BCF7E237CECA231F99367C15DAB1EA6D43",
    "time": 1413722064,
    "time_display": "2014-10-19T12:34:24+00:00",
    "nonce": 1077027239,
    "chainwork": "00000000000000000000000000000000000000000000000000000002368E5F8D5CCF9530B160",
    "bits": "404711795",
    "prev_block_id": "00000000000000001D2B7DEF06CB2C01996FE96FD889666960026A3014BB10A6",
    "next_block_id": "",
    "confirmations": 0,
    "is_main_chain": 1,
    "tx_count": 409,
    "coinbase": 2500000000,
    "coinbase_fiat_now": "9,602.53",
    "coinbase_disp": "25.00000000",
    "input_value": 177433423306,
    "input_value_fiat_now": "681,524.08",
    "input_value_disp": "1,774.33423306",
    "output_value": 179933423306,
    "output_value_fiat_now": "691,126.61",
    "output_value_disp": "1,799.33423306",
    "fees": 6338279,
    "fees_fiat_now": "24.35",
    "fees_disp": "0.06338279",
    "total_satoshies": 1340068681308872,
    "total_seconds": 182715559,
    "satoshi_seconds": 9223372036854775807,
    "total_satoshi_seconds": 9223372036854775807,
    "destroyed_satoshi_seconds": 24052291742158635,
    "transactions": [
        {
            "id": "642599B639656939468324B64E327D3EDFBB906432BE622E0FF37DFA08C152D8"
        },
        {
            "id": "3B5A826B56A245E7AB1277B3993B8BB7ECEB5B0C7677855234AB4BB9FE7710BC"
        },
        {
            "id": "95B3B825C5483C7D1C3957AD16C6BAE5DFC1ECDC10F49B24DB69F38C3C299A02"
        },
        ...<SNIP_ARRAY_OF_TXNS>
    ]
}

Elements

Examples

Also see


  1. Return to API
  2. Return to Blocks
  3. block
  4. blockHeight
  5. blockLatest
  6. Table of Contents