Author

Topic: Blockchain.info - Bitcoin Block explorer & Currency Statistics - page 166. (Read 482345 times)

hero member
Activity: 910
Merit: 1005
I thought it was the height, but that wouldn't work. What exactly is the block index?

Because I allow store orphaned blocks the block height cannot be used as a blocks primary key, instead I use a key called block index. If you can lookup by block index then please do as I cache by block index so lookups are faster, otherwise use
Quote
/block-height/$block_height?format=json
.

Added two new api calls:

Quote
/rawaddr - to get information about an address

/unspent - get the unspent outputs of one or multiple addresses.

Also regarding usage of this api, if you are displaying data on a public website then please a link back to blockchain.info. + I have a 200GB bandwidth limit so please go easy (or donate).

hero member
Activity: 602
Merit: 501
I was checking your API and I noticed that you only have rawblock information until block 124620. This works: http://blockchain.info//rawblock/124620 and this doesn't: http://blockchain.info//rawblock/124621

124621 is an invalid block index (this is different from a block height)

I thought it was the height, but that wouldn't work. What exactly is the block index?
staff
Activity: 4214
Merit: 1203
I support freedom of choice
hero member
Activity: 910
Merit: 1005
I was checking your API and I noticed that you only have rawblock information until block 124620. This works: http://blockchain.info//rawblock/124620 and this doesn't: http://blockchain.info//rawblock/124621

124621 is an invalid block index (this is different from a block height)

Also, there seems to be a problem with the timestamp. Take for example the block 2016. The rawdata shows the timestamp 1233063531, which corresponds to 27 Jan 2009 13:13:16, but in the block page you show 2009-01-27 13:38:51.

I'll take a look at this, possibly my server time is out.

Thanks - nice site!  Ben Reeves recently noted that it answered my '“Market capitalization” over time'  question at stackexchange: http://bitcoin.stackexchange.com/q/2047/99

But as I noted there I'm puzzled as to why the "unix time" timestamps for the daily data points in the json output aren't for midnight UTC.  Why always 14:55:45 UTC for the market cap page, and 18:15:05 for transaction-fees, etc?

Also, for http://blockchain.info/charts/transaction-fees can you stop rounding off the fees to the nearest BTC?  It's just bouncing around near zero now.

And do you know why there is a huge increase in estimated transaction volume since Nov 16th, to all-time highs?
  http://blockchain.info/charts/estimated-transaction-volume

