BTC_DATA
Each block holds a unique combination of data fields (this page is subject to change).
BLOCK_DATA
The 'architectural identity' of a block
Identifier
Type
height
int
weight
int
size
int
strippedsize
int
nonce
string
ntx
int
blockhash
string
version
string
versionhex
string
merkleroot
string
bits
string
chainwork
string
difficulty
float
time
datetime
mediantime
datetime
TRANSACTION_DATA
The 'structural profile' of transactions within a block
Identifier
Type
size
int
vsize
int
weight
int
version
int
txid
string
coinbase
string
btcfee
float
locktime
datetime
blocktime
datetime
INPUT_DATA
The source of transactional details
Identifier
Type
txid
string
output
int
sigscript
string
sequence
int
pkscript
string
value
int
address
string
witness
array
OUTPUT_DATA
The destination for transactional details
Identifier
Type
address
int
pkscript
string
value
string
spent
string
spender
arr
txid
string
input
int
Last updated