Blockstack Search

The search subsystem for Blockstack Core creates a search index for data associated with names registered on Blockstack. The search subsystem currently indexes the .id namespace but can be easily expanded to include other namespaces.

You can query this node by sending queries like:

https://search.blockstack.org/search?query=wenger

You can deploy your own search node by following the instructions on this Github repo. The search subsystem is part of Blockstack Core, which is released as open-source software.