README.md

December 7, 2025 · View on GitHub

██╗      █████╗ ███████╗██╗   ██╗██╗      ██████╗ ██████╗  █████╗ 
██║     ██╔══██╗╚══███╔╝╚██╗ ██╔╝██║     ██╔═══██╗██╔══██╗██╔══██╗
██║     ███████║  ███╔╝  ╚████╔╝ ██║     ██║   ██║██████╔╝███████║
██║     ██╔══██║ ███╔╝    ╚██╔╝  ██║     ██║   ██║██╔══██╗██╔══██║
███████╗██║  ██║███████╗   ██║   ███████╗╚██████╔╝██║  ██║██║  ██║
╚══════╝╚═╝  ╚═╝╚══════╝   ╚═╝   ╚══════╝ ╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═╝

Terminal UI for Algorand blockchain exploration

GitHub release (latest by date) License: MIT

LazyLora is a terminal user interface for exploring the Algorand blockchain. Browse blocks, transactions, accounts, assets, and applications - all from your terminal.

LazyLora Screenshot

Install

macOS / Linux

curl -fsSL https://raw.githubusercontent.com/aorumbayev/lazylora/main/install.sh | bash

Windows

iwr -useb https://raw.githubusercontent.com/aorumbayev/lazylora/main/install.ps1 | iex

Note

Ensure you have Visual C++ Redistributable installed.

What You Can Do

  • Browse the latest blocks and transactions in real-time
  • Search by transaction ID, account address, block number, asset ID, or NFD name
  • Inspect transactions with visual graph view showing inner transactions and asset flows
  • Explore accounts (balances, assets, apps), assets (supply, metadata), and applications (state, programs)
  • Export transaction graphs as SVG files
  • Copy transaction IDs, addresses, or raw JSON to clipboard
  • Open any entity directly in your browser (Lora explorer)
  • Switch between MainNet, TestNet, and LocalNet

Usage

lazylora                    # Launch TUI (MainNet)
lazylora -n testnet         # Connect to TestNet
lazylora -t <TXID>          # Look up transaction
lazylora -a <ADDRESS>       # Look up account
lazylora -b <BLOCK>         # Look up block
lazylora -s <ASSET_ID>      # Look up asset
lazylora -t <TXID> -g       # Open transaction in graph view
lazylora version            # Show version
lazylora update             # Check for updates
lazylora update --install   # Install update

Key Bindings

KeyAction
qQuit
rRefresh
?Help
fSearch
nSwitch network
SpaceToggle live updates
TabCycle panels / Switch view
j/kNavigate
EnterOpen details
EscClose
cCopy ID
yCopy JSON
oOpen in browser
sExport SVG (graph view)

CLI Reference

OptionShortDescription
--tx <TXID>-tTransaction lookup
--account <ADDRESS>-aAccount lookup
--block <NUMBER>-bBlock lookup
--asset <ID>-sAsset lookup
--network <NETWORK>-nNetwork (mainnet, testnet, localnet)
--graph-gOpen in graph view
SubcommandDescription
versionShow version
updateCheck for updates
update --installInstall update

Building from Source

git clone https://github.com/aorumbayev/lazylora.git
cd lazylora
cargo build --release

Contributing

Contributions welcome! See the documentation for details.

License

MIT - see LICENSE