No there are actually people that are staking such small amounts:
2016/16/10 - 0.00068447 LOC which was an actual staking reward.
Such a transaction has approximately the same overhead than a single transaction of 10000 LOC. Now imaging adding 1000 of those small ones and having to pay 1.5+ LOC for the transaction fee. The tx fee will be more than the value of the tx. You will never be able to send the coins unless you add an input block to the mix of about 1.5 LOC so that you at least have a positive dust value for the tx.
txid please,
that reward is pretty much the same that i have for POW blocks (0.00068448)
here's example
do you realize that each tx value is 5.00068448 ?
02:24:56

Welcome to the Loco RPC console.
Use up and down arrows to navigate history, and Ctrl-L to clear screen.
Type help for an overview of available commands.
03:00:14

gettransaction 5d2d2ff92155cfb5009defe8d99435f4eab208a51bc77eafc941a40ffd584bc4
03:00:15

{
"txid" : "5d2d2ff92155cfb5009defe8d99435f4eab208a51bc77eafc941a40ffd584bc4",
"version" : 1,
"time" : 1476442800,
"locktime" : 0,
"vin" : [
{
"txid" : "892fc1e5bbb3653eb703390d49ca8be10b20c7e9f1596c8fa7e6b746e909e394",
"vout" : 0,
"scriptSig" : {
"asm" : "3045022100886050da7bfea591aa8c5f4adcbd182e4813a0d58691ef1fd9ef43f6fb0d667e02200646dd4d54eee325aa05ea6fa0e611cfb1c7db5cce01df8a34ce097b741d575b01 03c76ec2cb2011457a4dcc0478afd2f4f4d325891820c3b1331547aa70be14576d",
"hex" : "483045022100886050da7bfea591aa8c5f4adcbd182e4813a0d58691ef1fd9ef43f6fb0d667e02200646dd4d54eee325aa05ea6fa0e611cfb1c7db5cce01df8a34ce097b741d575b012103c76ec2cb2011457a4dcc0478afd2f4f4d325891820c3b1331547aa70be14576d"
},
"sequence" : 4294967295
}
],
"vout" : [
{
"value" : 0.00000000,
"n" : 0,
"scriptPubKey" : {
"asm" : "",
"hex" : "",
"type" : "nonstandard"
}
},
{
"value" : 5.00068448,
"n" : 1,
"scriptPubKey" : {
"asm" : "03c76ec2cb2011457a4dcc0478afd2f4f4d325891820c3b1331547aa70be14576d OP_CHECKSIG",
"hex" : "2103c76ec2cb2011457a4dcc0478afd2f4f4d325891820c3b1331547aa70be14576dac",
"reqSigs" : 1,
"type" : "pubkey",
"addresses" : [
"5svExsoYQrwLdrYQdbH5szR6onxHBrzj7E"
]
}
},
{
"value" : 0.00068447,
"n" : 2,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 c6e899a49d0140be82e68648903e3a9b8c00b1f8 OP_EQUALVERIFY OP_CHECKSIG",
"hex" : "76a914c6e899a49d0140be82e68648903e3a9b8c00b1f888ac",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"69ByFdTC9RoaKKe6vryoxx1pQ5FxAPRpdA"
]
}
}
],
"amount" : -0.00068447,
"fee" : 0.00136895,
"confirmations" : 4787,
"generated" : true,
"blockhash" : "e9db9ec20feb156aadc57ab08b1955ad39ebfd125526c1e0462d6d87fa8ab5fb",
"blockindex" : 1,
"blocktime" : 1476442800,
"txid" : "5d2d2ff92155cfb5009defe8d99435f4eab208a51bc77eafc941a40ffd584bc4",
"time" : 1476442800,
"timereceived" : 1476442800,
"details" : [
{
"account" : "",
"address" : "5svExsoYQrwLdrYQdbH5szR6onxHBrzj7E",
"category" : "generate",
"amount" : 0.00136895
}
]
}
idk if there are any masternodes running,
maybe they have a bunch of tiny pieces coming from stakers
Yes you are right. It is very difficult and confusing to analyse without a proper block explorer. Maybe there will be a new one after the next version of the wallet (if there is a next version) how exactly the reward structure works and what the split is between POW and staking.