In your case, all of the space is being taken up by the empty blocks, rather than those few transactions you have initiated, which will take up less than a megabyte in total.
Each block has an 80-byte header, as well as a "coinbase" transaction that contains the miner's signature, even if there are no 'real' transactions in it. And those blocks are indexed in various ways.
So our recommendation would be to run a blockchain with a longer target-block-time parameter. We are also considering adding a future option whereby a block will not be mined if there are no real transactions within.