Does anyone know how I can search the block chain for a range of dates and amounts. I would like to find the transaction to see if it went through.
Use any online blockexplorer like
blockchain.info, enter the block number of the block you want to investigate (
you can enter that transaction too).
All the transactions are included there (
including the coinbase tx) along with the useful information:
- Number Of Transactions
- Timestamp/Received Time
If it was from 2010 (
which you mentioned from your other threads), blocks at that time only consists of <10 transactions,
finding a particular tx wont be that hard.
You might wanna check
#50001 and above for transactions from 2010-04-10.