Glossary

Transaction

A transfer of cryptocurrency or data recorded on a blockchain, verified by network participants and stored permanently on the distributed ledger.

Detailed Explanation

A blockchain transaction begins when a user signs a message with their private key, authorizing a transfer of value or a smart contract interaction. The transaction is broadcast to the network's mempool, where validators include it in the next block. Once confirmed, the transaction is immutable and permanent. Transactions have unique hashes (IDs), contain sender and receiver addresses, amounts, and gas fees paid.

Why It Matters

Understanding transactions is fundamental to using cryptocurrency safely. Transaction finality varies by blockchain: Bitcoin transactions become practically irreversible after 6 confirmations (about 60 minutes), while Ethereum achieves finality in about 12 minutes. Transaction fees, speed, and privacy differ significantly across networks. Users must verify recipient addresses carefully since blockchain transactions cannot be reversed once confirmed.

Example

Alice sends 0.5 ETH to Bob's wallet address. She signs the transaction in MetaMask, paying 0.003 ETH in gas fees. The transaction enters the mempool, gets included in a block by a validator within 12 seconds, and becomes finalized after about 12 minutes.

Real-World Usage and Tips

Every interaction on a blockchain, whether sending cryptocurrency, executing a smart contract, or minting an NFT, is recorded as a transaction. Each transaction contains key data including the sender address, recipient address, amount transferred, gas fee paid, and a unique hash that serves as its identifier. Transactions are grouped into blocks and permanently recorded on the blockchain, creating an immutable and transparent ledger of all activity.

Transaction fees vary significantly across different blockchains. Bitcoin and Ethereum transactions during peak congestion can cost several dollars or more, while networks like Solana, Avalanche, and Polygon offer transactions for fractions of a cent. Understanding fee structures helps you choose the right network for your needs and time your transactions to avoid overpaying during periods of high network demand.

Beginners should always double-check recipient addresses before confirming a transaction, as blockchain transactions are irreversible. Start with small test transactions when using a new wallet or network. Use block explorers like Etherscan or Solscan to verify that your transactions have been confirmed and to track the status of pending transactions in real time.

Related Terms

Frequently Asked Questions

What is Transaction?

A transfer of cryptocurrency or data recorded on a blockchain, verified by network participants and stored permanently on the distributed ledger.

Why is Transaction important in crypto?

Understanding transactions is fundamental to using cryptocurrency safely.