Mempool

Mempool Average Relative Fee

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.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 10m, 1h, 24h

f

string

format: JSON, CSV

c

string

currency: NATIVE, USD

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1638316800,"v":18.152479683449}]

Mempool Median Relative Fee

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.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 10m, 1h, 24h

f

string

format: JSON, CSV

c

string

currency: NATIVE, USD

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1638316800,"v":12}]

Mempool Total Amount of Coins

GET https://api.glassnode.com/v1/metrics/mempool/txs_value_sum

The total amount of coins in transactions waiting in the mempool.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 10m, 1h, 24h

f

string

format: JSON, CSV

c

string

currency: NATIVE, USD

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1638316800,"v":52320.89211460969}]

Mempool Total Amount of Coins by Relative Fee

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.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 10m, 1h, 24h

f

string

format: JSON, CSV

c

string

currency: NATIVE, USD

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1638316800,"o":{"0_1":91.45425023,"10_50":5439.12275892,"1_2":850.42597645,"2_3":614.60632877,"3_4":175.74561002,"4_5":148.993966,"50_plus":616.66223419,"5_7":593.07949885,"7_10":43790.80149118}}]

Mempool Total Amount of Fees

GET https://api.glassnode.com/v1/metrics/mempool/fees_sum

The total amount of fees of transactions waiting in the mempool.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 10m, 1h, 24h

f

string

format: JSON, CSV

c

string

currency: NATIVE, USD

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1638316800,"v":2.1729860899999998}]

Mempool Total Amount of Fees by Relative Fee

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.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 10m, 1h, 24h

f

string

format: JSON, CSV

c

string

currency: NATIVE, USD

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1638316800,"o":{"0_1":0.00311438,"10_50":0.14252594,"1_2":0.08706904,"2_3":0.03756038,"3_4":0.03594066,"4_5":0.01267492,"50_plus":0.0298992,"5_7":0.13349168,"7_10":1.69070989}}]

Mempool Transaction Count

GET https://api.glassnode.com/v1/metrics/mempool/txs_count_sum

The total number of transactions waiting in the mempool.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 10m, 1h, 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1638316800,"v":27240}]

Mempool Transaction Count by Relative Fee

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.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 10m, 1h, 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1638316800,"o":{"0_1":786,"10_50":2704,"1_2":3391,"2_3":2029,"3_4":970,"4_5":700,"50_plus":98,"5_7":8059,"7_10":8503}}]

Mempool Transactions Size

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.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 10m, 1h, 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1638316800,"v":34935083}]

Mempool Transactions Size by Relative Fee

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.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 10m, 1h, 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1638316800,"o":{"0_1":311438,"10_50":831920,"1_2":7687268,"2_3":1615615,"3_4":1029931,"4_5":278767,"50_plus":24692,"5_7":2148859,"7_10":21006593}}]

Last updated