nxt doing fine.
blocks with fees are rising. number of accounts also.
just added statistics, have a look:
http://87.230.14.1/nxt/nxt.cgi?action=40ps: due to the courtesy of GCInc.(tickerapi) i can add btc/usd equivalents to the account balance today.
Could u fix this interface "bug"?

NRS uses
(block.baseTarget >= 100000 ? Math.round(block.baseTarget / 1000) : (block.baseTarget >= 10000 ? Math.round(block.baseTarget / 100) / 10 : (block.baseTarget >= 1000 ? Math.round(block.baseTarget / 10) / 100 : block.baseTarget / 1000))) + " %";
block.baseTarget is in 1000th of percent.