Sum Block Size (in bytes)
/timeseries/asset-metrics
The sum of the size (in bytes) of all blocks created that interval.
Name | MetricID | Category | Subcategory | Type | Unit | Interval |
Sum Block Size (in bytes) | BlkSizeByte | Network Usage | Blocks | Sum | Bytes | 1d, 1b |
- Only mainchain (non-orphaned/uncles) blocks are counted.
- For chains that use median time, the day is defined using it, otherwise, it’s defined using the block’s timestamps.
.png?alt=media&token=6d7c0bcc-94d9-4d0e-9b9b-8e51109b4a05)
- This metric is not available for all assets, as some node’s RPC APIs do not expose the size of the blocks.
- Released in the 1.0 release of NDP
- Can be used to measure and compare blockchains' usages and fees
- Can help gauge gas/fee for large transactions:
- fee per byte = total block fee/block size (byte)
Last modified 1yr ago