Inspiration
Algorand has a very nice mempool explorer, it gave me inspiration for this project. https://www.iamnotabot.com/pool
What it does
Currently my mempool explorer checks the pending transactions every 500 ms and it also displays how much time a transaction spends in mempool. You can easily identify stuck transactions.
How we built it
Using the TRON HTTP full node api, next.js, react, typescript, Node 16, Vercel and Chakra UI.
Challenges we ran into
While the TRON HTTP Api provides the ids of transactions in the mempool, it throws an error if i want to query the transaction data while in the mempool. So unfortunately we cant query more than the transaction id.
Accomplishments that we're proud of
Very fast data stream, that makes you feel the true speed of the TRON network.
What we learned
That we would need to fork the TRON full node to provide a better live mempool service with more data.
What's next for TRON Mempool Explorer
If I get some funds for development and a servers I can fork the full node to provide a better experience similar to the Algorand Mempool explorer.
Built With
- chakra
- next.js
- node-16
- react
- tron-http-full-node-api
- typescript
- vercel
Log in or sign up for Devpost to join the conversation.