Metadata
16/04/2026
Metadata is data that describes or provides context about other data. In blockchain and cryptocurrency, metadata appears in various forms across transactions, smart contracts, and digital assets.
Metadata in blockchain transactions
- Timestamps — every block and transaction records when it was created
- Memos / payment IDs — optional notes attached to transactions (used by some exchanges to identify deposits)
- OP_RETURN (Bitcoin) — a special output type that can embed up to 80 bytes of arbitrary data in a Bitcoin transaction; used for things like anchoring documents or messages to the blockchain
- Gas parameters (Ethereum) — gas limit, gas price, and nonce are transaction metadata
Metadata in NFTs
NFTs often store only a token ID on-chain. The actual metadata — the image URL, name, description, and attributes — is typically stored off-chain (e.g., on IPFS or a centralized server) and referenced from the token. This is an important distinction: the NFT "owns" a pointer, not necessarily the asset itself.
Privacy and metadata
Some blockchains minimize metadata to protect user privacy. Monero (XMR), for example, hides sender, receiver, and amount by default — leaving very little analyzable metadata. Bitcoin transactions, by contrast, are fully public and analyzable via blockchain explorers.
