Solana Fee Tracker

Transaction fees are a fundamental element for any public blockchain network such as Solana. Understanding how they work is key to efficiently use and develop on Solana and can greatly reduce the costs required to deploy and transact with the network.

Median Fee Rates

Weekly Heatmap

Average Solana Transaction Costs

* At current fee of 0 lamports.
TransactionLamports$ USD
SOL Transfer5,000$0.00
SPL Token Approval10,000$0.00
SPL Token Transfer15,000$0.00
NFT Transfer25,000$0.00
Raydium Swap35,000$0.00
Jupiter Swap45,000$0.00
Magic Eden Sale65,000$0.00
Liquidity Provision75,000$0.00
Wormhole Bridge Transfer100,000$0.00
SNS Name Registration120,000$0.00
Custom$0.00

Solana Fees Explained

Transaction fees are an important concept within the Web3 world. They are the costs required to execute transactions on the network. Similar to how a car needs gasoline to drive. Most public blockchains denominate these transaction fees in their native currency.

There are a few crucial aspects of transaction fees in public, permissionless networks:

  1. Every transaction published on a blockchain imposes a cost of downloading, executing and verifying it. People who run a node (validators) spend time, money and effort to do this for which they are compensated. Transaction fees are rewarded to them for providing these services.
  2. A fee market allows prioritization of transactions by adding a priority fee for validators to process specific transactions more quickly.
  3. For smart contract platforms, it avoids computational waste in code, by setting limits to resource usage when executing programs.
  4. Additionally, it prevents accidental or hostile infinite loops, e.g. denial of service ('DDoS') attacks. In a DDoS attack, an attacker tries to flood the network by spamming empty transactions. A fee market ensures that doing such attacks, for an extended period of time, becomes expensive.