How did this block end up on blockchain.info?

1

How did this happen?

https://blockchain.info/block/000000004b7959f66c9dab42b8933f0a43c9705bd9bd486de3a69407fb072cd3

That's a fork of the original blockchain (started from genesis block) which was 9 blocks long and appeared in 2013. Why did blockchain.info accept this orphaned blockchain, why didn't it just discard it?

dijxtra

Posted 2013-12-13T09:50:56.003

Reputation: 145

2blockchain.info is not an official entity that makes any decisions that affect the blockchain. As you can see, the block is listed as "orphaned", that is, for obvious reasons noone picked it up and added to it - the largest chain in the blockchain was a lot longer already by that time. blockchain.info simply keeps all information it comes across, including all blocks that may have been orphaned.us2012 2013-12-13T10:12:37.853

Yeah, but why didn't blockchain.info simply discard those blocks? Shouldn't a wallet discard chains which are not the longest?dijxtra 2013-12-13T11:53:07.350

Answers

1

Blockchain.info is a special Bitcoin node created especially for it's purpose. So, it will act differently as well.

I suppose Blockchain.info's created configured it so to keep a record of all information it comes across, including orphaned blocks.

You might think that it is risky to do so because knowing this, people can try to flood the servers with irrelevant data. However, even with difficulty 1, it costs way more resources to create valid blocks than it will take for Blockchain.info to store them. It will only be possible to add a block every few minutes with regular mining hardware. Considering the mining profits you could earn by regular mining, I think it's safe to suppose no one is going to try flooding the Blockchain.info server.

Steven Roose

Posted 2013-12-13T09:50:56.003

Reputation: 10 855