how can i trace transactions on my private blockchain
i used geth(version 1.10.13) to create a local private blockchain by https://geth.ethereum.org/docs/fundamentals/private-network this guide following clique and end-to-end example part. i can add the network and see it on metamask too. and now i would like to try to trace transactions and blocks and their details (like https://btcscan.org/). any one that can help ? Thanks.