← Back to Blog
Exact NumbersApril 2026 · 12 min read

Exact Fees for Jito Bundles on Solana 2026 — Real Numbers by Scenario

Every developer who uses Jito bundles asks the same question: what does it actually cost? Not "it depends" — the exact numbers for every fee component, every time window, and every launch scenario. This is the definitive fee reference for Jito bundling on Solana in 2026.

All Fees Covered
  1. 1. The three fee components — what each one is
  2. 2. Base transaction fees — exact calculation
  3. 3. Compute unit price (priority fee) — how to set it
  4. 4. Jito tip — exact amounts by time window
  5. 5. Total fee by bundle size and time
  6. 6. Fee scenarios — 5 wallet, 10 wallet, 20 wallet
  7. 7. Fee comparison — Jito vs regular transactions
  8. 8. What happens to your fees when bundle fails
  9. 9. FAQ — specific fee questions

The Three Fee Components

Jito bundle fees have three completely separate components that are often confused with each other. Understanding each one separately is essential for accurate fee calculation:

Component 1: Base Transaction Fee
~0.000005 SOL per signature
The minimum Solana network fee for any transaction. Fixed by the protocol, cannot be reduced. Each transaction in the bundle has its own base fee. For a 5-transaction bundle: 5 × 0.000005 = 0.000025 SOL total base fees. At $120/SOL: $0.003 — essentially negligible.
Component 2: Priority Fee (Compute Unit Price)
Variable — set by you
Additional fee per compute unit to prioritize individual transactions within the bundle. While the Jito tip handles bundle-level priority, compute unit price still matters for each transaction's execution priority within the block. Typical setting: 100,000-500,000 microlamports per compute unit.
Component 3: Jito Tip
0.001-0.02 SOL (variable)
The fee paid directly to Jito validators for including your bundle atomically. This is the dominant fee in bundle transactions and the one that determines whether your bundle lands or gets dropped. Paid once per bundle regardless of how many transactions it contains.

Base Transaction Fees — Exact Calculation

Solana charges 5,000 lamports (0.000005 SOL) per signature on every transaction. A Jito bundle contains multiple transactions, each with one or more signatures. Here's the exact base fee calculation for different bundle configurations:

Bundle ConfigurationTransactionsSignaturesBase FeesUSD
Token create + 4 wallet buys5~8-100.000040-0.000050 SOL$0.005
Token create + 9 wallet buys5~12-150.000060-0.000075 SOL$0.009
Token create + 19 wallet buys5~22-250.000110-0.000125 SOL$0.015
Reland bundle (buys only)4-5~15-200.000075-0.000100 SOL$0.010

Base transaction fees are so small they're essentially negligible in any cost calculation. The maximum you'll ever pay in base fees for a Pump.fun bundle launch is approximately $0.02. Focus your attention on Jito tip optimization — that's where the real money is.

Compute Unit Price — How to Set It Correctly

The compute unit price (priority fee) is set in microlamports per compute unit. For Jito bundles, this is less critical than the Jito tip — the tip handles bundle-level priority. But compute unit price still matters for execution priority within the block once the bundle is accepted.

SettingMicrolamports/CUCost per TXWhen to Use
Minimum1,000~0.000002 SOLOff-peak hours, test launches
Standard100,000~0.00002 SOLNormal conditions
High500,000~0.0001 SOLPeak hours, competitive launches
Maximum1,000,000~0.0002 SOLExtreme congestion, critical launches

Even at maximum compute unit price settings, the total compute fee for a 5-transaction bundle is approximately 0.001 SOL — still much smaller than the Jito tip. SolBundler automatically sets optimal compute unit prices based on current network conditions.

Jito Tip — Exact Amounts by Time Window

This is the fee that actually matters. The Jito tip is paid once per bundle submission to Jito validators. It's a real-time auction — the "right" tip changes constantly based on competition. These numbers represent reliable landing probability based on 2026 market data:

