How can i get the time of the transaction?

+4 votes
I'am trying to get the time of the transaction. by typing getrawtransaction i get the BLocktime which is not the time of transaction.
How can i get the time of the transaction and what is Blocktime exactly?
asked Jul 7, 2016 by seifed

1 Answer

+1 vote
 
Best answer

In a blockchain in general there is no objective "time of the transaction", just the time that the transaction was confirmed in a block, and the time it was first seen by the node. If the transaction involves one of the node's addresses, the latter can be found using an API like getwallettransaction.

answered Jul 7, 2016 by MultiChain
selected Jul 8, 2016 by seifed
I've turned down my first server, but now when i try to connect to the blockchain it says ERROR : clone blockchain
How can I reconnect to the chain knowing I have only 2 servers ( the first one which is the admin can no longer connect)
...