Mempool
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.
asset id - BTC
since, unix timestamp
until, unix timestamp
frequency interval - 10m, 1h, 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/mempool/fees_average_relative HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 5.968747540182545
}
]
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.
asset id - BTC
since, unix timestamp
until, unix timestamp
frequency interval - 10m, 1h, 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/mempool/fees_median_relative HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 3
}
]
The total amount of coins in transactions waiting in the mempool.
asset id - BTC
since, unix timestamp
until, unix timestamp
frequency interval - 10m, 1h, 24h
format - csv, json
json
Possible values: currency - native, usd
timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/mempool/txs_value_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 1917.05927253
}
]
The total amount of coins in transactions waiting in the mempool in different relative fee (Sat / vByte) cohorts.
asset id - BTC
since, unix timestamp
until, unix timestamp
frequency interval - 10m, 1h, 24h
format - csv, json
json
Possible values: currency - native, usd
timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/mempool/txs_value_distribution HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"0_1": 0.03365374,
"10_50": 441.3945484,
"1_2": 199.93676128,
"2_3": 117.10264466,
"3_4": 415.10095063,
"4_5": 224.06536858,
"50_plus": 4.86250099,
"5_7": 39.87490442,
"7_10": 474.68793983
}
}
]
The total amount of fees of transactions waiting in the mempool.
asset id - BTC
since, unix timestamp
until, unix timestamp
frequency interval - 10m, 1h, 24h
format - csv, json
json
Possible values: currency - native, usd
timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/mempool/fees_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 0.66844186
}
]
The total amount of fees of transactions waiting in the mempool in different relative fee (Sat / vByte) cohorts.
asset id - BTC
since, unix timestamp
until, unix timestamp
frequency interval - 10m, 1h, 24h
format - csv, json
json
Possible values: currency - native, usd
timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/mempool/fees_distribution HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"0_1": 0.00000466,
"10_50": 0.012591370000000001,
"1_2": 0.52064063,
"2_3": 0.10488384,
"3_4": 0.00891522,
"4_5": 0.00081713,
"50_plus": 0.00627894,
"5_7": 0.00432608,
"7_10": 0.00998399
}
}
]
The total number of transactions waiting in the mempool.
asset id - BTC
since, unix timestamp
until, unix timestamp
frequency interval - 10m, 1h, 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/mempool/txs_count_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 79046
}
]
The total number of transactions waiting in the mempool in different relative fee (Sat / vByte) cohorts.
asset id - BTC
since, unix timestamp
until, unix timestamp
frequency interval - 10m, 1h, 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/mempool/txs_count_distribution HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"0_1": 2,
"10_50": 430,
"1_2": 70992,
"2_3": 6054,
"3_4": 802,
"4_5": 87,
"50_plus": 22,
"5_7": 126,
"7_10": 531
}
}
]
The total size (denoted in virtual bytes) of all transactions waiting in the mempool.
asset id - BTC
since, unix timestamp
until, unix timestamp
frequency interval - 10m, 1h, 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/mempool/txs_size_sum HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 42986332
}
]
The size of all transactions (denoted in virtual bytes) waiting in the mempool in different relative fee (Sat / vByte) cohorts.
asset id - BTC
since, unix timestamp
until, unix timestamp
frequency interval - 10m, 1h, 24h
format - csv, json
json
Possible values: timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Successful response
Bad Request - Invalid parameters or unsupported asset
Unauthorized - Invalid or missing API key
Too Many Requests - Rate limit exceeded
GET /v1/metrics/mempool/txs_size_distribution HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"o": {
"0_1": 468,
"10_50": 89843,
"1_2": 37871812,
"2_3": 4531891,
"3_4": 271164,
"4_5": 19032,
"50_plus": 3578,
"5_7": 75972,
"7_10": 122572
}
}
]
Last updated