Thank you for this recommendation. I actually had no idea we have this there as I have been thinking of how to go about it for some time because I am used to mempool as it gives me a clearer view of transaction movement to easily flow with.
I appreciate your efforts for putting up with this reply. I will have to bookmark this mempool link so I can be using it now.
About the mempool.space downtime mentioned above — worth pointing out for anyone building tools around block explorers, not just browsing manually: relying on one explorer's web UI as your only source is fragile for exactly this reason. Outages happen, rate limits kick in, sometimes a site just changes its HTML and breaks whatever you built around it.
If you're doing anything programmatic (bots, portfolio trackers, alert systems, whatever), the API side matters a lot more than the web UI itself. BscScan, Etherscan, and Basescan all have free-tier APIs that are solid enough for personal projects, and something like DexScreener pairs well with them if you also need live price/liquidity data alongside the on-chain side.
One thing worth checking before you commit to any of them: rate limits. Free tiers vary a lot between providers, and if you're polling frequently or across multiple chains at once, that becomes the actual bottleneck a lot faster than people expect — same failure mode as the mempool.space situation above, just self-inflicted instead of the site going down on its own.