
so, i'm writing the electrum-based block explorer myself now, mostly out of boredom (and also due to lack of volunteers).
the code is a major mess and still WIP (eg. no search box and no address handling so far), so consider this an early alpha preview.
http://yacoin.unsha.net/PS: i know that i suck hard at writing javascript
That looks real nice! I throw my hat into the battle of the block explorers with my brand new super fast address balance
look up with transactions:
http://explore.grokonet.comHi Groko
It's nice to see someone who can still write HTML

One can easily add a "smidge" of Javascript to that html that would "ask" for a new block every ~30 seconds or ~minute or what ever time period you like. It could even be "done with AJAX".
Where is the server getting its data from, might I ask? Is it an "ABE" YACoin talking to a yacoin daemon on the server?
Ron
I've done something similar with my prototype explorer, though it's using websockets instead of polling the server every x seconds, which is imo cool. The browser support still sucks, however (and my html&js skills, too, for that matter

- guess i'll just focus on finishing the damn electrum client finally in my next coding session).
just a reminder: i'm still looking for buzzword javascript web dev to do a simple front-end for a block explorer. (jquery, angular.js, twitter bootstrap or whatever you prefer; websockets required)
and there i was hoping it would be up & running by the end of the month, silly me

have you looked into the insight block explorer's
https://github.com/bitpay/insightit sure looks nice, but adapting it for yac seems kinda challenging given most things are hardcoded in multiple places. also, i don't like the prospect of running Yet Another leveldb alongside the electrum's with essentially the same data.
(and neither do i like node.js
)