When a user is blocked, a log entry is made. These logs are visible at Special:Log by filtering to the "Block log". Details of page/namespace blocks are included in these log entries; details of action blocks should be too.
Technical details
When a new DatabaseBlock is made, a log entry is created in BlockUser::log. Block parameters are added to the log entry in BlockUser::constructLogParams. We should add action block details here.