I'm currently following along a few tutorials on how to build my own blockchain with python, but I've been trying to make a mempool (or, just somewhere to store transactions) before adding them to the block but I realized my method would send too much requests and make my server run slow.
Is there any way how I can implement a "mempool"? Thanks!