The blockchain is the decentrally maintained append-only log of all
transactions verified on the Bitcoin network. There are multiple websites, so called blockchain explorers that visualize this data on the web.
Indeed all transactions that ever happened on the blockchain are publicly visible, and looking at transactions on such a blockchain explorer let's you discover what transactions moved the same Bitcoin balance before you received it.
While all the transactional information is in the public, the involved parties remain private as they transact under pseudonyms called Bitcoin addresses. We can see time, volume, and involved addresses, but don't learn the individual's private information.
However, through data mining observers may learn that some addresses are under the control of the same entity and might make some guesses about their usage.
1
I would tell you to ask each of these questions individually, but most of them have already been asked and have good answers. I think you are probably best off reading some more basic documentation first, and then asking for clarifications when needed. Try starting here: https://bitcoin.org/en/how-it-works or here: https://simple.wikipedia.org/wiki/Bitcoin
– Jestin – 2016-07-01T13:17:59.930Thank you for your comment, I deleted questions that are not linked to the title. – XR SC – 2016-07-01T15:25:43.220
related: Can someone explain how the Bitcoin Blockchain works?
– Murch – 2016-07-04T15:20:28.077