Transaction Sizes
Contents
Mempool Size
Definition
The total size of all transactions in the mempool, in bytes.
Dictionary
Mempool Size
mempool_size
bytes
1m
Methodology
The mempool is evaluated and all transactions within are indexed. The size of all transactions is summed.
Available Assets
Bitcoin (BTC)
Sample Query
Mempool Size Entered
Definition
The total size in bytes 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.
Dictionary
Name
MetricID
Unit
Interval
Mempool Size Entered 1m
mempool_size_entered_1m
bytes
1m
Methodology
The mempool is evaluated and all transactions within are indexed. The size of all transactions that have entered the mempool in the previous 1-minute window is summed.
Available Assets
Bitcoin (BTC)
Sample Query
Mempool Size Left
Definition
The total size in bytes of all transactions that have left 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.
Dictionary
Name
MetricID
Unit
Interval
Mempool Size Left 1m
mempool_size_left_1m
bytes
1m
Methodology
The mempool is evaluated and all transactions within are indexed. The size of all transactions that have left the mempool in the previous 1-minute window is summed.
Available Assets
Bitcoin (BTC)
Sample Query
Mempool vSize
Definition
The total virtual size (vsize) of all transactions in the mempool, in virtual bytes. Virtual Size (vsize) is a unit used to measure the size of bitcoin transactions after the activation of SegWit.
Dictionary
Mempool vsize
mempool_vsize
Virtual bytes
1m
Methodology
The mempool is evaluated and all transactions within are indexed. The virtual size of all transactions is summed.
Available Assets
Bitcoin (BTC)
Sample Query
Mempool vSize Entered
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
Mempool vsize entered 1 minute
mempool_vsize_entered_1m
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
Mempool vSize Left
Definition
The total virtual size (vsize), in bytes, of all transactions that have left 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
Mempool vsize left 1 minute
mempool_vsize_left_1m
Virtual bytes
1m
Methodology
The mempool is evaluated and all transactions within are indexed. The virtual size of all transactions that have left the mempool in the previous 1-minute window is summed.
Available Assets
Bitcoin (BTC)
Sample Query
API Endpoints
metrics can be accessed using these endpoints:
timeseries/asset-metrics
and by passing in the metric ID's mempool_size*
and mempool_vsize_*
in the metrics
parameter.
Last updated