有辦法觀察區塊的轉帳資訊嗎? - 數位貨幣

Table of Contents

想請問一下版上的高手

我知道有很多地方可以單獨看每個區塊的訊息
像是
https://btc.com/
https://www.blockchain.com/zh/explorer?currency=ETH

但是如果我想看每一天,或者每一個小時內所有區塊的轉帳數量
目前有網站有做彙整嗎?
還是有什麼方式可以統計

--

All Comments

Agatha avatarAgatha2019-03-11
https://pse.is/DW5K6 bitinfocharts
Madame avatarMadame2019-03-15
右下角可以選3個月內資料,我有看到昨天3/5的
Aaliyah avatarAaliyah2019-03-16
不過它確實是只有per day的資料
Noah avatarNoah2019-03-19
XMR我是自己有做監控 https://xmr-tw.org/xmr-eta/
其他幣種就等其他版友分享嘍
Vanessa avatarVanessa2019-03-21
有人把blockchain explorer opensource啊
https://github.com/iquidus/explorer
Hamiltion avatarHamiltion2019-03-22
實際上依你的需求,去跑個full node爬個資料就好
Liam avatarLiam2019-03-28
一些幣資訊的app都有大額轉賬地址alert
Emily avatarEmily2019-03-29
我貼的那頁面有附原始碼 就只是定時去爬explorer而已
Doris avatarDoris2019-03-31
即時資料可以找個explorer的網頁寫個crawler小程式爬下
來 聽說python的beautifulsoup套件很厲害(?
Belly avatarBelly2019-04-03
還不需要動用BS,原po貼的那兩個站都有API,直接call就好
Franklin avatarFranklin2019-04-09
這就是今天到目前即時最新的區塊資料 tx_count那欄就是了
Robert avatarRobert2019-04-10
如果原PO有興趣學python,搞懂requests和json就可以搞定