cryptosystems6300
cryptosystems6300
Hi @Kammerlo I dont think this is related necessarily to the number of UTXO's. E.g. this address only has 9 txs and times out: ```bash curl --location 'https://explorer.cardano.org/graphql/' --header 'Content-Type:...
You dont need blockbook for this. Just ask the node directly: https://developer.bitcoin.org/reference/rpc/getbestblockhash.html e.g. ``` curl --location '' --header 'Content-Type: application/json' --data '{ "jsonrpc": "2.0", "id": "somedummyid", "method": "getbestblockhash", "params": []...