Skip to main content
The mev-commit Explorer is a blockchain explorer for the mev-commit settlement chain (Chain ID: 57173). It provides decoded transaction data, real-time block and transaction feeds, and address lookup for the mev-commit network.

Features

Decoded Transactions

Every transaction to a known settlement contract is decoded into human-readable function calls with parameter names, types, and values.

Revert Reasons

Failed transactions show the decoded revert reason instead of just a generic failure status.

Contract Badges

Known settlement contracts display as verified badges with their contract name instead of raw hex addresses.

Cross-Reference Links

Commitment indices link to storing transactions. L1 block numbers and tx hashes link to Etherscan.

Settlement Contracts

The explorer decodes interactions with these core protocol contracts:
ContractPurpose
PreconfManagerManages preconfirmation commitments between bidders and providers
BidderRegistryTracks bidder registrations and deposits
ProviderRegistryTracks provider registrations and stakes
OracleSettles commitments based on L1 block outcomes
BlockTrackerRecords L1 block numbers for settlement reference
SettlementGatewayHandles cross-chain settlement operations

Using the Explorer

Look up an address

Navigate to https://mev-commit.xyz/address/<address> to view:
  • Current ETH balance on the mev-commit chain
  • All transactions involving the address (both sent and received)
  • IN/OUT labels showing transaction direction

Inspect a transaction

Click any transaction hash to see:
  • Decoded input data (function name and parameters)
  • Revert reason for failed transactions
  • Gas usage and block information
  • From/to addresses with contract name badges

Browse blocks

The home page shows a real-time feed of blocks and transactions. Click any block number to see all transactions in that block.

Open the Explorer

Explore transactions, blocks, and addresses on the mev-commit settlement chain.