Does anyone know of any easy way to parse through the ethereum blockchain? I have learned that the database is a leveldb of patricia's trees but cannot seen to parse through the database. I've started using Dain's Leveldb java implementation (I have a lot of experience with Java), but cannot seem to retrieve any of the keys. Anyone have any suggestions to help me parse through this blockchain?