<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version are you using? <!-- CLI: Share the output of `[cli] version`, for example: `stellar version`. JS: Check `yarn.lock` or `package-lock.json` to find out precisely what version of the SDK you're running. Go: Check `go.mod` or `go list -m`. --> ``` $ stellar version stellar 23.1.4 () stellar-xdr 23.0.0 (e83a6337204ecfdb0ac0d44ffb857130c1249b1b) xdr curr (4b7a2ef7931ab2ca2499be68d849f38190b443ca) ``` ### What did you do? - Interact with local chain - Go to http://localhost:8000/lab/transactions-explorer - No transactions are showing on the transaction explorer OR - open explorer - interact with chain (install, deploy, etc) <!-- If possible, provide a recipe for reproducing the error. A complete working example or script is great. A link on an online code editor is best. The following online editors are great. - JS: https://runkit.com or https://jsfiddle.net - Go: https://play.golang.org - Others: https://repl.it --> ### What did you expect to see? - Expected to see a populated explorer ### What did you see instead? instead got blank table: <img width="2103" height="678" alt="Image" src="https://github.com/user-attachments/assets/c63de392-b692-4a44-939e-87ef7e22593c" />