can someone capture some screen shots as some explainations please?
many thanks!
while your node is mining, you can run another instance to get a console.
type this in the command prompt:
tiltnode attach
this will give you a console attached to your miner.
from the console you can run commands like:
tilt.getBlock(100)
this will give you details of block 100, including the miner, etc
there is also a quads object (same as web3) in ethereum. for now read about geth in ethereum while we don't have much docs yet.
you can start from what i typed above. you can also ask here if you have other questions. i'm also trying to make a block explorer.