Time (UTC)ConditionMin (70% land)Safe (90%+ land)Guaranteed
00:00–06:00Dead quiet0.001 SOL0.002 SOL0.003 SOL
06:00–10:00Low0.001 SOL0.003 SOL0.004 SOL
10:00–13:00EU morning0.002 SOL0.004 SOL0.006 SOL
13:00–16:00EU peak0.003 SOL0.005 SOL0.008 SOL
16:00–19:00US opens0.004 SOL0.007 SOL0.010 SOL
19:00–22:00US prime0.006 SOL0.009 SOL0.015 SOL
22:00–00:00Winding down0.003 SOL0.005 SOL0.008 SOL
Viral token / newsExtreme0.010 SOL0.020 SOL0.050+ SOL

Total Fee by Bundle Size and Time

Complete fee calculation combining all three components for common launch configurations:

BundleBase FeesComputeTip (off-peak)Tip (peak)Total (peak)
5 wallets0.0000400.00020.0020.009~0.010 SOL ($1.20)
10 wallets0.0000600.00030.0020.009~0.010 SOL ($1.20)
15 wallets0.0000900.00040.0020.009~0.010 SOL ($1.20)
20 wallets0.0001200.00050.0020.009~0.010 SOL ($1.20)

Key insight: the total infrastructure fee (excluding bundle wallet buy amounts) is essentially the same regardless of wallet count — approximately 0.010 SOL ($1.20) during peak hours. The Jito tip dominates all other fee components. Adding more wallets doesn't meaningfully increase total fees — it only increases the bundle wallet buy amounts.

What Happens to Your Fees When Bundle Fails

This is one of the most important practical questions about Jito bundle fees. The answer depends on when in the process the failure occurs:

Bundle dropped before reaching validator (tip too low)
Base fee
NOT charged
Jito tip
NOT charged
Compute fee
NOT charged
If the block engine drops the bundle due to insufficient tip, no fees are incurred. You only lose the opportunity cost of the failed launch window.
Bundle accepted but fails during execution
Base fee
CHARGED per tx
Jito tip
MAY be charged
Compute fee
CHARGED for work done
If the bundle was accepted and partially executed before failing, fees for executed work are charged. This is relatively rare with properly constructed bundles.
Bundle lands but one transaction reverts
Base fee
CHARGED
Jito tip
CHARGED
Compute fee
CHARGED
Atomic failure — if any tx fails, all fail and revert. Fees are still charged for the execution attempt. Proper simulation before submission prevents this.
Blockhash expired before submission
Base fee
NOT charged
Jito tip
NOT charged
Compute fee
NOT charged
If the bundle was never submitted (expired locally), no fees are charged. The opportunity to launch was lost but no funds were spent.

FAQ

Q: What's the total fee for a standard Pump.fun launch during peak hours?
A: Approximately 0.009-0.012 SOL (~$1.08-$1.44) in pure infrastructure fees (Jito tip + base fees + compute). This excludes the bundle wallet buy amounts, which are your investment capital, not fees.
Q: Does adding more wallets to the bundle increase fees?
A: Negligibly. The Jito tip is fixed per bundle regardless of wallet count. Base fees add ~0.000005 SOL per additional transaction. Adding 10 more wallets to a bundle adds approximately 0.0001 SOL in fees — essentially nothing.
Q: Is there a cheaper way to get block 0 landing without Jito?
A: No reliable alternative exists in 2026. Some developers use high-priority regular transactions, but these don't guarantee atomicity or block 0 landing. For Pump.fun launches where block 0 atomicity is critical, Jito bundles are the only solution.
Q: How much total in fees do I pay per month if I launch 20 times?
A: At 20 peak-hour launches per month: 20 × 0.010 SOL = 0.2 SOL (~$24) in Jito infrastructure fees, plus RPC costs (~0.014 SOL/launch = 0.28 SOL), plus SolBundler fee (1% of bundle amounts). Total non-investment fees: approximately 0.5 SOL/month for 20 launches at 5 SOL each.
Always Know Your Exact Fee Before Launching

SolBundler shows real-time fee recommendations and exact cost breakdown before every launch — so you always know what you're paying and why.

Get Free Access →