Skip to content

Bitcoin accepted at checkout  |  Ships from Laval, QC, Canada  |  Expert support since 2016

Drop a live D-Central mining widget onto any website with one <div> and one <script>. The widgets are self-contained (no jQuery, no CSS to add), pull live data from our free open API, and carry a small “Powered by D-Central” credit. Currently available: a live Bitcoin hashprice ticker and a solo-mining odds mini-calculator.

Copy a snippet below, paste it into your page, and you are done. Need the raw numbers instead? See the D-Central Mining API.

Quick answer

D-Central publishes free, embeddable Bitcoin-mining widgets — a live hashprice ticker and a solo-mining odds mini. Each is one <div> plus one <script>, pulls live data from our open API, and carries a small “Powered by D-Central” credit. Copy, paste, done.

Free to embed on any site. The only ask: keep the "Powered by D-Central" link.

Each widget is self-contained — no jQuery, no CSS to add, works on any page. Add as many as you like; one <script> tag near the end of your page powers them all. Data is served from our free open API under CC BY 4.0.

Live Bitcoin Hashprice Ticker

Shows the live Bitcoin hashprice (expected mining revenue per PH/day) in CAD and USD, refreshed every 15 minutes from network difficulty and fee data.

Live preview

Copy & paste

<div class="dc-widget" data-dc-widget="hashprice"></div>
<script src="https://d-central.tech/dc-widgets" async></script>

Optional attributes: data-currency="cad|usd" (default cad), data-unit="ph|th" (default ph).

Solo-Mining Odds Mini

A tiny calculator: enter a hashrate and it shows the expected time to solo-mine a Bitcoin block at the live network difficulty. Great for Bitaxe / lottery-mining pages.

Live preview

Copy & paste

<div class="dc-widget" data-dc-widget="solo-odds"></div>
<script src="https://d-central.tech/dc-widgets" async></script>

Optional attribute: data-hashrate="1.2" sets the starting TH/s (default 1.2, a Bitaxe Gamma).

Want the raw data instead of a widget? Use the D-Central Mining API or the Open Data Hub (CSV + JSON, CC BY 4.0).