OP posted:
I learn couple of blogs and responses on internet hosting server to reveal knowledge utilizing JSON-RPC however needed to substantiate if there’s a solution to question node knowledge that I’m not internet hosting (not connecting through P1P) utilizing JSON-RPC protocol (or some other protocol that enables querying knowledge and never pull every part)
Observe: I’m speaking about mainnet and never testnet
OP clarified in a remark:
I need to question Bitcoin node for some particular knowledge like transaction. I don’t need to host my very own BTC node
Yeah, you possibly can question node knowledge that you’re not internet hosting utilizing JSON-RPC.
Nonetheless, there are a lot of different choices you need to use:
-
Use a node’s REST API, Bitcoin Core REST API.
-
Use a REST API offered by some third get together, like as an illustration any well-known Bitcoin knowledge analytics platform, or any well-known blocks chain explorer.
-
Contribute a full node to the community and question it privately.
The third possibility is definitely the best to get, [by largely far] essentially the most safe, essentially the most available, the least vendor lock in, the most affordable to take care of, and essentially the most helpful to the Bitcoin ecosystem.