Transaction
A signed data package that records a transfer of value or state change between addresses on a blockchain network.
A signed data package that records a transfer of value or state change between addresses on a blockchain network.
entity.trust_high
Sep 2026 · Freshness Score: 50%
What is Transaction?
A signed data package that records a transfer of value or state change between addresses on a blockchain network.
- Category
- concept
- Type
- Authority Node
- Sources
- 1
To send a transaction, the user's wallet constructs the payload and signs it with the sender's private key. The signed transaction is broadcast to the network, where nodes validate the signature and check that the sender has sufficient bala
Transactions are the atomic unit of activity on any blockchain. Understanding how they are constructed and confirmed helps users read explorers, estimate fees, and reason about settlement times and finality. For developers, transaction stru
Knowledge Graph
64 relationsRelated
Timeline
Batch V1.1 would let users bundle up to eight linked transactions into one operation, with 27 of 35 trusted validators now backing the change.
The rollback reversed legitimate activity alongside the attack, while $9.19 million remains unrecovered, according to Cronos.
The Frame Transactions feature was locked into the Hegotá upgrade last month, and Ethereum co-founder Vitalik Buterin says the work has moved quickly since.
Liquid Network, a settlement layer used by exchanges, halted all transactions after losing $320 million worth of bitcoin in a security exploit.
The transaction used Bitcoin’s existing rules to protect funds from a future quantum attack without requiring a network upgrade.
A proposed package would let privacy pools pay their own transaction fees without relying on intermediaries.
Overview
A blockchain transaction is a signed data package that records a transfer of value or a change of state between addresses on a network. Every transaction contains a sender, a recipient, the amount or instructions being executed, a nonce to prevent replay, and a cryptographic signature that proves the sender authorized it. Once confirmed, transactions are permanently recorded in a block.
How It Works
To send a transaction, the user's wallet constructs the payload and signs it with the sender's private key. The signed transaction is broadcast to the network, where nodes validate the signature and check that the sender has sufficient balance. Depending on the consensus mechanism, a miner or validator then includes the transaction in a block, and after a number of confirmations the state change is considered final.
Why It Matters
Transactions are the atomic unit of activity on any blockchain. Understanding how they are constructed and confirmed helps users read explorers, estimate fees, and reason about settlement times and finality. For developers, transaction structure determines how smart contract calls, token transfers, and cross-chain messages are packaged and executed.
Related Concepts
Transactions are the payload that consensus mechanisms secure. Related topics include the Hash that fingerprints each transaction, gas fees that price execution, and the Blocks that group transactions into the canonical ledger.
Frequently Asked Questions
What is Transaction?
A signed data package that records a transfer of value or state change between addresses on a blockchain network.
How does Transaction work?
A blockchain transaction is a signed data package that records a transfer of value or a change of state between addresses on a network. Every transaction contains a sender, a recipient, the amount or instructions being executed, a nonce to prevent replay, and a cryptographic signature that proves th
Why does Transaction matter in Web3?
To send a transaction, the user's wallet constructs the payload and signs it with the sender's private key. The signed transaction is broadcast to the network, where nodes validate the signature and check that the sender has sufficient balance. Depending on the consensus mechanism, a miner or valida