For bloggers
Embed live Bitcoin numbers in your blog
Drop one of these <iframe> snippets into your post. The number stays live forever — readers see the current value, not whatever was true the day you published. Zero JavaScript on your end. No tracking cookies. No payment.
Every widget polls our cached aggregator (mempool.space + CoinGecko) every 30 seconds. Light/dark theme follows your reader's system preference automatically — pass ?theme=light or ?theme=dark to force.
Live ticker
Full Bloomberg-style strip — price, block, fee, hashrate, halving. Looks great as a header strip on any Bitcoin page.
Copy HTML snippet
<iframe src="https://dont-trust-verify.com/embed/ticker"
width="720" height="50"
frameborder="0" loading="lazy"
referrerpolicy="strict-origin"
title="Bitcoin Live ticker — dont-trust-verify.com"></iframe>
Paste into your blog's HTML / "raw HTML" / "custom code" block. Works in WordPress, Ghost, Substack, Medium (HTML embed), Notion, etc.
BTC price
BTC/USD with 24h change. Drop-in for the line "current price is …".
Copy HTML snippet
<iframe src="https://dont-trust-verify.com/embed/price"
width="320" height="130"
frameborder="0" loading="lazy"
referrerpolicy="strict-origin"
title="Bitcoin BTC price — dont-trust-verify.com"></iframe>
Paste into your blog's HTML / "raw HTML" / "custom code" block. Works in WordPress, Ghost, Substack, Medium (HTML embed), Notion, etc.
Block height
Latest mined block + minutes since. The line "we're on block …" never goes stale again.
Copy HTML snippet
<iframe src="https://dont-trust-verify.com/embed/block"
width="320" height="130"
frameborder="0" loading="lazy"
referrerpolicy="strict-origin"
title="Bitcoin Block height — dont-trust-verify.com"></iframe>
Paste into your blog's HTML / "raw HTML" / "custom code" block. Works in WordPress, Ghost, Substack, Medium (HTML embed), Notion, etc.
Fee estimate
Current fastest sat/vB plus next-hour and half-hour tiers. Point readers to a live fee instead of a stale screenshot.
Copy HTML snippet
<iframe src="https://dont-trust-verify.com/embed/fee"
width="320" height="130"
frameborder="0" loading="lazy"
referrerpolicy="strict-origin"
title="Bitcoin Fee estimate — dont-trust-verify.com"></iframe>
Paste into your blog's HTML / "raw HTML" / "custom code" block. Works in WordPress, Ghost, Substack, Medium (HTML embed), Notion, etc.
Halving countdown
Days + blocks remaining until the next subsidy halving. Goes viral in halving season.
Copy HTML snippet
<iframe src="https://dont-trust-verify.com/embed/halving"
width="320" height="130"
frameborder="0" loading="lazy"
referrerpolicy="strict-origin"
title="Bitcoin Halving countdown — dont-trust-verify.com"></iframe>
Paste into your blog's HTML / "raw HTML" / "custom code" block. Works in WordPress, Ghost, Substack, Medium (HTML embed), Notion, etc.
FAQ
Is it free?
Yes. We pay the Cloud Run + Firestore bill, you get the widget. No tracking pixel, no fingerprint — just the live value.
What's the catch?
The footer shows "via dont-trust-verify.com" as a small link. That's the trade. Don't strip it.
Can I customise the size?
Resize the width and height attributes. The widget content scales reasonably, though very narrow widths (<220px) cut off the ticker variant.
Will the link to my page still work?
Every clickable element opens in _top, so clicking the widget navigates the host page (not the iframe). That's the standard behaviour for embedded widgets.