How to get all users by custom current user meta (array)?

This function will give you the ids of blocked users

get_user_meta( $user_id, '_block', true );

here $user_id is yours