Comparative view for different blocks

I have a source which provides a vtkMultiBlockDataSet. I want to compare two blocks of the dataset. Right now I am using a ExtractBlock filter and using two different render views to show each block on its own view.

I would like to know if there is any approach to use a Comparative View for this task.