I have recently released this GitHub repo which is a container running the tdog CLI (downloads your Stripe account to a SQLite file) and the Datasette server (reads the SQLite file, presents a web UI). This lets you browse your tables and query them with SQL.
There is a live demo at: https://datasette-stripe.fly.dev/stripe
Github: https://github.com/tabledog/datasette-stripe
Cheers.