Transaction
Transaction: Moving Value on the Blockchain
A cryptocurrency transaction transfers value from one address to another on a blockchain network. It's like writing a check, but with mathematical guarantees instead of trust.
A transaction is a digitally signed transfer of cryptocurrency from one wallet address to another, recorded permanently on the blockchain. Every transaction includes sender information, recipient details, amount, and cryptographic signatures for verification.
How Transactions Work
Digital signatures prove that the transaction was authorized by the private key holder without revealing the private key itself.
Network validation ensures transactions follow network rules, have sufficient balances, and aren't attempting to double-spend funds.
Block inclusion permanently records validated transactions in blockchain blocks that become part of the immutable ledger.
[IMAGE: Transaction lifecycle showing creation → signing → broadcasting → validation → block inclusion]
Real-World Examples
- Bitcoin transfers sending BTC from one wallet to another with network confirmation
- Smart contract interactions on Ethereum that trigger automated code execution
- Token swaps on decentralized exchanges that exchange one cryptocurrency for another
Why Beginners Should Care
Irreversibility means cryptocurrency transactions cannot be canceled or reversed once confirmed, unlike traditional payment systems.
Transparency as all transaction details are publicly visible on blockchain explorers, though personal identities remain pseudonymous.
Fee requirements for transaction processing that vary based on network congestion and transaction complexity.
Related Terms: Digital Signature, Blockchain, Transaction Fees, Block Confirmation
