What Is 'a Monero'? Outputs Explained

What Is 'a Monero'? Outputs Explained

Intermediate How Monero Works · 6 views

There's no 'coin' file — what you own is a set of unspent transaction outputs. The mental model that makes the rest of Monero click.

Ask "what is a Monero?" and the honest answer surprises most people: there is no coin. No file on your computer, no token sitting in an account, no running balance ticking up and down. What you actually own is a set of unspent transaction outputs — usually shortened to outputs (or UTXOs, "unspent transaction outputs"). Once this clicks, almost everything else about how Monero works — change, fees, coin control, even privacy — suddenly makes sense.

Forget the Bank-Account Model

A bank account is a single number the bank edits up and down. Monero does not work like that. It works more like physical cash in a wallet: a collection of separate notes and coins of various denominations. You don't have "$73" as a number — you have a $50, a $20, and three $1 notes that add up to $73. Monero outputs are those notes.

Each output is a discrete chunk of XMR of some amount, created by a past transaction and addressed to you. Your wallet balance is simply the sum of all your unspent outputs. There is no separate "balance" stored anywhere — your wallet calculates it by adding up the notes in your pocket.

How an Output Is Created

Every time someone sends you Monero, the transaction creates a brand-new output that belongs to you. Thanks to stealth addresses, that output is written to a fresh one-time address on the blockchain — so it can't be linked back to your public address. The output carries:

  • An amount (hidden from everyone else by RingCT, but known to you).
  • A one-time public key (the stealth address) that only your wallet can recognize and later unlock with your private keys.

Your wallet scans the chain, spots the outputs meant for you, and adds them to your pile.

Spending: Outputs Are Consumed Whole

This is the part that trips people up. You cannot spend part of an output. Just like you can't tear a $20 note in half, an output is consumed entirely when you spend it. So when you send Monero, your wallet:

  1. Selects one or more of your unspent outputs that add up to at least what you're sending (plus the fee).
  2. Consumes them — they're now spent and gone.
  3. Creates new outputs: one to the recipient, and one back to you as change.

Example: you have a single 1 XMR output and want to send 0.3 XMR. Your wallet spends the whole 1 XMR output, sends 0.3 to the recipient, and creates a new ~0.7 XMR change output back to you (minus the tiny fee). That change is a fresh output at a new stealth address — which is why your "address" never seems to hold a stable balance.

Why This Matters

  • Change is normal. Seeing your funds "move" to a new output after every spend is the system working as designed, not a bug.
  • Spending mixes your outputs. To hide which output is really being spent, ring signatures blend each of your real outputs with decoy outputs pulled from the chain. Outputs are the literal ingredients of Monero's sender privacy.
  • It enables coin control. Because your balance is discrete outputs, advanced users can choose which outputs to spend to avoid linking funds — the whole basis of coin control.
  • Fees depend on outputs. More outputs (inputs) in a transaction means more data, so consolidating many tiny outputs can cost a bit more — see Fees & Dynamic Block Size.

The One-Sentence Version

"A Monero" isn't a coin — it's an unspent transaction output: a discrete note of value locked to a one-time address that only you can unlock, and that you spend whole, creating change. Your balance is just the sum of those notes. Keep that picture in mind and the rest of Monero — privacy, change, confirmations, coin control — falls into place. Next, see how the receiver is hidden in Stealth Addresses.

Comments

Log in or create a free account to comment.

No comments yet — be the first.