This function returns key statistics of a block's content, such as the time, the count of transactions, and summary statistics of the UTXOs.
blockstats(con, height, excoinbase = TRUE)
An object of class data.frame
CONRPC
, configuration object.
integer
, the block's height.
logical
, whether coinbase transaction
should be excluded (default is TRUE
).
Bernhard Pfaff
Other UtilityFuncs:
bkfee()
,
blockattime()
,
date2int()
,
int2date()
,
intMaxDay()
,
intMinDay()
,
intRangeDay()
,
intRangePeriod()
,
timeofblock()
,
txfee()
,
txids()
,
txinids()
,
txstats()
,
utxoage()
,
utxotype()
,
utxovalue()