Skip to content
Get started

Single chain · Review

Cardanoscan: staking, epochs and an address model that is not a balance

Cardano separates the key that spends from the key that stakes, which means one wallet has many addresses sharing one staking history. Cardanoscan is the explorer built around that fact rather than despite it.

Updated 17 September 2026 · How we test · 10 min read
Free tier, key required 1 chain

At a glance

Operator
Cardanoscan
Launched
2021
Chain
Cardano
Model
Extended UTXO
Epoch length
5 days
Staking
Liquid — no lock-up
API
Free tier with key
Open source
No

The verdict

Cardanoscan is the clearest view of Cardano staking on the open web and handles the extended UTXO model honestly rather than pretending addresses hold balances. Stake pool data, delegation history and epoch rewards are all properly covered. Smart contract tooling is thinner than the EVM equivalents, and the free API tier is modest.

What it does well

  • Stake pool pages with saturation, pledge, commission and historical performance
  • Delegation and reward history tracked per epoch, which is how Cardano actually pays
  • Correctly separates payment addresses from the stake key they share
  • Native asset handling — Cardano tokens are ledger-level, not contracts, and it shows them as such
  • Governance data following the Voltaire-era changes

Where it falls short

  • Plutus script interaction is thinner than EVM contract tooling elsewhere
  • Free API tier is modest
  • Closed source
  • Assumes familiarity with epochs, stake keys and eUTXO

Why it scored what it scored

Six criteria, each out of five, weighted as set out in our methodology. A score without a reason is just a number, so here is the reason for each one.

Coverage 2.0
Cardano only.
Data depth 4.0
Stake pools, delegation, epoch rewards, native assets and governance are all covered properly. Plutus script interaction is the visible gap.
Speed 4.0
Quick and stable.
Privacy 3.0
Closed, though the operator has no exchange or analytics business attached to the lookups.
API 3.0
Free key with daily limits, adequate for personal use and tight for anything larger.
Interface 4.0
Well organised, and the staking pipeline explanation does real work against a genuinely confusing reward schedule.

Payment keys, stake keys, and why you have many addresses

A Cardano address usually contains two parts: a payment credential, which controls spending, and a staking credential, which controls delegation.

The consequence is that one wallet generates many payment addresses that all share a single stake key. Your funds are spread across them; your staking is unified. Look up one address and you see a fraction of your holdings, which is alarming if you do not know to expect it.

Cardanoscan handles this correctly: search a stake address and you get the aggregate position, the delegation and the full reward history. That is the view that corresponds to what a wallet shows you, and it is the one to use.

This also enables something genuinely useful — liquid staking without lock-up. Because delegation is controlled by a separate key from spending, your funds remain freely spendable while delegated. There is no unbonding period, unlike Polkadot's twenty-eight days or Ethereum's exit queue. It is one of Cardano's better design decisions and it falls directly out of the key separation.

Epochs, and why rewards arrive late

Cardano runs on five-day epochs, and staking rewards follow a schedule that surprises almost every new delegator: you delegate, and the first rewards appear roughly fifteen to twenty days later.

The reason is the snapshot mechanism. Your delegation is recorded in a snapshot at the end of one epoch, becomes active in the next, produces rewards in the one after, and is paid in the one after that. Nothing is wrong; the pipeline simply has depth.

Cardanoscan shows where you are in that cycle, which is the only way to distinguish "working normally" from "misconfigured". Given how many support questions this generates, it is a genuinely valuable thing for an explorer to surface.

One consequence worth knowing: because delegation is snapshotted, switching pools does not interrupt rewards. You keep earning from the old pool through the pipeline while the new delegation takes effect. There is no penalty and no gap.

Choosing a stake pool, factually

Cardanoscan's pool pages carry the data that actually determines returns, and it is worth knowing which fields matter.

Saturation is the important one. Above a protocol-defined threshold, a pool's rewards stop increasing with additional stake, so delegating to a saturated pool reduces everyone's return including yours. The mechanism exists to push stake towards decentralisation, and it works — but only if delegators look.

Fees come in two parts: a fixed minimum per epoch and a percentage margin. On a small pool the fixed fee is a larger proportion of a smaller reward pot, which matters more than the headline margin.

Blocks produced against blocks expected is the operational quality signal. A pool consistently producing fewer blocks than its stake implies has technical problems, and that translates directly into lower rewards.

We are describing how the mechanism works, not telling you where to delegate — that is a decision with financial consequences and it is yours.

FieldWhy it matters
SaturationPast the threshold, extra stake earns nothing extra. The single most consequential field.
Fixed feeCharged per epoch regardless of size. Proportionally heavier on small pools.
MarginPercentage the operator takes after the fixed fee.
PledgeOperator’s own stake. Skin in the game, and it affects reward calculation.
Blocks vs expectedOperational reliability. Persistent underperformance means technical problems.

Extended UTXO and native assets

Cardano uses extended UTXO — like Bitcoin's model, but outputs can carry arbitrary data (a datum) and be guarded by scripts. It is a genuinely different computational model from Ethereum's accounts, with different properties: transaction outcomes are predictable before submission, and concurrency has to be designed for rather than assumed.

The most immediately visible consequence is native assets. Cardano tokens are not smart contracts. They are ledger-level objects, carried in outputs alongside ADA, transferred by the same machinery.

That removes a whole class of problem. There is no token contract that can be upgraded to block transfers, no approval mechanism to be exploited, no bespoke transfer logic to audit. The token approval risk that dominates EVM security advice simply does not exist here.

It also means an output carrying tokens must carry a minimum amount of ADA alongside them, which is why you cannot send tokens from an address holding no ADA. Cardanoscan shows the composition of each output, which is where that becomes visible.

What our reference tests showed

Our Cardano items were a simple ADA payment, a native asset transfer, a stake address with delegation history, a pool page, and an output carrying tokens with the minimum ADA attached.

Searching the payment address returned a partial picture, as the key model dictates. Searching the stake address returned the aggregate position and the full delegation and reward history, which is the view that matches what a wallet shows and the one we would tell anyone to use.

The reward history reconciled epoch by epoch, and the snapshot pipeline was visible in the data — the first reward appeared the number of epochs later that the mechanism predicts, rather than immediately.

The pool page showed saturation, pledge, fixed fee, margin and blocks produced against blocks expected. We deliberately looked at a saturated pool, and the figure was prominent enough that a delegator would notice it before committing, which is the whole point of surfacing it.

The token output test showed the ADA and the native asset as separate components of the same output, which is the only presentation that explains why a token transfer requires ADA to accompany it.

If this is not the one

Cardano has fewer explorers than most large chains. These cover it to varying depths.

Cardanoscan: common questions

Why does my Cardano address show less than my wallet?

Because a wallet spreads funds across many payment addresses sharing one stake key. Search the stake address rather than a payment address to see the aggregate position.

When do Cardano staking rewards start?

Roughly fifteen to twenty days after delegating, because of the snapshot pipeline: delegation is snapshotted, activates the next epoch, earns the one after, and pays the one after that.

What is pool saturation?

The point above which additional stake stops increasing a pool’s rewards. Delegating to a saturated pool lowers returns for everyone in it. It is the first field to check.

Is Cardano staking locked up?

No. Delegation is controlled by a separate stake key, so funds stay spendable throughout and there is no unbonding period. Switching pools does not interrupt rewards.

Why can I not send tokens without ADA?

Because every output carrying native assets must also carry a minimum amount of ADA. Cardanoscan shows the composition of each output.