need to support most major digital currencies
plans that I have thought about by myself
  the first solution : through the api query provided by the existing blockchain browsers on the public network, we have found several typical blockchain browsers  https://tokenview.com/cn/api-sharp., which provides websocket interface. But it only supports less than 10 currencies 
  https://blockexplorer.com/api., which seems to support only BTC. 
  the second option : build a blockchain browser on your local machine, and then get the latest transaction information (Xiaobai has just started to build a blockchain and doesn"t know the feasibility and workload) 
the above is what I can think of at present.
