Parallel EVM explorer is a tool to analyze the parallel execution of EVM transactions in a specific block. It aims to support all EVM compatible chains.
sqlx db setup
parallel-evm-explorer -c config.toml
example config.toml
execution_api = "rpc-with-debug-namespace"
start_block = 2954719 # analyzer run from this block
server_addr = "0.0.0.0:8327" # api server listen address
database_url = "postgresql://localhost:5432/pevm_explorer" # database url
chain_id = 17000 # holesky