Concrete5 is definitely not locked up -- it's actually one of the easier PHP CMS's to modify (once you know the lay of the land of course). If it's custom blocks you want to edit, they will be located in one of two places:
- SITEROOT/blocks/block_handle/...
- SITEROOT/packages/package_handle/blocks/block_handle/...
(substitute "block_handle" with the lowercase_underscore name of the block, and "package_handle" with the lowercase_underscore name of the package -- most likely the same as the block handle)
If you want to ask a more specific question -- e.g. how do you make a specific customization to a specific piece of functionality for a specific block -- you will probably be better off asking in the Concrete5 forums (http://concrete5.org/community/forums). It's still a relatively small community compared to the other PHP CMS's and frameworks, but people are very helpful and non-trollish there.