I am not sure why you chose that block. If you look at a block that actually paid me, e.g. 0000000000000016614c594bdab2e85b40900307f2b0d2326ab318aefa31adfd:
{
"hash" : "0000000000000016614c594bdab2e85b40900307f2b0d2326ab318aefa31adfd",
"confirmations" : 25214,
...
"previousblockhash" : "a1e202e116a5bdc6a09cd2b1ba269b07b4f851bf1d99326f7beb8ba78a30169f",
"nextblockhash" : "0000000000000013f0f483849f600f1ed2ef0bc426a1239193e01274d32810ab",
"flags" : "proof-of-work",
"proofhash" : "0000000000000016614c594bdab2e85b40900307f2b0d2326ab318aefa31adfd",
"entropybit" : 1,
"modifier" : "bb5363e560e189a1",
"modifierchecksum" : "0ac5cbc9",
"tx" : [
"a62324c29acdf2f34d5995947434d464497f38cbbe067d04308aab140558a02b"
]
}
The only transaction there, a62324c29acdf2f34d5995947434d464497f38cbbe067d04308aab140558a02b, did NOT pay the reward for that block:
{
"txid" : "a62324c29acdf2f34d5995947434d464497f38cbbe067d04308aab140558a02b",
"version" : 2,
"time" : 1519221130,
"locktime" : 0,
"vin" : [
{
"coinbase" : "038ca92d048c798d5a0881001011b27f47007969696d7000",
"sequence" : 0
}
],
"vout" : [
{
"value" : 5.00000000,
"n" : 0,
"scriptPubKey" : {
"asm" : "0331182068972fc1c29f4f76f81a786d7ab296602fb41b2c1e354e29136b0d5c84 OP_CHECKSIG",
"reqSigs" : 1,
"type" : "pubkey",
"addresses" : [
"PMNfpij1zymvFsbmfQ4b36hLJJBScADdDa" <====== not my address
]
}
}
],
"blockhash" : "0000000000000016614c594bdab2e85b40900307f2b0d2326ab318aefa31adfd",
"confirmations" : 25214
}
Instead, if you look at the next block, 0000000000000013f0f483849f600f1ed2ef0bc426a1239193e01274d32810ab:
{
"hash" : "0000000000000013f0f483849f600f1ed2ef0bc426a1239193e01274d32810ab",
"confirmations" : 25219,
...
"tx" : [
"838959a5faac1576bb729ce32e454c7a1eefba12cee8a34c5b35621a3a663a82"
]
}
and tx 838959...:
{
"txid" : "838959a5faac1576bb729ce32e454c7a1eefba12cee8a34c5b35621a3a663a82",
"version" : 1,
"time" : 1519221136,
"locktime" : 0,
"vin" : [
{
"coinbase" : "038da92d0493798d5a0828000000e8e7bd000d2f6e6f64655374726174756d2f",
"sequence" : 0
}
],
"vout" : [
{
"value" : 5.00000000,
"n" : 0,
"scriptPubKey" : {
"asm" : "03bf809c72626f4b294879399874f1f5dc1c1007f7f1de94a20e1a2a9227182fbd OP_CHECKSIG",
"reqSigs" : 1,
"type" : "pubkey",
"addresses" : [
"P9JqSckAnXkg4qzf6eAS9tQ2u7qPbBbwyX"
]
}
},
{
"value" : 0.00000000,
"n" : 1,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 ecf809f1ec0ba4faa909d5175e405902a21282be OP_EQUALVERIFY OP_CHECKSIG",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"PWC9mHZcmZnwHdSvuJr88XrLJAY11dN6bQ"
]
}
},
{
"value" : 0.00000000,
"n" : 2,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 22851477d63a085dbc2398c8430af1c09e7343f6 OP_EQUALVERIFY OP_CHECKSIG",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"PBjhZ41Kbhpnc4Cnc1KuWeTZdHjqQYqLtg"
]
}
}
],
"amount" : 5.00000000,
"confirmations" : 25219,
"generated" : true,
"blockhash" : "0000000000000013f0f483849f600f1ed2ef0bc426a1239193e01274d32810ab",
"blockindex" : 0,
"blocktime" : 1519221136,
"txid" : "838959a5faac1576bb729ce32e454c7a1eefba12cee8a34c5b35621a3a663a82",
"time" : 1519221136,
"timereceived" : 1519221149,
"details" : [
{
"account" : "Pool main wallet",
"address" : "P9JqSckAnXkg4qzf6eAS9tQ2u7qPbBbwyX",
"category" : "generate",
"amount" : 5.00000000
}
]
}
you finally see the block reward. It doesn't ALWAYS seem to be this way--but for the majority of UNIT blocks, the reward is getting paid in the next block. It makes sense--how else could I possibly have mined blocks that are clearly in the main chain, but never received a reward? That is literally impossible unless the reward is getting paid in the next block.
I've clearly proved my point here and I'm done with your accusations of my lack of knowledge. If you're going to continuously accuse me of stupidity, then I am not willing to continue this conversation. Have a great life.