I've been studying bitcoin architecture and even though I'm a developer, I am a visual person. I've been looking for the data and control flow diagrams for entire bitcoin system but have not found them. There are many diagram that show some portions such as Merkle tree, block composition, but not the entire system data and control flow among different components including wallet, miners and full nodes.
I am taking that project on myself, but was wondering if such a set of diagrams/documents exist. If you know of such documentation(s), please let me know.
Thanks in advance.
PS: I read Mastering Bitcoin. Even though that book describe many aspects of bitcoin in great details, it does not provide the overall flow of the operations.