Bitcoin Forum

Other => Beginners & Help => Topic started by: Elserr51 on September 15, 2018, 04:54:38 PM



Title: List of transactions
Post by: Elserr51 on September 15, 2018, 04:54:38 PM
Hello everyone I wanted to know if you knew the site where he keeps track of all the operations that are carried out during the day, that is all the operations of buying and selling Bitcoin.
Thank you all.


Title: Re: List of transactions
Post by: oceantiger on September 15, 2018, 05:06:19 PM
You can only get that on each blockchain that each exchange is using. It is only the blockchain that can keep all the transaction data. But each exchange keep their own daily transaction records.


Title: Re: List of transactions
Post by: Elserr51 on September 15, 2018, 05:15:21 PM
thanks for the reply, so is there a way to access this Blockchain data?
Is there a site where it collects blockchain data?
Thank you.


Title: Re: List of transactions
Post by: o_e_l_e_o on September 15, 2018, 08:31:41 PM
https://www.blockchain.com/explorer


Title: Re: List of transactions
Post by: pooya87 on September 16, 2018, 04:02:04 AM
that is all the operations of buying and selling Bitcoin.

what you are seeking to find can not be found on the blockchain, so any blockchain explorer you visit will only show you transactions not their destination or purpose. blockchain is only a chain of blocks and blocks contain transactions. and the only information you can get from a transactions is which address it came from, which address it went to, when this happened and how much. none of these are the things you want.

what you need to find is a blockchain analysis site like walletexplorer.com and even then it is not going to be accurate and it certainly is not all  the information it is only a small part of the transactions that they could find. also it is not 100% accurate.


Title: Re: List of transactions
Post by: Xiaolongnu on September 16, 2018, 08:04:38 AM
You can only find the list of transactions at https://www.blockchain.com/explorer. You can't know they are sell or buy operations or deposit, withdraw  operations.


Title: Re: List of transactions
Post by: jsecoinfan on September 16, 2018, 10:36:15 AM
You can see all transactions connected with some address on this site https://live.blockcypher.com/btc/. You can also find out everthing you want about block.


Title: Re: List of transactions
Post by: reddeworld on September 16, 2018, 03:40:50 PM
You have this one: https://www.blockchain.com/explorer
and this one for ETH: https://etherscan.io/


Hello everyone I wanted to know if you knew the site where he keeps track of all the operations that are carried out during the day, that is all the operations of buying and selling Bitcoin.
Thank you all.


Title: Re: List of transactions
Post by: Elserr51 on September 17, 2018, 07:34:48 PM
Ok thanks for the answers, but I managed to contact the Bitcoin site block explorer, and they told me that you have to use their API to get the information, but I did not understand how to use them, if you would know something.
Thank you all.


Title: Re: List of transactions
Post by: Thirdspace on September 17, 2018, 10:49:54 PM
Hello everyone I wanted to know if you knew the site where he keeps track of all the operations that are carried out during the day, that is all the operations of buying and selling Bitcoin.
I'm not sure whether blockchain.com is the site you want,
you are asking about buy/sell transaction of bitcoin while that site is a blockchain explorer
blockchain contains all transactions done in the bitcoin network, not buy/sell bitcoin transaction
you might want to check some exchange sites to pull such data you want

Ok thanks for the answers, but I managed to contact the Bitcoin site block explorer, and they told me that you have to use their API to get the information, but I did not understand how to use them, if you would know something.
if indeed you want to get some transaction data on bitcoin network, you can use blockchain.com
click on the API page link https://www.blockchain.com/api to open API documentation page
scroll down a bit to section "Transactions & Blocks Data" then "Blockchain Data API" (https://www.blockchain.com/api/blockchain_api)
this documentation gives good explanations and examples on how to get data on blocks and transactions


Title: Re: List of transactions
Post by: Elserr51 on September 18, 2018, 06:28:11 PM
Thanks to everyone, the concept is now clearer.