get https://explorer.siahub.info/api/block/
Get raw block from consensus
Block structure
Block Header
Field | Description | |
---|---|---|
parentid | Parent block hash | |
nonce | Nonce | |
timestamp | Creation unixtimestamp | |
merkleroot | Merkle Root |
Transaction structure
Field | Description |
---|---|
siacoininputs | Siacoin inputs array (see below) |
siacoinoutputs | Siacoin outputs array (see below) |
filecontracts | File contracts array (see below) |
filecontractrevisions | File contracts revisions array (see below) |
storageproofs | Storage proofs array (in fact siacoin outputs) |
siafundinputs | Siafund inputs array (see below) |
siafundoutputs | Siacoin outputs array (see below) |
arbitrarydata | Arbitrary data base64 encoded binary strings array |
transactionsignatures |
Miner Payout / Siacoin Output / Siafund output
Field | Description | Normalization/Info |
---|---|---|
value | Hastings amount for SC Raw for SF | value / 1e24 = SC amount |
unlockhash | Receiver wallet address | |
claimstart | ??? | only Siafund |
Siacoin Input / Siafund input
Field | Description | |
---|---|---|
parentid | Parent siacoin output id | |
unlockconditions | Unlock conditions (public keys) | |
claimunlockhash | ??? | only Siafund |
File contract / File contract revision
WIP |