Finally, can you put in a redirect from the original URL for the site (http://pi.uk.com/bitcoin/...), so old examples posted here work?


I started generating data at odd times, not at midnight. Wow transaction fees have really plummeted I will adjust the rounding.

There was a ton of BTC moved around recently e.g. http://blockchain.info/tx-index/12730431/8a4852cf51365059042d024eb0838ce14333b8de5d3c64394459bfac38a73a24 i think that is what has could the spike.

Redirect from pi.uk.com should be up.

I've got a ton of good suggestions from people but not much time to implement them so apologies if I don't get round to them right away. Got a great new feature coming out sometime this week which will make using bitcoin easier for a lot of people.
newbie
Activity: 26
Merit: 0
Thanks - nice site!  Ben Reeves recently noted that it answered my '“Market capitalization” over time'  question at stackexchange: http://bitcoin.stackexchange.com/q/2047/99

But as I noted there I'm puzzled as to why the "unix time" timestamps for the daily data points in the json output aren't for midnight UTC.  Why always 14:55:45 UTC for the market cap page, and 18:15:05 for transaction-fees, etc?

Also, for http://blockchain.info/charts/transaction-fees can you stop rounding off the fees to the nearest BTC?  It's just bouncing around near zero now.

And do you know why there is a huge increase in estimated transaction volume since Nov 16th, to all-time highs?
  http://blockchain.info/charts/estimated-transaction-volume

Finally, can you put in a redirect from the original URL for the site (http://pi.uk.com/bitcoin/...), so old examples posted here work?
hero member
Activity: 602
Merit: 501
I was checking your API and I noticed that you only have rawblock information until block 124620. This works: http://blockchain.info//rawblock/124620 and this doesn't: http://blockchain.info//rawblock/124621

Also, there seems to be a problem with the timestamp. Take for example the block 2016. The rawdata shows the timestamp 1233063531, which corresponds to 27 Jan 2009 13:13:16, but in the block page you show 2009-01-27 13:38:51.
sr. member
Activity: 322
Merit: 251
FirstBits: 168Bc
A miner who will jump to different pools depending on how they payout and when they found their last block.

I see. "Payout": gotcha.

"When they found their last block": Isn't that a classic Gambler's fallacy? (flipped five heads in a row, the next coin flip must be tails)
sr. member
Activity: 322
Merit: 251
FirstBits: 168Bc
What's a hopper?
hero member
Activity: 910
Merit: 1005
"Search - You may enter a block height, address, block hash, transaction hash, hash160, or ipv4 address.."

If I enter a block height (154321) or firstbits, I am informed that my input is invalid.

Should be fixed.

Feature request (a tall order):

Common use case: I negotiate a deal online, send coins from an ewallet, wait to see the transaction on the network, or confirmed in the block chain, then email counterparty with a link to blockchain.info transaction or recipient address.

Desired: I would like to open the recipient address in blockchain.info in a browser tab. When the status changes, I would like to see the SHORT/PREFIX title change (such as ["1d:C, days ago, confirmed transactions"], ["1s:U, 1 second ago, unconfirmed"], ["10m:1C, 10 minutes ago, 1 confirmation"])

Result: I open up a tab pointing to the recipient's address. I send coins. I surf the web, read a book. I notice the tab title has changed. I send an email to the recipient, "Hi Satoshi, coins sent to http://blockchaininfo.com/fb/1".

NB: Base case: http://blockchain.info/fb/1 <--- Genesis block, "Sorry this is is not a valid bitcoin address" (you've given it fb/1a1zp1)

Great minds (or should i say bitcoin obsessed minds) think alike. Already working on it.

I assume this is being used by "hoppers" ?

I'm not a miner so I don't really understand hopping. But If pool owners want me to the delay the "found by" stats then i will do.
sr. member
Activity: 322
Merit: 251
FirstBits: 168Bc
Feature request (a tall order):

Common use case: I negotiate a deal online, send coins from an ewallet, wait to see the transaction on the network, or confirmed in the block chain, then email counterparty with a link to blockchain.info transaction or recipient address.

Desired: I would like to open the recipient address in blockchain.info in a browser tab. When the status changes, I would like to see the SHORT/PREFIX title change (such as ["1d:C, days ago, confirmed transactions"], ["1s:U, 1 second ago, unconfirmed"], ["10m:1C, 10 minutes ago, 1 confirmation"])

Result: I open up a tab pointing to the recipient's address. I send coins. I surf the web, read a book. I notice the tab title has changed. I send an email to the recipient, "Hi Satoshi, coins sent to http://blockchaininfo.com/fb/1".

NB: Base case: http://blockchain.info/fb/1 <--- Genesis block, "Sorry this is is not a valid bitcoin address" (you've given it fb/1a1zp1)
sr. member
Activity: 322
Merit: 251
FirstBits: 168Bc
"Search - You may enter a block height, address, block hash, transaction hash, hash160, or ipv4 address.."

If I enter a block height (154321) or firstbits, I am informed that my input is invalid.
hero member
Activity: 910
Merit: 1005
Basic api available @ http://blockchain.info/api. I'll be adding more methods in time.
hero member
Activity: 910
Merit: 1005
Hi Piuk, The site is looking more excellent and useful every day. Thanks. Some feedback: I am unable to view a semi-logarithmic scale on this graph. Also, perhaps you could come up with a new favicon/gif/ico, like the rubics cube instead of the golden B bitcoin. Being identical with the icon here on the forum is a wee bit confusing. When viewing an address, it would be nice to see each transaction timestamp.

Inconsistent presentation:
Code:
Total Received 	(85.35 USD) 36.6016 BTC
Final Balance 0 BTC
Final Balance 0 USD
Preferred presentation:
Code:
Total Received 	36.6016 BTC (85.35 USD)
Final Balance 0 BTC (0 USD)
Alternate presentation:
Code:
Total Received 	36.6016 BTC
Total Received 85.35 USD
Final Balance 0 BTC
Final Balance 0 USD

I've noticed the problem with some of the log graphs before and i can't seem to fix it. I think it's a bug in highcharts, hopefully the next version will fix it.

I've updated the favicon and the final/usd balance on the address page, both good suggestions. It should show the timestamps for new transactions, I guess for transactions with no accurate timestamp i could show the block time. Thanks for the feedback,
sr. member
Activity: 322
Merit: 251
FirstBits: 168Bc
Hi Piuk, The site is looking more excellent and useful every day. Thanks. Some feedback: I am unable to view a semi-logarithmic scale on this graph. Also, perhaps you could come up with a new favicon/gif/ico, like the rubics cube instead of the golden B bitcoin. Being identical with the icon here on the forum is a wee bit confusing. When viewing an address, it would be nice to see each transaction timestamp.

Inconsistent presentation:
Code:
Total Received 	(85.35 USD) 36.6016 BTC
Final Balance 0 BTC
Final Balance 0 USD
Preferred presentation:
Code:
Total Received 	36.6016 BTC (85.35 USD)
Final Balance 0 BTC (0 USD)
Alternate presentation:
Code:
Total Received 	36.6016 BTC
Total Received 85.35 USD
Final Balance 0 BTC
Final Balance 0 USD
hero member
Activity: 910
Merit: 1005
Spent some time on this today, I redesigned it using bootstrap since that seems to be what a lll the cool kids are using  Wink

In order to see some data such as transaction sizes and scripts you need to click "Show advanced" on the bottom of the page.

Strange transactions can now be found at http://blockchain.info/strange-transactions

Thank you to the person that donated, much appreciated.

All Feedback welcome.
hero member
Activity: 910
Merit: 1005
How comes Mainframe Mining is still finding blocks? The pool is closed for weeks now.

Wasn't mainframe mining run by Vladimir who had his own datacenter? He could still be mining on his own, the node is definitely still active. If no then it's probably just an anomaly.

No, AnnihilaT was running the pool and (co-) owner of the the datacenter ( --> https://bitcointalksearch.org/topic/m.589039).
A few days ago I saw "Vladimir (Pool)" in your stats. Did you rename this to "Mainframe Mining" or is this yet another entry?

Do you know if they shutdown the dc with the pool? No i didn't rename it, "Vladamir (Pool)" is a different ip i got from http://eu1.bitcoincharts.com/bitcoin-wiki/wiki/Fallback_Nodes.html.
full member
Activity: 225
Merit: 100
How comes Mainframe Mining is still finding blocks? The pool is closed for weeks now.

Wasn't mainframe mining run by Vladimir who had his own datacenter? He could still be mining on his own, the node is definitely still active. If no then it's probably just an anomaly.

No, AnnihilaT was running the pool and (co-) owner of the the datacenter ( --> https://bitcointalksearch.org/topic/m.589039).
A few days ago I saw "Vladimir (Pool)" in your stats. Did you rename this to "Mainframe Mining" or is this yet another entry?
hero member
Activity: 910
Merit: 1005
How comes Mainframe Mining is still finding blocks? The pool is closed for weeks now.

Wasn't mainframe mining run by Vladimir who had his own datacenter? He could still be mining on his own, the node is definitely still active. If no then it's probably just an anomaly.

No Smiley At least at the main page.

Oops. Now changed.
donator
Activity: 532
Merit: 501
We have cookies
full member
Activity: 225
Merit: 100
How comes Mainframe Mining is still finding blocks? The pool is closed for weeks now.
Jump to: