1
I'm new to this world and I'm trying to learn the blockchain world and especially now I've concentrated du bitcoin-core, I would like to parser and get the various information like the various sites where you enter ID of the wallet and you get all its information including transactions.
In particular I am interested in getting information on the type transactions, Id wallet sender and Id wallet recipient.
I do not ask any ready solution but only a hand to understand where to start and where to document.
I saw that on the net there are various blockchain parsers but at least the ones I met did not allow me to obtain the information I'm trying to figure out how to get them.
Thank you and above all excuse me if I asked stupid questions but I'm learning
Hell, welcome to Bitcoin.SE! I've linked a question above that has a lot of good basic info, I think it would be helpful to your understanding to read through some of it. As for your more specific Q: there is no information about sender/recipient wallets stored in the blockchain record, but Addresses can be viewed using a block explorer service. A user's wallet is a collection of addresses, but for privacy reasons it is important to not let the whole world know what all of your wallet's addresses are! – chytrik – 2019-01-11T00:56:31.960
Thanks, guy, well @chytrik so the only address that I can extrapolate of the transactions is that of the sender, packed inside the secp256k1 public key? the recipient could extrapolate it from the content wallet of the sender, I understand? – vincenzopalazzo – 2019-01-11T09:57:15.583