BTC
Loading...
24h: --
Estimate mining profits
Our Bitcoin Mining Calculator helps you get a quick overview of your potential returns. Estimate possible scenarios or compare different miners across multiple coins.
How it works
1
Hashrate and power
Enter the hashrate and power consumption of your miner, or simply choose one of our available miners from the miner panel.
2
Electricity cost and pool fee
Next, enter your electricity cost, for example from one of our hosting locations. The pool fee is usually between 2 and 4%.
3
Compare and export
Create another calculator to compare miners or coins and export the result to save or share it.
TH/s
€/kWh
€
W
%
btc
| Revenue | Electricity cost | Profit | |
|---|---|---|---|
| Dayd | -(- BTC) | -(- BTC) | -(- BTC) |
| Weekw | -(- BTC) | -(- BTC) | -(- BTC) |
| Monthm | -(- BTC) | -(- BTC) | -(- BTC) |
| Yeary | -(- BTC) | -(- BTC) | -(- BTC) |
Disclaimer: Our Bitcoin mining profit calculation is based on publicly available data and is intended for general orientation only. Actual returns may differ from the values shown. We do not assume any liability or warranty for the accuracy, completeness, or timeliness of the information provided. Use of the calculator and any investment decisions are at your own risk.
Calculator transparency
View formulas
revenue_coin_daily = hashrate * unit_output * (1 - poolfee) revenue_eur_daily = revenue_coin_daily * coin_price_eur power_cost_eur_daily = (power_w / 1000) * 24 * electricity_eur_kwh profit_eur_daily = revenue_eur_daily - power_cost_eur_daily profit_eur_week = profit_eur_daily * 7 profit_eur_month = profit_eur_daily * 30.5 profit_eur_year = profit_eur_daily * 365 for merged mining (LTC + DOGE): ltc_revenue_eur = ltc_out * ltc_price_eur doge_revenue_eur = doge_out * doge_price_eur total_revenue_eur = ltc_revenue_eur + doge_revenue_eur ltc_share = ltc_revenue_eur / total_revenue_eur doge_share = doge_revenue_eur / total_revenue_eur ltc_power_cost_eur = total_power_cost_eur * ltc_share doge_power_cost_eur = total_power_cost_eur * doge_share ltc_profit_coin = ltc_out - (ltc_power_cost_eur / ltc_price_eur) doge_profit_coin = doge_out - (doge_power_cost_eur / doge_price_eur) hashvalue refresh = ~300s market/ticker refresh = periodic live sync from poolstats feed