Where can one find the actual block reward?
if using the qt. then help > debug > console.
> getblockcount
< 52231
> getblockhash 52231
< 000000000ed0af33f997b81a48b6bea0ea650dbccd7176181d0c621b774c3075
> getblock 000000000ed0af33f997b81a48b6bea0ea650dbccd7176181d0c621b774c3075
< {
"hash" : "000000000ed0af33f997b81a48b6bea0ea650dbccd7176181d0c621b774c3075",
"confirmations" : 4,
"size" : 265,
"height" : 52231,
"version" : 3,
"merkleroot" : "c0232ecd8cf2f04817cfb5bc3fed96f5f33d98b89918878822943dc748eb87e9",
"mint" : 20.15000000,
"time" : 1368271979,
"nonce" : 2684367124,
"bits" : "1c464c97",
"difficulty" : 3.64152323,
"previousblockhash" : "000000000370adf3328118ce7b13d5930ccd3d1ea62e210b16ad01df82585d7b",
"nextblockhash" : "0000000040b219360f2195e22a18d04bb72c814737f564fef1561b84b8eea198",
"flags" : "proof-of-work",
"proofhash" : "000000000ed0af33f997b81a48b6bea0ea650dbccd7176181d0c621b774c3075",
"entropybit" : 1,
"modifier" : "8fb6c69ff6a11fd1",
"modifierchecksum" : "ca491c68",
"tx" : [
"c0232ecd8cf2f04817cfb5bc3fed96f5f33d98b89918878822943dc748eb87e9"
],
"signature" : "304402203de57c6e6014674fec4d24257427bd54c7015ef529c20a349e1a03762daf0ca40220228 cb2951bf813ac8a08365effaf98fd15b5823fc81c5adfc085fab20020f033"
}
So at the time i ran this the last mined block's reward was 20.15000000 YAC. so next one would be very very close to that.