Post
Topic
Board Beginners & Help
Re: Where do bitcoin states get stored?
by
chainofzee
on 17/08/2021, 13:52:20 UTC
^^
This is not correct. Your coins aren't stored in your wallet but in the blockchain as unspent tx outputs. A wallet is just a tool to interact with the blockchain using your keypairs (public and private keys).

In fact, you don't even need a wallet to send/receive bitcoin, you can use a tool such as coinb.in to create the raw transaction, sign it then broadcast it to the network.

Thanks! this answer was very helpful : )