Hi!My first post here, hope I'm following the right conventions.I had this humble idea for a while, so I thought to go ahead and proposeit.BIP: XXTitle: URI scheme for Blockchain explorationAuthor: Marco PontelloStatus: DraftType: Standards TrackCreated: 29 August 2015Abstract========This BIP propose a simple URI scheme for looking up blocks, transactions,addresses on a Blockchain explorer.Motivation==========The purpose of this URI scheme is to enable users to handle all therequests for details about blocks, transactions, etc. with their preferredtool (being that a web service or a local application).Currently a Bitcoin client usually point to an arbitrary blockchainexplorer when the user look for the details of a transaction (es. BitcoinWallet use BitEasy, Mycelium or Electrum use Blockchain.info, etc.).Other times resorting to cut&paste is needed.The same happens with posts and messages that reference some particulartxs or blocks, if they provide links at all.Specification=============The URI follow this simple form:blockchain: <hash/string>Examples:blockchain:00000000000000001003e880d500968d51157f210c632e08a652af3576600198blockchain:001949blockchain:3b95a766d7a99b87188d6875c8484cb2b310b78459b7816d4dfc3f0f7e04281aRationale=========I thought about using some more complex scheme, or adding qualifiers todistinguish blocks from txs, but in the end I think that keeping it simpleshould be practical enough. Blockchain explorers can apply the samedisambiguation rules they are already using to process the usual searchbox.From the point of view of a wallet developer (or other tool that need toshow any kind of Blockchain references), using this scheme mean that hecan simply make it a blockchain: link and be done with it, without havingto worry about any specific Blockchain explorer or provide a means for theuser to select one.Blockchain explorers in turn will simply offer to handle the blockchain:URI, the first time the user visit their website, or launch/install theapplication, or even set themselves if there isn't already one.Users get the convenience of using always their preferred explorer, whichcan be especially handy on mobile devices, where juggling with cut&pasteis far from ideal.