Transaction
A transaction is an cryptographically signed instruction that alters the state of a blockchain ledger. When a user sends assets, executes a smart contract, or updates data, the transaction is broadcast to the network, verified by nodes, and permanently recorded in a block. Transactions serve as the fundamental unit of activity on any blockchain, ensuring that changes to the distributed database are legitimate, verified, and irreversible through consensus mechanisms.Definition
A transaction is an cryptographically signed instruction that alters the state of a blockchain ledger. When a user sends assets, executes a smart contract, or updates data, the transaction is broadcast to the network, verified by nodes, and permanently recorded in a block. Transactions serve as the fundamental unit of activity on any blockchain, ensuring that changes to the distributed database are legitimate, verified, and irreversible through consensus mechanisms.Simple explanation
A transaction is just a digital receipt of a transfer. Imagine sending a digital letter to a friend where the act of sending it is recorded in a giant public book that everyone can see but no one can erase. Once recorded, the transfer is considered final and permanent.Why it matters
Transactions provide transparency and immutability for all digital interactions. They remove the need for trusted intermediaries like banks, allowing for peer-to-peer value exchange and logic execution.How it works
Users initiate a transaction using a private key to sign the data, which cryptographically proves ownership of the funds. This request is propagated to nodes in the network, which validate the signature and balance. Once validated, the transaction is included in a block and added to the chain via consensus.Real-world example
Sending Bitcoin from a personal wallet to an exchange or interacting with a DeFi protocol to swap one asset for another are standard blockchain transactions.Advantages
- Provides cryptographic proof of transfer
- Eliminates need for third-party clearing
- Transparent and publicly auditable
Limitations
- Irreversible if sent to wrong address
- Subject to network congestion delays
- Requires transaction fees for processing
Common misconceptions
- People often think transactions are instantaneous, whereas they depend on network confirmation times.
- There is a myth that blockchain transactions are completely anonymous, but they are actually pseudonymous.
Related knowledge
- Ledger — term
Canonical knowledge ID:
glossary:transaction