/block/{height}

Get raw block from consensus

Block structure

Block Header

FieldDescription
parentidParent block hash
nonceNonce
timestampCreation unixtimestamp
merklerootMerkle Root

Transaction structure

FieldDescription
siacoininputsSiacoin inputs array (see below)
siacoinoutputsSiacoin outputs array (see below)
filecontractsFile contracts array (see below)
filecontractrevisionsFile contracts revisions array (see below)
storageproofsStorage proofs array (in fact siacoin outputs)
siafundinputsSiafund inputs array (see below)
siafundoutputsSiacoin outputs array (see below)
arbitrarydataArbitrary data base64 encoded binary strings array
transactionsignatures

Miner Payout / Siacoin Output / Siafund output

FieldDescriptionNormalization/Info
valueHastings amount for SC
Raw for SF
value / 1e24 = SC amount
unlockhashReceiver wallet address
claimstart???only Siafund

Siacoin Input / Siafund input

FieldDescription
parentidParent siacoin output id
unlockconditionsUnlock conditions (public keys)
claimunlockhash???only Siafund

File contract / File contract revision

WIP
Language
Click Try It! to start a request and see the response here!