Cookie

By using this site you consent to accept Mesmer Data LLC's analytics and functional cookies.
Read more by clicking 'Cookie Settings' here, or in the bottom menu.

BTC - Difficulty

Description

Network Difficulty (aka Mining Difficulty) represents the estimated hashes required to mine one block. It is adjusted up or down automatically every two weeks by the protocol to keep block generation intervals near 10 minutes. There is a direct correlation between difficulty and network hash rate.

Bitcoin's USD Market Price is included for reference.

Pseudocode

for each block in blockchain:
  (x,y) := (blk.time, block.difficulty)

for each hour in blockchain:
  hr_difficulty := open(blockchain[hr_start:hr_end].difficulty)
  (x,y) := (hour, hr_difficulty)

for each day in blockchain:
  day_difficulty := open(blockchain[day_start:day_end].difficulty)
  (x,y) := (day, day_difficulty)

Technical Info

Difficulty is a miner consensus value logged in each block and easily referenced over time. Adjustments are made according to the protocol every two weeks. It is most directly affected by miner investment and technology improvements. It is an excellent indicator of competition and profitability within the mining industry.

Note the impact of China's mining policies during July 2021 for an example of reduced miner investment.

  • Hourly and daily aggregations are derived from block data using open for this metric. Open grouping uses the first data in a timeframe to represent that timeframe.
  • Hourly data contains occasional gaps; no blocks were generated during these times.

Disclaimers

This site is currently in Beta, and there will likely be some bugs. If you find any, please check out the FAQ first, and then let us know! Thanks! Chart views are saved between visits, so if you have any display issues and want to reset your chart view, click here.

This site is for informational use only. Users are required to conduct their own analysis, draw their own conclusions, and make their own financial decisions. Consult with qualified professionals before making investments. This service is not intended as legal, financial or investment advice. For full details please visit our Disclaimers page.