New blocks also contain transaction ids even though none happening between the nodes/parties

0 votes
Hi,

Even though I am not doing any transactions between the different nodes which I have on multichain, still new blocks which are getting generated at default interval of 15 secs, contain 1 transaction id. What does this transaction represent?.

And how do I dig out the transactions which I have initiated between the nodes/parties?
asked Mar 21, 2016 by amanc

1 Answer

0 votes

These are the coinbase transactions, which include the miner signature.

You can use APIs like listwallettransactions to retrieve transactions relevant to the node - full list here:

http://www.multichain.com/developers/json-rpc-api/

answered Mar 21, 2016 by MultiChain
...