Email relayer is a list of users who have relayed mail. Relayed mail is mail forwarded to remote accounts by user accounts hosted on the server.
If View Relayers showing blank page, then there may be an issue with eximstats.
Check if eximstats is corrupted with the command
# mysqlcheck eximstats
If so repair the same with
# mysqlcheck –repair eximstats
Also you can update the eximstats with
# /usr/local/cpanel/bin/updateeximstats
This may help you to fix the issue.