Bitcoin Difficulty Estimator

Live updating Bitcoin difficulty estimator and visualization of the current mining epoch

Live Bitcoin Difficulty Estimation

Real-time estimate of the next Bitcoin difficulty adjustment, updates every second

LIVE
Endpoint
https://newhedge.io/api/v2/metrics/difficulty-estimator/difficulty_estimator?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
{
  "Current Pace": "89.1466% (1501 / 1683.74 expected, 182.74 behind)",
  "Latest Block": "953052 (2 minutes ago)",
  "Next Difficulty": 124380611159028,
  "Previous Retarget": "May 29, 2026 at 10:20 AM (1.719%)",
  "Current Difficulty": 138955357012247,
  "Previous Difficulty": 136607070854775,
  "Next Difficulty Change": "-10.4888%",
  "Next Retarget (latest)": "Sunday at 3:15 AM (in 4d 0h 16m 59s)",
  "Projected Epoch Length": "between 15d 14h 14m 15s and 15d 16h 54m 26s",
  "Next Difficulty Estimate": "between 123940575939996 and 124820646378060",
  "Next Retarget (earliest)": "Sunday at 12:34 AM (in 3d 21h 36m 49s)",
  "Next Difficulty Change Estimate": "between -10.8055% and -10.1721%"
}