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
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": "99.8626% (740 / 741.02 expected, 1.02 behind)",
"Latest Block": "950275 (5 minutes ago)",
"Next Difficulty": 136529026822489,
"Previous Retarget": "last Friday at 3:56 PM (3.1215%)",
"Current Difficulty": 136607070854775,
"Previous Difficulty": 132472011079030,
"Next Difficulty Change": "-0.0571%",
"Next Retarget (latest)": "May 29, 2026 at 4:24 PM (in 8d 20h 57m 32s)",
"Projected Epoch Length": "between 14d 0h 16m 36s and 14d 0h 27m 43s",
"Next Difficulty Estimate": "between 136509466586165 and 136548587058813",
"Next Retarget (earliest)": "May 29, 2026 at 4:13 PM (in 8d 20h 46m 25s)",
"Next Difficulty Change Estimate": "between -0.0714% and -0.0428%"
}