I want to connect to the bitcoin network and broadcast a transaction.
I can't run my own bitcoin node on localhost because I'm in php on a web server (shared host), is there an internet-accessible open-to-the-public trusted reliable well-known node I can use?
Even blockchain.info api requires a local service to be running, so that won't work.