Glassnode Docs
WebsiteStudioInsightsTwitter
  • Welcome to Glassnode
    • Introduction
      • Studio
  • 📊Data
    • General Information
      • Timestamps and Resolutions
      • Data Availability
      • Data Finalization
    • Metric Catalog
    • Supported Blockchains
    • Supported Assets
      • Market Metrics Coverage
      • On-chain Metrics Coverage
    • Point-in-Time Metrics
  • 📖Guides & Tutorials
    • Getting Started
      • Use-Case Tutorials
        • Tutorial 1 - Navigating Market Tops and Bottoms
        • Tutorial 2 - Introduction to On-chain Activity
        • Tutorial 3 - Fundamentals of Proof-of-Work Mining
        • Tutorial 4 - Introduction to Supply Dynamics
      • Get started with Glassnode Metrics
      • Granular Cohorts for Key On-Chain Metrics
    • Metric Guides
      • Market Capitalization
      • Realized Capitalization
      • MVRV
        • LTH-MVRV
        • MVRV Ratio
        • MVRV-Z Score
        • STH-MVRV
      • SOPR
        • SOPR (Spent Output Profit Ratio)
        • aSOPR (Adjusted SOPR)
        • LTH-SOPR
        • STH-SOPR
      • Unrealized Profit/Loss
        • NUPL (Net Unrealized Profit/Loss)
        • Unrealized Profit
        • Unrealized Loss
        • LTH-NUPL
        • STH-NUPL
      • Realized Profit/Loss
        • Net Realized Profit/Loss
        • Realized Profit
        • Realized Loss
      • Coin Issuance
        • Puell Multiple
      • Stablecoin
        • SSR (Stablecoin Supply Ratio)
      • Coin Days Destroyed
        • CDD (Coin Days Destroyed)
        • Supply-Adjusted CDD
        • Binary CDD
        • CYD (Coin Years Destroyed)
        • Supply-Adjusted CYD
        • Reserve Risk
      • Liveliness
      • Dormancy
        • Average Coin Dormancy
        • Supply-Adjusted Dormancy
      • Lifespan
        • Spent Output Age Bands (SOAB)
        • Average Spent Output Lifespan (ASOL)
        • Median Spent Output Lifespan (MSOL)
      • NVT
        • NVT Ratio
        • NVT Signal
        • Velocity
      • Stock to Flow
        • Stock to Flow Ratio
        • Stock to Flow Deflection
      • Price Distribution
        • URPD (UTXO Realized Price Distribution)
        • SOPD (Spent Output Price Distribution)
      • Accumulation Trend Score
      • Long and Short-Term Holder Supply
        • Supply Held by Long and Short-Term Holders
      • Profit/Loss (Supply)
        • Percent Supply in Profit
        • Supply in Profit
        • Supply in Loss
      • Age Distribution
        • HODL Waves
        • Realized Cap HODL Waves
      • Profit/Loss (UTXO)
        • Percent UTXOs in Profit
        • UTXOs in Profit
        • UTXOs in Loss
    • On-Chain Concepts
      • Entity-Adjusted Metrics
      • On-chain Glossary
      • Understanding UTXOs - The Gold Coin Analogy
      • UTXO vs. Account-Based Chains
    • Workbench Guide
  • ⚙️API
    • Introduction
    • API Key
    • API Credits
    • Metadata
    • Bulk metrics (beta)
    • Endpoints
      • Addresses
      • Bridges
      • Blockchain
      • Breakdowns
      • DeFi
      • Derivatives
      • Distribution
      • Entities
      • ETH 2.0
      • Fees
      • Indicators
      • Institutions
      • Lightning
      • Market
      • Mempool
      • Mining
      • Point-In-Time
      • Protocols
      • Signals
      • Supply
      • Transactions
  • ℹ️Further Information
    • Changelog
      • 2025
      • 2024
      • 2023
      • 2022
      • 2021
      • 2020
    • Support FAQ
    • Affiliate FAQs
    • Exchange Data: Transparency Notice
Powered by GitBook
On this page
  • Mempool Average Relative Fee
  • Mempool Median Relative Fee
  • Mempool Total Amount of Coins
  • Mempool Total Amount of Coins by Relative Fee
  • Mempool Total Amount of Fees
  • Mempool Total Amount of Fees by Relative Fee
  • Mempool Transaction Count
  • Mempool Transaction Count by Relative Fee
  • Mempool Transactions Size
  • Mempool Transactions Size by Relative Fee
  1. API
  2. Endpoints

Mempool

PreviousMarketNextMining

Last updated 2 months ago

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.

Query Parameters

Name
Type
Description

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)

[{"t":1726790400,"v":5.968747540182545}]
unsupported asset

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.

Query Parameters

Name
Type
Description

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)

[{"t":1726790400,"v":3}]
unsupported asset

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.

Query Parameters

Name
Type
Description

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)

[{"t":1726790400,"v":1917.05927253}]
unsupported asset

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.

Query Parameters

Name
Type
Description

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)

[{"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}}]
unsupported asset

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.

Query Parameters

Name
Type
Description

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)

[{"t":1726790400,"v":0.66844186}]
unsupported asset

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.

Query Parameters

Name
Type
Description

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)

[{"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}}]
unsupported asset

Mempool Transaction Count

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

The total number of transactions waiting in the mempool.

Query Parameters

Name
Type
Description

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)

[{"t":1726790400,"v":79046}]
unsupported asset

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.

Query Parameters

Name
Type
Description

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)

[{"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}}]
unsupported asset

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.

Query Parameters

Name
Type
Description

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)

[{"t":1726790400,"v":42986332}]
unsupported asset

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.

Query Parameters

Name
Type
Description

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)

[{"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}}]
unsupported asset

⚙️
View in Studio
View in Studio
View in Studio
View in Studio
View in Studio
View in Studio
View in Studio
View in Studio
View in Studio
View in Studio