2
1
How many wallets is there in existence(that are unique with bitcoins)?
Is there any page with statistics that can give a bigger perspective other than figuring out the data structure of the blockchain.
Meaning is it possible to get all the public keys for all the transactions ever made?
However it seems like the public keys aren't stored in the blockchain, instead it's the addresses which is a hash of the public key.
Am i correct that's impossible to find out the public keys of all transactions(Unless you bruteforce them which is practically impossible)?
Related: http://bitcoin.stackexchange.com/questions/13225/at-what-point-is-a-new-wallet-known-by-the-bitcoin-network
– Murch – 2013-11-04T14:47:39.553Not sure, whether I understood your question correctly the first time. Do you mean to ask "How many addresses have a bitcoin balance?" or "How many wallets have a bitcoin balance?" – Murch – 2013-11-04T15:16:45.740
One of the advantages of bitcoin, is that you can send bitcoins to an address, and the receiver public key is not logged in the blockchain. But the senders public key is. Correct me if this is wrong?! – Jonas Oestman – 2013-11-04T23:26:07.753
This is what i wanted to say: If you spend with your private key, you leave clues in the blockchain so that if sha256 is someday broken, your coins is not safe at that address. Found the explanation here http://www.reddit.com/r/Bitcoin/comments/1pxcif/i_just_lost_301btc_70000_on_blockchaininfo_use/cd73qx4
– Jonas Oestman – 2013-11-05T10:23:01.873