ETH Transaction Graph

March 26, 2026 · View on GitHub

Visualize Ethereum's pending transactions in real time as a force-directed graph. Each node is an address, each edge is a transaction.

Try it out: shawntabrizi.com/ETH-Transaction-Graph

Screenshot

How It Works

  1. Click Start to subscribe to pending transactions via WebSocket
  2. Watch the graph grow as new transactions appear
  3. Click any node to see its Etherscan link
  4. Click Stop to unsubscribe

Uses ethers.js WebSocket provider for real-time transaction data and D3.js for force-directed graph visualization.

License

MIT