Hello David,
It's most likely that your site is being spammed by trackbacks and you should actually turn off the trackback feature (It's something that we are going to remove in the next version of 4.0).
Once you disabled the trackbacks, run the following SQL query in phpmyadmin to empty the spams
TRUNCATE TABLE #__easyblog_trackbacks
You need to rename the #__ with your database table prefix.