Last updated
Was this helpful?
Via — the cross-VM block explorer for Rome chains.
Via is Rome's block explorer, built for the cross-VM model. Alongside the usual blocks, transactions, tokens, and addresses, it shows the Solana side of every EVM transaction — the exact Solana program and instruction each call resolved to.
Because a Rome EVM transaction executes inside a Solana program, "what actually happened on Solana" is the part a normal EVM explorer can't show. Via does.
Via runs per chain:
Martius (testnet): via-martius.testnet.romeprotocol.xyz
Hadrian (devnet): via-hadrian.testnet.romeprotocol.xyz
Open any transaction and read the Solana instructions behind it — CPI calls into SPL Token, Meteora, or any Solana program, plus the compute units consumed. This is the reliable way to see real Solana cost (EVM gasUsed is not a faithful proxy for Solana compute units on Rome).
Last updated
Was this helpful?
Was this helpful?