THE CRYPTO ENCYCLOPEDIA — VOLUME I

Cryptocurrency Transactions: How Value Moves on Blockchains

Article 43 of 250 Foundations 1,723 words

Encyclopedia Classification

Category: Blockchain Operations • Digital Payments • Network Activity

Discipline: Computer Science • Economics • Cryptography • Financial Technology

Prerequisites

  • Article 38 — Cryptocurrency Wallets and Digital Ownership
  • Article 40 — Digital Signatures and Transaction Verification
  • Article 42 — Blockchain Data Structure and Block Anatomy

Related Articles

Gas Fees • Mempool • UTXO Model • Account Model • Smart Contracts • Block Explorers • Layer 2 Networks


LIFE OF A TRANSACTIONFrom your wallet to permanent record — every crypto transaction takes the same trip.1 · SIGNYour wallet signs thetransaction with yourprivate key2 · BROADCASTThe signed transactionis sent out tonetwork nodes3 · MEMPOOLIt waits in line withother pendingtransactions4 · IN A BLOCKA miner or validatorincludes it in thenext block5 · CONFIRMEDEach new block on topmakes it harderto reverseRule of thumb: 1 confirmation = included · 6+ confirmations = considered final for large amounts

Definition

A cryptocurrency transaction is a digitally authorized instruction that changes ownership, transfers value, or interacts with a blockchain application.


Beginner Explanation

A crypto transaction is a message sent to a blockchain saying:

"Move this asset from here to there."


Example:

Alice sends Bob:

1 ETH


The blockchain records:

Alice's balance decreases.

Bob's balance increases.


The network verifies:

  • Alice owns the funds.
  • Alice approved the transaction.
  • The rules were followed.

The Purpose of Transactions

Transactions allow users to:

  • Send cryptocurrency
  • Receive cryptocurrency
  • Trade assets
  • Use applications
  • Execute smart contracts
  • Vote in governance
  • Create digital assets

Traditional Payment vs Crypto Transaction


Traditional Payment

Example:

Credit card purchase.

Process:

Customer

Bank

Payment processor

Merchant


Multiple intermediaries.


Cryptocurrency Transaction

Process:

User

Wallet

Blockchain network

Recipient


The blockchain verifies directly.


Transaction Components

Most blockchain transactions include:


1. Sender

The address initiating the transaction.


2. Receiver

The address receiving funds or instructions.


3. Amount

The value being transferred.


4. Digital Signature

Proof of authorization.


5. Fee

Payment for network processing.


6. Transaction Data

Additional information.


Example

A Bitcoin transaction:

Sender:
bc1xxxx

Receiver:
bc1yyyy

Amount:
0.5 BTC

Fee:
0.0001 BTC

Signature:
Valid


The Transaction Lifecycle

A transaction moves through several stages.


Stage 1 — Creation

The user creates a transaction.


Example:

Send:

1 BTC

To:

Bob's address


The wallet prepares the information.


Stage 2 — Signing

The wallet signs the transaction.


The private key creates:

Digital signature.


This proves ownership.


Stage 3 — Broadcasting

The transaction is sent to the blockchain network.


It reaches:

Nodes.


Stage 4 — Mempool

The transaction enters the:

Memory Pool


Definition

A temporary waiting area for unconfirmed transactions.


Beginner explanation:

The blockchain's waiting room.


Transactions wait here before being added to a block.


Mempool Information

Transactions compete based on:

  • Fees
  • Priority
  • Network conditions

Stage 5 — Validation

Nodes check:

  • Signature validity
  • Available funds
  • Correct format
  • Network rules

Invalid transactions are rejected.


Stage 6 — Block Inclusion

A miner or validator selects transactions.


The transaction is added to:

A block.


Stage 7 — Confirmation

The network accepts the block.


The transaction becomes increasingly secure.


Stage 8 — Final Settlement

The transaction is considered complete.


Transaction Models

Different blockchains track ownership differently.


1. UTXO Model

Used by:

  • Bitcoin
  • Litecoin
  • Bitcoin Cash

Definition

A system that tracks unspent transaction outputs rather than account balances.


Beginner Explanation

Think of UTXOs as digital coins.


Example:

You receive:

1 BTC


That becomes a UTXO.


You later spend:

0.4 BTC


The network creates:

Output 1:

0.4 BTC to recipient

Output 2:

0.6 BTC back to you


Advantages of UTXO Model


Privacy Benefits

Transactions do not use traditional account balances.


Security

Clear ownership tracking.


Parallel Processing

Some transaction processing can occur simultaneously.


Disadvantages


Complexity

More difficult for beginners.


Change Management

Requires handling leftover amounts.


2. Account Model

Used by:

  • Ethereum
  • Many smart contract platforms

Definition

A system that tracks account balances directly.


Beginner Explanation

Similar to a bank account.


Example:

Alice:

10 ETH

Sends:

3 ETH


New balance:

7 ETH


Advantages

  • Easier to understand
  • Better for applications
  • Supports smart contracts

Disadvantages

  • More complex state management
  • Different privacy characteristics

Bitcoin Transaction Example

Alice wants to send Bob:

0.5 BTC


Her wallet:

Finds available UTXOs.


Creates transaction.


Signs it.


Broadcasts.


Miners confirm.


Bob receives Bitcoin.


Ethereum Transaction Example

Alice wants to send Bob:

1 ETH


Wallet creates:

Transaction:

  • Sender
  • Receiver
  • Amount
  • Gas settings
  • Nonce

Alice signs.


Validator processes.


Balances update.


Transaction Fees


Definition

Payments made to blockchain participants for processing transactions.


