The only way to do this with particles is to set a small sprite in "Object" field in particles properties. This way particles will actually be made of sprites, and you can check for their collisions with other objects.
Another solution is to use an invisible "Blast" sprite with Sine or Tween behavior which increases its size over time. On explosion spawn the Blast and when it collides with other objects, destroy that object.