Why I am getting 4 outputs as follows? What are the last 3 strings for?
This means that the sender has sent several diffretent amounts to different addresses in one transaction.
Here is an example:
Let's imagine that you are taking your coins from an exchange. You request a withdraw of 0.5
BTC and the exchange mark your request as "Pending". Some exchanges will send payments in bulk to minimize fees, so they wait until many users request a withdraw and send them all at once. So, the transaction ends up having several outputs:
a. A output of 0.5
BTC to your address.
b. A output of 0.15
BTC to a random user.
c. A output of 1
BTC to another random user.
Another question, why Status is showing 936 confirmations? When I first made the txn it was displaying 168.
This is the amount of confirmations that the transaction has. It's normal to increase with time.