A deep-dive explainer on blockchain transactions: how they work, how fees and MEV shape their ordering, what privacy and security risks matter, and where cross-chain coordination is heading.
+41 sources across the wider coverage universe
Open Transaction Layer unites major crypto and finance players to set interoperability standard for global onchain finance2026-05
All crypto exchanges in the UK will automatically share transaction data with HMRC starting 1 Jan.2025-12
BOLTS launches quantum-resilience pilot on Canton Network to future-proof $6T real-world assets. The pilot will explore how BOLTS’ quantum-resilient software product, QFlex, could potentially bring quantum-resistant transaction assurance to Canton Network. QFlex addresses the multi-faceted complexities around fortifying blockchain networks against Q-Day.2025-12
Stablecoin supply climbed past $314B in 2025, but usage told a different story as Tether led transaction activity, followed by RLUSD and USDC, while the Trump-backed USD1 surged into the top tier months after launch.2025-12
MetaMask just dropped Transaction Shield — wallet protection that covers up to $10K/month for verified transactions. A big move toward safer DeFi interactions and user confidence in Web3 wallets.2025-12
First institutional stablecoin-for-stablecoin repo on a public blockchain settled and serviced on Membrane. The transaction marks the creation of a standardized, institutional-grade stablecoin funding market that brings familiar TradFi liquidity tools directly onto public blockchain rails. This structure represents the first time a native stablecoin has served as the asset leg in an institutional repo. Solstice posted its native stablecoin, USX, as the asset leg, while Cor Prime provided USDC as the cash leg.2025-12
At its most fundamental level, a blockchain transaction is a signed instruction that moves value or triggers computation on a distributed ledger — the irreducible unit of activity that makes decentralized finance possible.
Every transfer of Bitcoin, every smart contract call on Ethereum, every USDC payment on Solana begins as a transaction. Understanding what that means in practice — how transactions are constructed, ordered, priced, and increasingly privatized or regulated — matters enormously as onchain finance scales toward mainstream use.
What a Transaction Actually Is
A transaction is a data structure broadcast to a peer-to-peer network carrying, at minimum: a sender address, a recipient address or contract target, a value (which may be zero), a cryptographic signature proving the sender controls the originating funds, and a nonce — a sequence number that prevents replay attacks.
On account-based chains like Ethereum, the nonce is per-address and must increment monotonically. Miss one and subsequent transactions queue behind it. On UTXO-based chains like Bitcoin, the model differs: there is no account balance in the traditional sense. Instead, each transaction consumes specific unspent outputs from previous transactions and creates new ones, with the difference going to miners as a fee.
The signature is generated with the sender's private key using an elliptic-curve cryptographic scheme (secp256k1 on Bitcoin and Ethereum; Ed25519 on Solana). Anyone can verify the signature with the corresponding public key, but only the keyholder can produce it. This asymmetry is what makes permissionless value transfer possible without a trusted intermediary.

Open Transaction Layer unites major crypto and finance players to set interoperability standard for global onchain finance


