Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.22 KB

mempool-vsize-entered-1-minute.md

File metadata and controls

23 lines (13 loc) · 1.22 KB

Mempool vsize Entered 1 Minute

Definition

The total virtual size (vsize) of all transactions that have entered the mempool over the course of a 1-minute aggregation window. The beginning of this time window is noted in the “time” field of the response. Virtual Size (vsize) is a unit used to measure the size of a bitcoin transaction after the activation of SegWit.

Dictionary

Name MetricID Category Sub-category Type Unit Interval
Mempool vsize entered 1 minute mempool_vsize_entered_1m KRI Mempool Sum Virtual bytes 1m

Methodology

The mempool is evaluated and all transactions within are indexed. The virtual size of all transactions that have entered the mempool in the previous 1-minute window is summed.

Available Assets

Bitcoin (BTC)

Sample Query

{% embed url="https://api.coinmetrics.io/v4/timeseries/asset-metrics?api_key=%3Cyour_key%3E&assets=btc&frequency=1m&limit_per_asset=1&metrics=mempool_vsize_entered_1m&pretty=true" %}