I have a strange issue:
I sent a transaction using bitcoind, got a txid back, the transaction confirmed, but 'getrawtransaction' on the same bitcoind instance can't find it:
$ bitcoind getrawtransaction 4e558bcab9977ec9e049a24b3c3f27a76882488ec5b24866939a7463200ebb48 error: {"code":-5,"message":"No information available about transaction"}
http://blockchain.info/block-index/438480/0000000000000001e3d17a69bfdc1f3a8451ec48652aa7561156f0b22a16fc13 shows the tx, and my bitcoind has that block!:
$ bitcoind getblockhash 268416 0000000000000001e3d17a69bfdc1f3a8451ec48652aa7561156f0b22a16fc13
I have another bitcoind on another server that also has the block which blockchain.info claims contains the tx, but it can't lookup the rawtx either.