Ethereum Transaction Visualizer

Ethereum transaction lifecycle

What actually happens after Send?

Follow a transaction from wallet broadcast through pending flow, builder/relay markets, proposer selection, and finality. The goal is a clean walkthrough backed by live network data, not another wall of protocol jargon.

Go to MEV Lab

Lifecycle controls

Want extraction details? Use the dedicated MEV Lab for advanced analysis, pre-vs-post PBS diagrams, and estimate methodology.

Transaction Flow

Select a step to update the explanation and data panel below.

Wallet โ†’ Mempool โ†’ Builders โ†’ Relays โ†’ Proposal โ†’ Finality

Step 1 ยท Wallet send

Signing and broadcast

Your wallet creates a signed transaction and submits it to Ethereum peers. At this point the transaction is validly formed, but it is not included in a block yet.

Synced to selected step
Technical note

The private key signs the transaction locally. Nodes can reject malformed, underpriced, or nonce-conflicting transactions before they spread very far.

Live data

Track any transaction hash to see whether it is still pending, included in a block, or missing from the configured execution node.

Wallet send

A wallet signs your transaction locally, then broadcasts it to peers. It is now visible to the network, but it is not included in chain history until a block proposal contains it.

Technical note: the network does not guarantee first-come-first-served ordering. Fee pressure and builder strategy strongly influence what gets included next.

Track a transaction

Enter a transaction hash (or type latest) to stitch together its journey: execution inclusion, relay context, and an approximate finality check.

Enter a hash (or "latest") and click Track.

Wrap-up: lifecycle map

  1. Wallet send: user signs and broadcasts a transaction.
  2. Mempool queue: pending transactions compete via fee pressure.
  3. Builders/searchers: candidate blocks are optimized and bid.
  4. Relays: candidate payloads are delivered to proposers.
  5. Validators/proposers: one proposal is published per slot.
  6. Finality: justified/finalized checkpoints lock history.

For extraction economics and pre-vs-post PBS context, continue in MEV Lab.