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": "100.3031% (1513 / 1508.43 expected, 4.57 ahead)",
"Latest Block": "963144 (5 minutes ago)",
"Next Difficulty": 127871713767781,
"Previous Retarget": "August 8, 2026 at 7:33 PM (0.9889%)",
"Current Difficulty": 127479855693691,
"Previous Difficulty": 126231507121868,
"Next Difficulty Change": "0.3074%",
"Next Retarget (latest)": "Saturday at 6:36 PM (in 3d 11h 38m 34s)",
"Projected Epoch Length": "between 13d 22h 59m 4s and 13d 23h 2m 51s",
"Next Difficulty Estimate": "between 127859030867078 and 127884396668485",
"Next Retarget (earliest)": "Saturday at 6:32 PM (in 3d 11h 34m 47s)",
"Next Difficulty Change Estimate": "between 0.2974% and 0.3173%"
}