Array of actrors

There would be a number of ways to do this.

One easy way would be to basically have a counter variable which you set to the amount of blocks in your level when the level starts. Every time you destroy one, deduct 1 from this counter and check to see if the counter variable <= 0. If it is it means they have all be destroyed and you can do what you need to do, if not, then do nothing.