I've got an address with a single transaction with 11 inputs and 142 outputs. Is this something worth consolidating?
It looks like you are a bit confused. There is nothing to consolidate here. Your address was one of the 142 outputs in that transaction. The number of its inputs is irrelevant. Since that output has been included in a transaction, it is now an Unspent Transaction Output (
UTXO).
In electrum preview spending from that address with max selected, it shows 1 input 1 output. Will this be the new input/output values of the address if I send max?
That UTXO can now be used as an input in a new transaction. Since you received only one transaction to your address, you will only have one input. Outputs are the addresses which will receive the coins from you. If there is any change left from an input then another output is created. That output points to one of the addresses from the same wallet (either a change address or the address from which the coins were sent). If you received 10 transactions and wanted to spend all of your coins then you would have 10 inputs.
Yes, confused looking at explorer.bitcoin.com. I see, the outputs and fees are referencing the block not the address. Thanks for clarifying this, So a normal transaction to a single address where the entire balance is not spent will create 2 inputs and 2 outputs on the network and 2 new UTXOs. One input and output to both the receiver and the change address of my wallet.