Transactions
Contents
Transactions in Block
Definition
The count of all transactions within the most recent block processed.
Dictionary
Transactions in Block
block_tx_count
Count of transactions
1b
Methodology
The most recent block we processed within a 1-minute window is evaluated and the number of transactions within the block are counted. For UTXO based currencies, this includes the coinbase transaction.
Available Assets
Bitcoin (BTC), Ethereum (ETH)
Sample Query
Mempool Transaction Count
Definition
The count of all mempool transactions at a point in time.
Dictionary
Mempool Transaction Count
mempool_count
Transaction
1m
Methodology
The mempool is evaluated and all transactions indexed. All unprocessed mempool transactions at a point in time are then counted.
Available Assets
Bitcoin (BTC)
Sample Query
Transaction Count Entered Mempool 1 Minute
Definition
The count 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
Transaction Count entered mempool 1 minute
mempool_count_entered_1m
Transaction
1m
Methodology
The mempool is evaluated and all transactions that have been entered (new transactions broadcasted by users) since a point in time are counted.
Available Assets
Bitcoin (BTC)
Sample Query
API Endpoints
Transactions metrics can be accessed using these endpoints:
timeseries/asset-metrics
and by passing in the metric ID's block_tx_count*
and mempool_count_*
in the metrics
parameter.
Last updated