The active repository is at https://codeberg.org/glv/cl-monero-explorer
This project contains several little GUIs to display some information about the Monero blocks and transactions. It requires a running Monero daemon that can receive and answer to RPC requests.
First, install Quicklisp. Then, put the cl-monero-tools and cl-monero-explorer repositories in the local-projects directory of Quicklisp.
(ql:quickload "monero-explorer-gtk")
(monero-explorer-gtk:gui)
(ql:quickload "monero-explorer-ltk")
(monero-explorer-ltk:gui)
(ql:quickload "monero-explorer-mcclim")
(monero-explorer-mcclim:gui)
(ql:quickload "monero-explorer-nodgui")
(monero-explorer-nodgui:gui)
(ql:quickload "monero-explorer-qt")
(monero-explorer-qt:gui)