Transaction Analysis

Visualize and analyze Solana blockchain transactions and their relationships

Live View

Filters

Node Types

Value Range

Legend

Wallets
Programs
Protocols
Swap Platforms

• Node size indicates transaction volume

• Edge thickness shows value transferred

Transaction Flow Graph

Legend
Wallet
Program
Protocol
Swap Protocol
Showing 7 nodes of 7 total
With 8 connections

Tips:

  • Scroll to zoom in/out
  • Drag to move the graph
  • Click on nodes to see details
  • Drag nodes to reposition

Transaction Patterns

This visualization shows how funds flow between accounts, programs, and protocols on the Solana blockchain. Identify patterns in transaction flow and discover common pathways for certain transaction types.

Insight Analysis

More connected nodes indicate higher activity levels. Program nodes with many connections are often essential protocols like Token Program or Serum DEX that facilitate a large volume of transactions.

Common Transaction Pathways

Token Transfers

Wallet → Token Program → Destination Wallet

Simple tokens transfers follow this pattern, with the Token Program facilitating the movement of SPL tokens between accounts.

Swap Operations

Wallet → DEX Program → Pool Accounts → Wallet

Token swaps involve DEX programs that interact with liquidity pools to exchange one token for another.

NFT Minting

Wallet → Metaplex → Token Program → Wallet

NFT creation involves Metaplex programs that work with the Token Program to create and distribute non-fungible tokens.

Understanding Solana Transaction Flow

Key Components

  • Wallets: Accounts that can initiate transactions and hold tokens.
  • Programs: Smart contracts that execute transaction logic (like Token Program, System Program).
  • Accounts: Data stores that can be owned by programs and modified by them.
  • Instructions: Commands sent to programs within transactions.
  • Protocols: Sets of programs that work together to provide a service (like Serum, Jupiter).

Common Transaction Patterns

Simple Token Transfer:

WalletToken ProgramRecipient

Swap Transaction:

WalletDEXPoolToken ProgramWallet