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.6112% (1133 / 1137.42 expected, 4.42 behind)",
"Latest Block": "956716 (3 minutes ago)",
"Next Difficulty": 133420548085395,
"Previous Retarget": "June 27, 2026 at 1:58 AM (7.1534%)",
"Current Difficulty": 133869853540305,
"Previous Difficulty": 124932866006548,
"Next Difficulty Change": "-0.3356%",
"Next Retarget (latest)": "July 11, 2026 at 3:16 AM (in 6d 3h 44m 27s)",
"Projected Epoch Length": "between 14d 1h 3m 34s and 14d 1h 18m 40s",
"Next Difficulty Estimate": "between 133373038970141 and 133468057200649",
"Next Retarget (earliest)": "July 11, 2026 at 3:01 AM (in 6d 3h 29m 21s)",
"Next Difficulty Change Estimate": "between -0.3711% and -0.3001%"
}