Web3 Dictionary Logo
Web3 Dictionary
Contribute

Categories

AllBlockchainDappsDAOsDeFiNFTsRegulationSecuritySmart ContractsTokenomicsWalletsWeb3 GamingOthers
  1. Web3 Dictionary
  2. Blockchain
  3. Transaction
Blockchain

Transaction

A signed record of value transfer, asset change, or smart contract execution on a blockchain.

Last Updated

2026-03-29

Related Concepts

BlockBlockchainTransaction SigningTransaction Confirmation
Web3-Explorer Logo

Scale Blockchain Infra

AD

Smart contracts, protocol integrations, and scalable architecture for high-performance Web3 products.

See Blockchain Services

What is Transaction?

A transaction is a cryptographically signed instruction that records a state change on a blockchain a token transfer, contract execution, NFT mint, or governance vote. It is the only mechanism by which anything changes on-chain.

How does Transaction work?

  1. You specify the destination, amount, and any contract data.
  2. Your wallet signs it with your private key.
  3. The signed transaction broadcasts to the network and enters the mempool.
  4. Validators include it in a block, confirming it permanently.

Why does Transaction matter?

Transactions are the mechanism of change. Without them, blockchains are static no transfers, no contracts executing, no new state.

Key features of Transaction

  • Cryptographically signed proves authorization
  • Immutable once confirmed in a block
  • Fee-bearing miners and validators are compensated
  • Transparent every transaction is publicly auditable

Examples of Transaction

Sending 1 ETH to a friend, swapping tokens on Uniswap, minting an NFT, and voting on a DAO proposal are all transactions each one a permanent, signed record on the blockchain.

External References

  • Ethereum Transactions
  • Ethereum Developer Docs