Skip to content
Get started

DOGE · UTXO model · since 2013

Dogecoin blockchain explorers and the supply figure everyone quotes

Dogecoin issues ten thousand new DOGE every minute, forever, and the number people quote for total supply comes from an explorer. It is worth understanding what that number is actually counting.

Updated 17 September 2026 · 5 explorers compared · How we test
Try
Ticker
DOGE
Launched
2013
Block time
about 1 minute
State model
UTXO
Live lookup here
Yes

UTXO: Coins live as discrete unspent outputs; balances are calculated, not stored.

The best Dogecoin explorers

Dogecoin is structurally almost identical to Bitcoin, so the good Bitcoin explorers that index it are generally better than the Dogecoin-specific ones.

  1. 1

    The long-standing default and the source of the supply figure most people cite. Dated and ad-heavy, and it still does the basics correctly.

    Free, no key No-JS Full review
  2. 2

    Considerably better data with the same keyless API access. The query layer lets you ask questions Dogechain.info cannot express.

    Free, no key Tor No-JS Full review
  3. 3

    The developer route. Webhooks for incoming payments and transaction construction, on a consistent API shared with Bitcoin and Litecoin.

    Free tier, key required No-JS Full review
  4. 4

    Broad multi-chain coverage, shallow depth. Useful mainly alongside a long tail of other chains.

    Free tier, key required Full review
  5. 5

    BitInfoCharts

    2.8 /5

    Rich lists and long-run chart series, useful for comparing Dogecoin against Litecoin over time.

    No public API

The supply figure, and what it actually means

Dogecoin has no maximum supply. Each block awards a fixed 10,000 DOGE, blocks arrive roughly every minute, and that continues indefinitely — around 5.2 billion new DOGE each year, forever.

This produces a specific economic property worth understanding. The absolute issuance is constant, so the percentage inflation falls every year as the base grows. It is not deflationary like Bitcoin and it is not accelerating either. It is a fixed nominal drip against a growing denominator.

The figure explorers report is coins issued, derived from block height. That is a genuine on-chain measure and it is exact. It is not the same as coins in circulation in any economic sense, because it includes coins in wallets whose keys were lost years ago — of which Dogecoin, given its history, has a great many.

We make the distinction because the number gets quoted as though it means something more precise than it does. Issued supply is a verifiable fact. Circulating supply is an estimate requiring assumptions nobody publishes.

Merge mining, and why it matters

Since 2014 Dogecoin has been merge mined with Litecoin. Both use the Scrypt hashing algorithm, and miners can submit the same work to both chains simultaneously, earning on both for one unit of effort.

This was an elegant solution to a real problem. Dogecoin's own hash rate was low enough that a determined attacker could have rented sufficient capacity to attack it. Merge mining meant it inherited the security of Litecoin's much larger mining ecosystem at no cost to either chain.

It also means Dogecoin's security is not independent. A collapse in Litecoin mining economics would affect Dogecoin directly. That is a structural fact rather than a criticism, and it is rarely mentioned in discussions of either chain.

For anyone looking at hash rate or difficulty on an explorer, this is the context that makes the numbers meaningful. BitInfoCharts is the easiest place to compare the two chains side by side over time.

Reading a Dogecoin transaction

Dogecoin is a UTXO chain, structurally almost identical to Bitcoin with faster blocks and different parameters. Everything in our guide on reading a Bitcoin transaction applies directly.

That includes the change-output confusion, which is the thing most likely to mislead you. A transaction spends whole outputs, so sending a small amount from a well-funded wallet produces a transaction whose total output is far larger than the payment. Screenshots of exactly this are used to suggest enormous transfers that never happened.

Fees are low and blocks arrive every minute, so stuck transactions are rare. When one does stick it is nearly always because the fee was set below the relay minimum. Dogechain.info has no fee visualisation to help diagnose that, which is one of the clearest reasons to prefer a modern alternative.

