1
1
For a given transaction, I have its incoming transactions and I am trying to get the number of the block of those transactions. This seems like something that cannot achieve directly.
I am working on python with Json RPC and I want to work directly on the block-chain on my computer and not to use online API such as blockchain.info.
How can I get efficiently the block number of a given transaction?
In what way specifically do you mean? Like through an API or something. You obviously don't mean manually, right? The block for this transaction is listed at the bottom.
– 4276 – 2014-06-06T05:27:25.713you are right, I should have write that: I am working on python with Json RPC and I want to work directly on the block-chain on my computer and not to use blockchain.info. – slouis – 2014-06-06T07:06:05.170