Fees compensate:

  • Miners
  • Validators

Why Fees Exist

Fees prevent:

  • Spam
  • Network abuse
  • Unlimited demand

Bitcoin Fees

Based primarily on:

Transaction size.


Users compete by offering higher fees.


Ethereum Gas Fees

Ethereum uses:

Gas


Gas measures:

Computational work required.


Examples:

Simple transfer:

Low gas.


Complex smart contract:

Higher gas.


Gas Price

The amount paid per unit of gas.


Usually measured in:

Gwei.


Gas Limit

Maximum amount of gas allowed.


Transaction Cost Formula

Ethereum:

Gas Used × Gas Price \= Fee


Why Fees Change

Fees increase when:

  • Network activity rises
  • More users compete
  • Applications become busy

Transaction Speed

Speed depends on:


Block Time

How often blocks are created.


Network Capacity

How many transactions fit.


Fees

Higher fees may receive priority.


Confirmation Depth

How many blocks follow.


Transaction Failures

Transactions can fail.


Common Causes


Insufficient Funds

Not enough balance.


Incorrect Fee

Fee too low.


Invalid Signature

Authorization failure.


Smart Contract Failure

Contract rejects execution.


Wrong Address

Funds sent incorrectly.


Important:

Blockchain transactions are usually irreversible.


Transaction Confirmation


Bitcoin Confirmations

Security increases with additional blocks.


Common practice:

6 confirmations for high-value transactions.


Ethereum Confirmations

Ethereum uses:

Finality mechanisms.


Users often wait for sufficient confirmations depending on risk.


Transaction Finality


Definition

The point where reversing a transaction becomes extremely unlikely.


Types:


Probabilistic Finality

Confidence increases over time.


Example:

Bitcoin.


Economic Finality

Attack becomes financially unrealistic.


Example:

Proof-of-Stake systems.


Transaction Privacy

Public blockchains are transparent.


Anyone can view:

  • Addresses
  • Amounts
  • Timing

But:

Addresses are not automatically linked to identities.


Privacy Tools

Examples:

  • Privacy coins
  • Zero-knowledge systems
  • Mixing technologies

Transaction Analysis

Professionals study blockchain transactions using:


On-Chain Analytics

Analysis of blockchain data.


Metrics include:

  • Active addresses
  • Transaction volume
  • Wallet movements
  • Exchange flows

Whale Tracking


Definition

Monitoring large wallet movements.


Used by:

  • Traders
  • Researchers
  • Analysts

Exchange Transactions

Large movements to exchanges may indicate:

Potential selling pressure.


Withdrawals may indicate:

Long-term holding behavior.


Block Explorers


Definition

Websites allowing users to view blockchain activity.


Users can inspect:

  • Transactions
  • Blocks
  • Wallets
  • Fees

Transaction Hash


Definition

A unique identifier assigned to a transaction.


Also called:

  • TXID
  • Transaction ID

Used to:

Track transaction status.


Failed Transactions

Important distinction:

A failed transaction may still consume fees.


Example:

Ethereum smart contract fails.


The network still used computing resources.


Smart Contract Transactions

A transaction can do more than transfer money.


It can:

  • Trade tokens
  • Borrow assets
  • Mint NFTs
  • Vote
  • Execute programs

Layer 2 Transactions


Definition

Transactions processed outside the main blockchain while relying on the main chain for security.


Purpose:

  • Lower fees
  • Higher speed

Examples:

  • Rollups
  • Payment channels

Cross-Chain Transactions


Definition

Moving value or information between different blockchain networks.


Challenges:

  • Security
  • Compatibility
  • Bridges

Common Transaction Risks


Address Mistakes

Wrong address can permanently lose funds.


Phishing

Fake transaction requests.


Malicious Contracts

Hidden permissions.


Fee Errors

Overpaying or underpaying.


Bridge Exploits

Cross-chain vulnerabilities.


Professional Transaction Evaluation

Experts analyze:


Volume

How much value moves?


Frequency

How active is the network?


Fees

How expensive is usage?


User Activity

How many participants exist?


Settlement Speed

How quickly finality occurs?


Security

How resistant is the network?


Common Misconceptions


"Crypto transactions are anonymous."

Usually false.

Most public blockchains are transparent.


"Transactions are free."

False.

Networks require fees.


"A transaction is complete instantly."

Depends on the blockchain.


"Blockchain transactions can always be reversed."

False.

Most are irreversible.


Future of Transactions


Faster Settlement

Improved scalability.


Invisible Payments

Crypto becoming easier for normal users.


Automated Transactions

AI agents and smart contracts.


Real-World Payments

More businesses accepting blockchain settlement.


Better Privacy

Advanced cryptographic systems.


Key Takeaways

  • Transactions are instructions recorded on blockchains.
  • Wallets create and sign transactions.
  • Nodes verify transactions.
  • Miners and validators include them in blocks.
  • Bitcoin uses the UTXO model.
  • Ethereum uses the account model.
  • Fees pay for network resources.
  • Blockchain transactions are transparent and generally irreversible.
  • Understanding transactions is essential for using and analyzing crypto networks.

  • Wallets
  • Digital Signatures
  • Blockchain Structure
  • Gas Fees
  • Mempools
  • Smart Contracts
  • Layer 2 Networks
  • Block Explorers
  • On-Chain Analysis

Encyclopedia Notes

Transactions are the heartbeat of every blockchain.

A blockchain is valuable because it allows people who do not know each other to safely transfer ownership and execute agreements without requiring a central intermediary.

Every token transfer, trade, NFT purchase, and decentralized application interaction begins as one thing:

A cryptographically signed transaction.