Mempool
Last updated
Last updated
GET
https://api.glassnode.com/v1/metrics/mempool/fees_average_relative
The mean relative fee of transactions waiting in the mempool. The relative fee is calculated as the total transaction fees divided by the transacion size (in vByte). High relative fees give an indication of transaction urgency as miners do not consider total transaction fee but fee per size, as the total fee they can collect is limited by the block space.
a*
string
asset id: BTC
s
integer
since, unix timestamp
u
integer
until, unix timestamp
i
string
frequency interval: 10m, 1h, 24h
f
string
format: csv, json
timestamp_format
string
timestamp format: unix or humanized (RFC 3339)
GET
https://api.glassnode.com/v1/metrics/mempool/fees_median_relative
The median relative fee of transactions waiting in the mempool. The relative fee is calculated as the total transaction fees divided by the transacion size (in vByte). High relative fees give an indication of transaction urgency as miners do not consider total transaction fee but fee per size, as the total fee they can collect is limited by the block space.
a*
string
asset id: BTC
s
integer
since, unix timestamp
u
integer
until, unix timestamp
i
string
frequency interval: 10m, 1h, 24h
f
string
format: csv, json
timestamp_format
string
timestamp format: unix or humanized (RFC 3339)
GET
https://api.glassnode.com/v1/metrics/mempool/txs_value_sum
The total amount of coins in transactions waiting in the mempool.
a*
string
asset id: BTC
s
integer
since, unix timestamp
u
integer
until, unix timestamp
i
string
frequency interval: 10m, 1h, 24h
f
string
format: csv, json
c
string
currency: native, usd
timestamp_format
string
timestamp format: unix or humanized (RFC 3339)
GET
https://api.glassnode.com/v1/metrics/mempool/txs_value_distribution
The total amount of coins in transactions waiting in the mempool in different relative fee (Sat / vByte) cohorts.
a*
string
asset id: BTC
s
integer
since, unix timestamp
u
integer
until, unix timestamp
i
string
frequency interval: 10m, 1h, 24h
f
string
format: csv, json
c
string
currency: native, usd
timestamp_format
string
timestamp format: unix or humanized (RFC 3339)
GET
https://api.glassnode.com/v1/metrics/mempool/fees_sum
The total amount of fees of transactions waiting in the mempool.
a*
string
asset id: BTC
s
integer
since, unix timestamp
u
integer
until, unix timestamp
i
string
frequency interval: 10m, 1h, 24h
f
string
format: csv, json
c
string
currency: native, usd
timestamp_format
string
timestamp format: unix or humanized (RFC 3339)
GET
https://api.glassnode.com/v1/metrics/mempool/fees_distribution
The total amount of fees of transactions waiting in the mempool in different relative fee (Sat / vByte) cohorts.
a*
string
asset id: BTC
s
integer
since, unix timestamp
u
integer
until, unix timestamp
i
string
frequency interval: 10m, 1h, 24h
f
string
format: csv, json
c
string
currency: native, usd
timestamp_format
string
timestamp format: unix or humanized (RFC 3339)
GET
https://api.glassnode.com/v1/metrics/mempool/txs_count_sum
The total number of transactions waiting in the mempool.
a*
string
asset id: BTC
s
integer
since, unix timestamp
u
integer
until, unix timestamp
i
string
frequency interval: 10m, 1h, 24h
f
string
format: csv, json
timestamp_format
string
timestamp format: unix or humanized (RFC 3339)
GET
https://api.glassnode.com/v1/metrics/mempool/txs_count_distribution
The total number of transactions waiting in the mempool in different relative fee (Sat / vByte) cohorts.
a*
string
asset id: BTC
s
integer
since, unix timestamp
u
integer
until, unix timestamp
i
string
frequency interval: 10m, 1h, 24h
f
string
format: csv, json
timestamp_format
string
timestamp format: unix or humanized (RFC 3339)
GET
https://api.glassnode.com/v1/metrics/mempool/txs_size_sum
The total size (denoted in virtual bytes) of all transactions waiting in the mempool.
a*
string
asset id: BTC
s
integer
since, unix timestamp
u
integer
until, unix timestamp
i
string
frequency interval: 10m, 1h, 24h
f
string
format: csv, json
timestamp_format
string
timestamp format: unix or humanized (RFC 3339)
GET
https://api.glassnode.com/v1/metrics/mempool/txs_size_distribution
The size of all transactions (denoted in virtual bytes) waiting in the mempool in different relative fee (Sat / vByte) cohorts.
a*
string
asset id: BTC
s
integer
since, unix timestamp
u
integer
until, unix timestamp
i
string
frequency interval: 10m, 1h, 24h
f
string
format: csv, json
timestamp_format
string
timestamp format: unix or humanized (RFC 3339)