OTL’s first apps are boring in the way institutional rails are valuable: Universal Deposit and Wallet Attribution target the pre-settlement step where counterparties verify wallet control and Travel Rule context before money moves. If Robinhood, Securitize, Cross River, Fireblocks, MetaMask and the six BPC chains converge on one DID/IVMS101/ISO 20022/CAIP-19 stack, every bespoke VASP integration starts looking like technical debt. The reference implementations matter more than the partner slide; neutrality lives or dies on whether non-Fireblocks shops can implement the spec without inheriting a vendor-shaped policy layer.
Readers click transaction stories not for technical curiosity but for money drama — extreme fees paid or recovered, stablecoins eclipsing Visa, and regulators reaching into every transfer — revealing that the transaction layer is where crypto's financial stakes feel most personal and immediate.
The Lifecycle of a Transaction
Once broadcast, a transaction enters the mempool (memory pool) — a holding area maintained by each node where unconfirmed transactions wait for inclusion in a block. Miners or validators select transactions from the mempool, typically prioritizing by fee rate (satoshis per byte on Bitcoin; gwei per gas unit on Ethereum).
Confirmation happens when a block containing the transaction is appended to the canonical chain. A single confirmation provides probabilistic finality; deeper confirmation (more blocks on top) makes reversal exponentially less likely. Proof-of-stake chains like Ethereum achieve economic finality — the point at which reversing a block would require destroying a large fraction of staked ETH — within roughly 12–13 minutes under normal conditions.
Polygon's upcoming Giugliano hard fork is specifically targeting faster transaction finality, reflecting the broader industry recognition that settlement latency is a meaningful friction point for DeFi and payments use cases alike.
Fees: The Price of Block Space
Transaction fees are the market mechanism that rations scarce block space. On Ethereum, EIP-1559 (activated in August 2021) restructured fee pricing by splitting the fee into a base fee — burned, removing ETH from circulation — and a priority tip paid to the validator. The base fee adjusts algorithmically with each block, targeting 50% block utilization. When demand spikes, the base fee rises; when it falls, fees compress.
This has meaningful economic consequences. Every Ethereum transaction that pays a base fee permanently removes ETH from supply — a deflationary mechanism embedded directly into the transaction layer. Projects like Vulcan Forged's PYR token replicate this logic at the application level: their Incinerator burns PYR in real time as ecosystem activity flows through, transaction by transaction, creating an observable burn-per-transaction mechanic.
Bitcoin's fee market remains a pure auction without a burn mechanism. The block size cap (effectively around 4 MB under SegWit's weight accounting) means that during demand spikes — ordinals inscriptions, rune minting — fees can temporarily dwarf the block subsidy itself.
The friction of fees has spawned a parallel ecosystem. GasFree wallets abstract the fee payment away from end users, allowing applications to sponsor transaction costs or bundle them into the value being transferred. These designs typically rely on account abstraction (Ethereum's ERC-4337 standard) or native protocol features to delegate fee payment to a third party — a pattern increasingly common in consumer crypto applications trying to eliminate the "buy ETH before you can do anything" onboarding problem.
- 01Accidental and record fee horror stories
Enormous accidental fees — 84 BTC stolen as fee, $777K overpayment returned — make abstract blockchain mechanics viscerally real through individual financial catastrophe
- 02L2 fee collapse post-Dencun
The drop from $86 to $0.39 average swap cost and Starknet fee reductions represented a regime change readers wanted to understand and act on
- 03MEV and fee market manipulation
Paradigm's MEV tax proposal and $3M dark-forest front-running fees exposed that transaction ordering is a profit extraction surface, not a neutral queue
- 04Stablecoin transaction volume vs. TradFi
Tether/USDC/DAI surpassing Visa monthly volume reframed stablecoins from speculative assets to functioning payment rails with measurable scale
- 05Regulatory transaction surveillance
MiCA's stablecoin cap and UK CARF reporting rules showed readers that regulators are targeting the transaction layer specifically as the compliance chokepoint
- 06Historic wallet movements and Bitcoin lore
Silk Road-era wallets moving $322M and Hal Finney receiving the first Bitcoin transaction connected current transaction mechanics to crypto's mythologized origins
Transaction Ordering and MEV
The order in which transactions are included in a block is not neutral. Maximal Extractable Value (MEV) refers to profit that block producers can capture by reordering, inserting, or censoring transactions within a block they control.
The canonical MEV attacks are well-documented: front-running (a searcher sees a large pending swap in the public mempool and inserts an identical trade ahead of it to profit from price impact), sandwich attacks (bracketing a victim trade with buy and sell orders), and arbitrage (capturing price differences across DEXs that a reordering reveals).
The public mempool is visible to everyone, which is why private mempools — where transactions are submitted directly to block builders without being publicly broadcast — have grown significantly. Services like Flashbots' MEV Blocker and various RPC endpoints offer users protection from front-running in exchange for routing their transactions through private channels.
This tension between transparency and user protection is now surfacing in protocol design. OP Mainnet is experimenting with stake-based transaction ordering, a model in which the right to sequence transactions is tied to staked capital rather than purely fee priority — an attempt to make ordering more predictable and resistant to adversarial manipulation.
All crypto exchanges in the UK will automatically share transaction data with HMRC starting 1 Jan.


Ooof, "Starting January 1, 2026, all cryptocurrency exchanges operating in the United Kingdom must collect and share full crypto transactional data of all UK users with HM Revenue & Customs (HMRC). This change to HMRC's rules, which currently relies on voluntary disclosure, will allow for the automatic sharing of all UK users' full transactional crypto data including personal information such as name and National Insurance number."
Transaction Privacy
Public blockchains record every transaction permanently and pseudonymously. "Pseudonymously" is the operative word: addresses are not names, but transaction graphs can often be de-anonymized through chain analysis, especially when an address touches a KYC'd exchange.
Several approaches are emerging to give users meaningful privacy without sacrificing compliance:
Zero-knowledge proofs allow one party to prove a fact about a transaction (e.g., that they have sufficient funds, or that a transfer meets regulatory thresholds) without revealing the underlying data. Zcash has long used zk-SNARKs for shielded transactions, and the network is now upgrading its cryptography to harden against potential quantum computing threats while improving transaction throughput. XRP Ledger recently executed its first ZK privacy transaction, a notable milestone for a chain historically associated with institutional settlement.
Selective disclosure takes a different approach. Rather than hiding transactions by default, platforms like the one built by Aptos Labs make privacy opt-in: transaction amounts remain visible only to sender and receiver, while regulators retain the ability to verify who is transacting. This architecture maps onto enterprise use cases — payroll, B2B settlements, supply chain finance — where commercial confidentiality and regulatory compliance must coexist.
Institutional privacy on DeFi protocols is also developing. Unlink is bringing transaction privacy to institutional lending on Euler, addressing a real friction: large counterparties do not want their positions visible onchain in real time to competitors and opportunistic traders.
- 2009-01milestone
Hal Finney receives first Bitcoin transaction
- 2013-01milestone
Silk Road-era wallets last transact before decade dormancy
- 2023-12milestone
Stablecoin volumes surpass Visa monthly average
- 2024-01launch
Dencun upgrade activates on Goerli testnet with EIP-4844 blobs
- 2024-03milestone
Ethereum Dencun mainnet: L2 fees collapse toward negligible
- 2024-04milestone
Bitcoin halving; Runes launch fails to sustain miner fee revenue
- 2024-12milestone
Bitcoin user accidentally pays $777K fee; Foundry returns it
- 2026-01regulatory
UK CARF rules take effect: mandatory crypto transaction reporting
Transaction Security Risks
A transaction signed is a transaction authorized. This simple truth makes transaction signing the highest-value target for phishing actors. Two recent incidents illustrate the stakes:
A user lost approximately $316,000 in USDC after signing a malicious transaction that granted a phishing actor permission to drain their wallet. In a separate incident, another user lost $85,000 in sNUSD through the same attack vector. In both cases, the victim's signature was the instrument of loss — the blockchain executed exactly what was authorized.
The security model of blockchain transactions shifts moral hazard to the user in a way that legacy payment rails do not. Credit card chargebacks, wire recalls, and fraud dispute mechanisms exist precisely because irreversibility is a bug in payments, not a feature. Onchain, irreversibility is architectural.
Practical mitigations are available: hardware wallets (which require physical confirmation before signing), simulation tools that preview what a transaction will do before you authorize it, and RPC security layers that flag malicious contract interactions. GoPlus and similar services run transaction screening APIs that wallets and dapps can integrate. But the attack surface remains wide, particularly for less technical users.
Smart Contract Transactions and EIPs
On Ethereum and EVM-compatible chains, transactions can target smart contracts rather than externally owned accounts. When the to field of a transaction points to a contract address, the transaction's data field encodes a function call — which function to invoke and what arguments to pass. This is how every DEX swap, NFT mint, lending protocol deposit, and DAO vote is executed.
Ethereum Improvement Proposals (EIPs) govern how the transaction format itself evolves. EIP-1559 restructured fees; EIP-2718 introduced typed transactions enabling different transaction formats to coexist on the network; ERC-4337 defined account abstraction without requiring a protocol change.
On Bitcoin, the equivalent conversation is happening around covenants — constraints embedded in a transaction output that restrict how those funds can be spent in the future. OP_CHECKTEMPLATEVERIFY (CTV), proposed in BIP-119, would allow Bitcoin transactions to lock spending to exact pre-committed transaction templates. This enables congestion control, payment channel factories, and vaulting schemes where funds can only move to pre-authorized destinations. The proposal remains debated within the Bitcoin community, as it touches fundamental questions about Bitcoin's programmability and the philosophy of minimal protocol changes.

BOLTS launches quantum-resilience pilot on Canton Network to future-proof $6T real-world assets. The pilot will explore how BOLTS’ quantum-resilient software product, QFlex, could potentially bring quantum-resistant transaction assurance to Canton Network. QFlex addresses the multi-faceted complexities around fortifying blockchain networks against Q-Day.


"Built on the Structured Data Folding with Transmutations (SDFT) protocol, QFlex delivers cryptographic agility at the transaction level. As such, it empowers each asset owner to respond to new threats in real time on their next transaction unlike existing static or hybrid-algo solutions."
- Smart-contractMedium
Bundled multicall transactions (Aave v3.4) and parallel execution proposals (EIP-7928) expand attack surface by composing multiple state changes atomically, making failure modes harder to predict.
- RegulatoryHigh
MiCA's per-transaction stablecoin caps and mandatory CARF reporting of names, addresses, and trade data starting January 2026 impose direct compliance costs on every on-chain transfer in major jurisdictions.
- MarketMedium
Ethereum's 70% weekly fee decline and Bitcoin's post-halving fee collapse signal weak demand and reduced miner/validator revenue, creating economic pressure on network security budgets.
- CentralizationMedium
Mining pool Foundry USA's ability to unilaterally return an $777K accidental fee illustrates that fee capture remains concentrated in a small number of block producers who exercise discretionary control.
- LiquidityLow
Cross-chain single-transaction LP migrations (Enso/Unichain) and Safenet's multi-chain asset management reduce fragmentation risk, but depend on bridge and oracle liveness assumptions.
- Slashing/penaltyLow
EigenDA's L2 data availability model shifts transaction data off L1, reducing direct slashing exposure while introducing new off-chain data withholding risks for rollup operators.
Cross-Chain Transaction Coordination
As the number of chains proliferates, a transaction on one chain increasingly needs to coordinate with state on another. This has historically been the domain of bridges — smart contracts that lock assets on one chain and mint representations on another — but bridges have been a consistent source of catastrophic exploits.
A more ambitious approach is emerging: the Open Transaction Layer (OTL), backed by Robinhood, eToro, MetaMask, and the Solana Foundation. The OTL is positioning itself as an open protocol for coordinating onchain transactions across chains — standardizing identity, compliance messaging, and settlement semantics so that a transaction initiated on Solana can settle against state on Ethereum or another network without bespoke bridge logic for every pair.
Whether OTL achieves meaningful adoption depends on execution and on whether competing L1/L2 ecosystems can agree on shared standards — a coordination problem the protocol is explicitly designed to solve.
Regulatory and Legal Dimensions
Regulators are paying closer attention to transactions than ever. The SEC has warned that interfaces facilitating crypto transactions — not just custody platforms — may require broker-dealer registration, particularly if they handle order routing or hold assets even briefly during a transaction.
On the traditional finance side, the Cboe's Bitcoin ETF index options products (CBTX and MBTX) have filed updates to their standard transaction fee schedules, a routine but telling sign that blockchain-native assets are increasingly embedded in exchange-traded derivatives infrastructure subject to normal regulatory fee disclosure requirements.
The compliance question for onchain transactions is not simply "who knows about it" but "who is legally responsible for it." The answer varies by jurisdiction, by whether the transaction involved a regulated intermediary, and by whether the underlying asset is classified as a security, commodity, or payment instrument.
Outlook
Transactions are becoming faster, cheaper, more private, and more programmable — but also more complex to reason about from a security and compliance standpoint. The next few years will likely be defined by three concurrent developments: account abstraction making transactions invisible to end users who never want to think about gas; zero-knowledge cryptography enabling selective disclosure that satisfies regulators without sacrificing user privacy; and cross-chain coordination standards like the Open Transaction Layer attempting to make the multi-chain reality feel like a single settlement surface. The transaction itself will not change — it will remain a signed, irreversible instruction to a shared ledger — but everything around it is being rebuilt.
Latest Transaction news
Open Transaction Layer unites major crypto and finance players to set interoperability standard for global onchain finance
All crypto exchanges in the UK will automatically share transaction data with HMRC starting 1 Jan.
BOLTS launches quantum-resilience pilot on Canton Network to future-proof $6T real-world assets. The pilot will explore how BOLTS’ quantum-resilient software product, QFlex, could potentially bring quantum-resistant transaction assurance to Canton Network. QFlex addresses the multi-faceted complexities around fortifying blockchain networks against Q-Day.
Stablecoin supply climbed past $314B in 2025, but usage told a different story as Tether led transaction activity, followed by RLUSD and USDC, while the Trump-backed USD1 surged into the top tier months after launch.
MetaMask just dropped Transaction Shield — wallet protection that covers up to $10K/month for verified transactions. A big move toward safer DeFi interactions and user confidence in Web3 wallets.
First institutional stablecoin-for-stablecoin repo on a public blockchain settled and serviced on Membrane. The transaction marks the creation of a standardized, institutional-grade stablecoin funding market that brings familiar TradFi liquidity tools directly onto public blockchain rails. This structure represents the first time a native stablecoin has served as the asset leg in an institutional repo. Solstice posted its native stablecoin, USX, as the asset leg, while Cor Prime provided USDC as the cash leg.Community notes
Spot something off or out of date? Drop a note. Editors review topic notes daily and roll accepted fixes into the explainer — contributors are recognized in the monthly $SQUID drop.
Loading notes…