Confirmation requirements deserve attention. One-minute blocks mean each confirmation represents considerably less accumulated work than a Bitcoin confirmation, which is why exchanges typically require far more of them for Dogecoin deposits. Their threshold governs when you are credited, not the explorer's display.

Where a modern explorer does better

Dogechain.info survives mainly on familiarity and on being the supply figure people cite. Both are real reasons for it to exist, and neither is a reason to use it for anything else.

Blockchair indexes Dogecoin with the same query layer it applies to Bitcoin, which means filtering, sorting and aggregation that Dogechain.info cannot approach — and a keyless API with permissive CORS, so it works from browser code.

BlockCypher covers Dogecoin with webhooks and transaction construction, which is the right choice if you are building something that needs to react to incoming payments rather than poll for them.

3xpl is faster for a plain lookup and works without JavaScript, which matters more than it sounds on a poor connection.

All three are free and none requires a key for the Dogecoin endpoints. If you arrived here from a bookmark set years ago, they are worth the thirty seconds it takes to try them.

Practical notes for Dogecoin users

Dogecoin is straightforward to read, and the few places people get caught out are worth setting down plainly.

Address format. Dogecoin addresses start with D, which distinguishes them clearly from Bitcoin and Litecoin. That reduces the cross-chain sending errors that plague chains with overlapping formats, though it does not eliminate them — always paste rather than retype.

Minimum fees. Dogecoin has a relay minimum, and wallets offering a free-text fee field will let you go below it. A transaction below the relay minimum may never propagate at all, which looks identical to a stuck transaction and is not the same thing. If a Dogecoin transaction has not appeared on any explorer after a few minutes, that is the likeliest explanation.

Dust. Very small outputs cost more in fees to spend than they are worth, and accumulate in wallets that receive many small payments. Consolidating them during a quiet period is worth doing before you need to.

The supply number. Since people quote it constantly, remember it counts issued coins and not economically circulating ones. That distinction matters more on Dogecoin than most chains, because a great many coins from its early years are almost certainly unrecoverable.

Our guide on reading a UTXO transaction applies directly here, and it covers the change-output confusion that makes a modest payment look like an enormous one.

Dogecoin explorers: common questions

What is the total supply of Dogecoin?

There is no cap. Every block issues 10,000 DOGE and blocks arrive roughly every minute, adding around 5.2 billion each year indefinitely. Explorers report issued supply derived from block height, which is exact — unlike any estimate of economically circulating supply.

Is Dogecoin inflationary?

In absolute terms issuance is constant. As a percentage it falls every year, because the same fixed amount is added to a growing base.

Why does my Dogecoin transaction show a huge amount?

Change outputs. Dogecoin is a UTXO chain, so a transaction spends whole outputs and returns the remainder to you. Total output is not the amount paid. See reading a UTXO transaction.

How many confirmations does Dogecoin need?

Whatever your counterparty requires. One-minute blocks mean each confirmation represents far less accumulated work than a Bitcoin confirmation, so exchanges typically require considerably more of them.

Is Dogecoin secure with such a low hash rate?

It is merge mined with Litecoin, so it inherits security from a much larger Scrypt mining ecosystem. The consequence is that its security is not independent of Litecoin’s.

Why has my Dogecoin transaction not appeared anywhere?

Most likely the fee was below the relay minimum, so nodes never propagated it. That looks identical to a stuck transaction and is a different problem — the transaction exists only on your device.

Does Dogecoin have smart contracts or tokens?

No. It is a UTXO chain closely derived from Bitcoin, with no contract layer and no token standard. Anything claiming to be a Dogecoin token lives on another chain.

Live network data

Read from public nodes right now

BTC block height

0000000

Next-block fee

0000000

Mempool backlog

0000000

ETH block height

0000000

Next difficulty

0000000

Solana slot

0000000

Live from public node APIs · updates on load ·
Any percentage shown is Bitcoin's next mining difficulty retarget, a protocol parameter. It is not an asset price or a measure of investment performance.