Hashrate
Last updated
Last updated
Definition
The mean hash rate needed to mine a block based on data from the previous 24 hrs. Hash rate is the speed at which computations are being completed across all miners in the network, in hashes per second.
Dictionary
Name | MetricID | Unit | Interval |
---|---|---|---|
Average Hashrate | block_hashrate_mean_1d | Hashes per second | 1 block |
Methodology
Hash rate is derived from difficulty (DiffMean), the rate at which block came in (BlkIntMean) and depending on the protocols, some other pieces of data. This metric gives an estimate of how much hash power is mining a given chain. This represents a sliding 1d average.
Available Assets
Bitcoin (BTC), Ethereum (ETH)*
* Historical data covering the pre-merge timeframe only (up to 9/15/2022). With the merge ETH switched from Proof of Work and miners to Proof of Stake and validators meaning the network no longer has a hashrate as of the merge date.
Sample Query
metrics can be accessed using these endpoints:
timeseries/asset-metrics
and by passing in the metric ID's block_hashrate_mean_*
in the metrics
parameter.
Returns requested metrics for specified assets. Results for block by block metrics (1b
frequency) are ordered by tuple (asset, height, block_hash)
, all other metrics are ordered by tuple (asset, time)
. You can change the sorting using sort
query parameter. Supported output formats are json
(default) and csv
, use format
query parameter to override it. To fetch the next page of results use next_page_url
JSON response field or x-next-page-url
CSV HTTP header if present. If multiple metrics are requested in the same time the strict policy for partially available metrics among requested ones is applied:
Time series of metrics for an asset.
Token of the next page results for a given request.
URL of the next page results for a given request.