Bitcoin has no physical form and no visual appearance of its own. There is no file on a disk that is a bitcoin, no image, and no coin. What exists is a record: an entry in a shared ledger saying that a certain amount is controlled by a certain address. So the honest answer to what bitcoin looks like is that you never see bitcoin itself — you see a rendering of that record, drawn by whatever software you happen to be using. The gold coin stamped with a orange ₿ that illustrates every news article is a stock photograph of a novelty object, and it has never been what anyone actually owns. If you want the ledger’s own origin story rather than the picture, that begins with when did bitcoin start as a running network in January 2009, because everything visible today is a view onto a record that has been accumulating since then.

The four things people mean by the question
Asked plainly, this question usually has one of four things behind it. They have genuinely different answers, and separating them is most of the work.
- Is there a physical coin? No, not in any official sense. Physical objects branded as bitcoins exist as novelties and collectibles — the best known were produced with a private key concealed under a tamper-evident hologram, so the object was a container for a key, not the money itself. Peel the hologram and the value moves the moment someone imports that key. The metal is a wrapper.
- What is the logo? The orange disc with a struck-through B is a designed mark that entered common use in the network’s early years. It is branding. It has no protocol status whatsoever — nothing in the software knows or cares about it.
- What do I see when I own some? A number in a wallet application, next to an address. The wallet computes that number by scanning the ledger for records that your keys can spend.
- What does the underlying record look like? This is the only one with a concrete answer, and it is the interesting one.
What the record actually looks like
Strip away the interface and a holding is a set of unspent outputs. Each one is the leftover of some earlier transaction, sitting in the ledger, marked as spendable by whoever can produce the right signature. Your balance is not stored anywhere as a number — your wallet adds those outputs up and displays the total.
Written out, a single record carries a small number of fields, and these are the fields any explorer will show you:
| Field | What it is |
|---|---|
| Transaction ID | A hash identifying the transaction uniquely |
| Inputs | Which earlier outputs are being spent |
| Outputs | Amounts, and the addresses now able to spend them |
| Block | Which block confirmed it, and therefore roughly when |
| Fee | The difference between inputs and outputs, paid to a miner |
There is no picture of a bitcoin. There is a row in a ledger, and every image you have ever seen is an illustration of that row.
The tool that shows you the record: a block explorer
A block explorer is a website that reads a blockchain and renders it as pages a person can navigate. It is the closest thing to actually looking at the thing. Point it at an address and it shows what that address holds and every transaction it has taken part in; point it at a transaction and it shows the fields above.
This matters for a practical reason beyond curiosity. Because the ledger is public, an explorer lets you verify claims yourself instead of trusting an interface. A screenshot of a balance proves nothing — anyone can render a number on a page. The same balance visible on an independent explorer is evidence, because the explorer is reading the chain rather than being told what to display.

How to read the main explorer views
Explorers differ in styling but converge on the same handful of views, because the underlying data has the same shape everywhere. This site has a page on each, written for someone who has landed on it without prior knowledge:
- Reading an address page — balance, transaction history, and why an address is not the same thing as an identity.
- Reading a token page — supply, decimals, contract, and what a token actually is as distinct from a coin.
- Reading token transfers — how transfer logs work and why they differ from plain transactions.
- Reading holder distribution — concentration, and the single most useful risk check a beginner can run.
- Reading an accounts list — rich lists, what they show and what they mislead about.
Why Bitcoin looks different from most of what you will read about
Bitcoin uses the unspent-output model described above. Most other chains — Ethereum and everything modelled on it — use accounts instead: a balance stored directly against an address and adjusted up and down. The practical difference when you are looking at an explorer is real. On Bitcoin you are reading a chain of outputs and there is no stored balance anywhere; on an account chain you are reading a stored balance and a list of changes to it.
Neither is more correct. But it explains why a Bitcoin explorer and an Ethereum-style explorer feel different, and why token pages exist only on the latter — tokens are contracts keeping their own internal ledgers, which is a concept the Bitcoin base layer does not have.

Common misconceptions worth clearing
- “My bitcoin is stored in my wallet.” It is not. The wallet stores keys. The coins are records on the ledger, and they stay there whether or not your wallet exists. Losing a wallet without a backup means losing the ability to sign, not losing the records.
- “An address is like an account number.” Loosely, but addresses are cheap and disposable, and standard practice is to use a new one per transaction. One person routinely controls many.
- “The blockchain stores names.” It stores addresses. Any connection between an address and a person comes from somewhere else entirely.
- “A confirmed transaction can be reversed if I complain.” There is no mechanism for it. This is the single most consequential visual difference between a bank interface and an explorer: the bank’s record is a claim about a balance a bank controls, and the explorer’s record is final.
So, what does it look like?
Concretely: a string of letters and numbers, an amount, a timestamp, and a hash — rendered as a row on a page by software reading a public ledger. Everything else is decoration around that row. The orange coin is a stock photo, the wallet balance is a sum computed on the fly, and the only thing that exists is the record.
See about this site for what it is, and sources and standards for how these pages are written.
Frequently asked questions
What does bitcoin look like?
It has no physical form and no appearance of its own. A holding is a record in a public ledger u2014 an amount associated with an address u2014 and what you see is that record rendered by wallet software or a block explorer. The gold coin with an orange B in news photographs is a novelty object, not what anyone owns.
Is there a real physical bitcoin?
Not officially. Physical objects branded as bitcoins exist as novelties and collectibles, typically holding a private key under a tamper-evident hologram. The object is a container for a key, not the money u2014 importing the key moves the value regardless of who holds the metal.
Where is my bitcoin actually stored?
On the ledger, not in your wallet. A wallet stores the keys that let you sign transactions. The records stay on the blockchain whether or not your wallet exists; losing a wallet without a backup loses the ability to sign, not the records themselves.
What is a block explorer?
A website that reads a blockchain and renders it as browsable pages u2014 addresses, transactions, blocks, and on account-based chains, tokens. It is the closest thing to looking directly at the ledger, and it lets you verify a claim rather than trusting an interface's displayed number.
Why can't I trust a screenshot of a balance?
Because any operator can render any number on a page. A balance is only evidence when an independent explorer reading the chain shows the same thing, since the explorer is reporting the ledger rather than being told what to display.
What fields does a Bitcoin transaction record contain?
A transaction ID (a hash), the inputs being spent, the outputs with their amounts and receiving addresses, the block that confirmed it, and the fee u2014 which is simply the difference between the inputs and the outputs.
Why do Bitcoin and Ethereum explorers look different?
Bitcoin uses unspent transaction outputs: there is no stored balance, only a chain of spendable outputs. Ethereum-style chains store a balance against an address and adjust it. Token pages exist only on the latter, because tokens are contracts keeping their own internal ledgers.
Does the blockchain record my name?
No. It records addresses. Any link between an address and a person comes from outside the chain u2014 an exchange's records, a public post, or an analytics inference u2014 never from the ledger itself.