On a console, install 'pv' (available from homebrew and apt-get) and then use the following to get a nice progress bar with percentage progress and ETA when decompressing.
1 2 3pv file.tgz | tar xzf - -C target_directory
Created on 5/24/2018