Author

Topic: How to see confirmation on Blockexplorer (Read 1205 times)

member
Activity: 94
Merit: 10
January 10, 2012, 12:18:13 PM
#4
Hi , i was wondering how can i see the number of confirmations on blockexplorer ?

There's no direct way to do it, you have to do the math yourself. Here's what I recommend:


1) Get the destination address of the transaction you're interested in.

2) Lookup this address in blockexplorer. If the transaction has already gone through, you should be able to find it in the table for that address. Note the block number that the table shows for the transaction.

3) Goto the front page of blockexplorer, where it lists all recent blocks. Get the last block number, as shown at the top of the table.

4) Subtract the transaction block number from the last block number, then add 1 to the result.


That should roughly give you the number of confirmations for that transaction. (It might be off by one since it may take a minute or so for blockexplorer to show the latest new block.)

An example:


I received 12.7 bitcoins, and want to know how many confirmations that transaction has.

1) I received the bitcoins with address 1blahblahblah, so I copy that address.

2) Searching for that address in blockexplorer shows several transactions. I find the one that gave 12.7 bitcoins to it, and note that it was first confirmed in block 161300.

3) Blockexplorer's front page shows the latest block as being 161448.

4) Subtract 161300 from 161448 to get 148, then add 1 to get 149.

That transaction has at least 149 confirmations.


THANK YOU VERY MUCH
I appreciate it  , perfect it worked
newbie
Activity: 6
Merit: 0
January 09, 2012, 04:17:43 PM
#3
Get the TX number then pop it into the blockexplorer.com interface ?

Quite simple !
legendary
Activity: 980
Merit: 1004
Firstbits: Compromised. Thanks, Android!
January 09, 2012, 03:39:43 PM
#2
Hi , i was wondering how can i see the number of confirmations on blockexplorer ?

There's no direct way to do it, you have to do the math yourself. Here's what I recommend:


1) Get the destination address of the transaction you're interested in.

2) Lookup this address in blockexplorer. If the transaction has already gone through, you should be able to find it in the table for that address. Note the block number that the table shows for the transaction.

3) Goto the front page of blockexplorer, where it lists all recent blocks. Get the last block number, as shown at the top of the table.

4) Subtract the transaction block number from the last block number, then add 1 to the result.


That should roughly give you the number of confirmations for that transaction. (It might be off by one since it may take a minute or so for blockexplorer to show the latest new block.)

An example:


I received 12.7 bitcoins, and want to know how many confirmations that transaction has.

1) I received the bitcoins with address 1blahblahblah, so I copy that address.

2) Searching for that address in blockexplorer shows several transactions. I find the one that gave 12.7 bitcoins to it, and note that it was first confirmed in block 161300.

3) Blockexplorer's front page shows the latest block as being 161448.

4) Subtract 161300 from 161448 to get 148, then add 1 to get 149.

That transaction has at least 149 confirmations.
member
Activity: 94
Merit: 10
January 09, 2012, 02:41:31 PM
#1
Hi , i was wondering how can i see the number of confirmations on blockexplorer ?
Jump to: