block explorer updatejust a quick note. i am working heavily on the db backend currently.
there are some bugs and debugging needs a little bit more time due
to the choosen db backend. block explorer is using a blazing fast
but very low level db core engine, to serve future high volume in data
and requests with nearly zero additional latency but this takes
some more days. sorry for the delay but better to built it right
now, instead using a standard sql engine, which will collapse under
heavy concurrent load later.
ps: i have choosed this backend because more services will built
on top off this. and back to coding...

edit: yes, everything is coded from scratch, for max. speed.