- No Browser Required - Use it effortlessly even in environments where browsers are unavailable, such as within servers.
- Developer Friendly - Operate efficiently using keyboard shortcuts.
- Easily Switch Endpoints - Switch between endpoints, including Mainnet, Testnets, custom node connections, and even BSC endpoints.
- Rich Search Functionality - You can search by the following words.
- Address
- Block Number
- ENS ID
- Transaction Hash
- Ticker Name (
USDT,BNB,UNI, ...)
To see statistics information about Ethereum, you have to set an Etherscan's free API key.
You can get it from here.
And add it to your environment variables. If you are using zsh, run the following command.
$ echo 'export ETHERSCAN_API_KEY=XXXXXXXXXXXX' >> ~/.zshenvOptional: ethereum-input-data-decoder
To see transactions' decoded input data, you have to preinstall ethereum-input-data-decoder. Please run the following command.
$ npm install -g ethereum-input-data-decoderThis software has been tested and verified to work correctly on the following operating systems:
Ubuntu 22.04.2 LTSmacOS Ventura 13.2
$ git clone --recursive https://github.com/woxjro/lazy-etherscan
$ cd lazy-etherscan
$ cargo run --Please check the various settings such as endpoints using the following command:
$ cargo run -- --helpThe basic usage is as follows:
- Press
qto exitlazy-etherscan. - Press
sto focus on the search bar, where you can perform searches for addresses, blocks, transactions, and more. - Press
1to navigate the "Latest Blocks" panel. Usejto move to a block below andkto an above block.- Press
rto refresh the "Latest Blocks".
- Press
- Press
2to navigate the "Latest Transactions" panel. Usejto move to a transaction below andkto move to a transaction above.- Press
rto refresh the "Latest Transactions".
- Press
- Press
<Ctrl+e>to toggle the sidebar. - Press
<Ctrl+p>to move to a previous screen.
Please see this issue.
Any contributions are welcome! Please see CONTRIBUTING.md.
This project has been developed with a grant from the Ethereum Foundation and Gitcoin.

lazy-etherscan is written in Rust and is built on top of ratatui.
This project is highly inspired by Etherscan, lazygit and spotify-tui.
