What whitelist scripts are you running (and why)?
Of note, your domain blocks and adlists have some significant problems.
You have over 6,500 domain entries.
You aren't going to block YouTube with this regex, or any of the others (regex or exact blacklist):
(\.|^)r4\.sn-h0jeln7l\.googlevideo\.com$
1300 blacklist entries similar to this one - what are you trying to block here?
sn-9e
Many of your adlists are in formats that Pi-hole cannot work with. When you use these you make many false positives. Run pihole -g
and take a close look at the output. Many of your lists will throw errors. If they do, get rid of those lists.
None of these easylist or adblock lists will work, and will cause you problems. Just a few examples from your adlists
https://easylist-downloads.adblockplus.org/easylistitaly.txt
https://abp.oisd.nl/
Some of your adlist URLs are not only for lists that are not suitable for Pi-hole, they don't lead to a raw text file. They lead to an html page, which Pi-hole cannot work with.
https://github.com/easylist/easylist/blob/3f8a237a1fc4968567aebf13ad76988231534cfc/easylist/easylist_adservers_popup.txt
Also, you will likely find that all the adlists you have added to block YouTube ads won't do this, but will break YouTube functionality.
Clean all this up, see if your Pi-hole works properly. If not, then come back to this thread with a fresh debug log.