tech.lbry.org/documents/protocols/blockchain-rpc.md
Ben van Hartingsveldt 65b775e312
Add other protocols
2025-07-21 15:56:04 +02:00

10 lines
446 B
Markdown

---
title: Blockchain RPC Protocol
description: The protocol used to query the blockchain.
---
This protocol is used to query information from the blockchain. For example, the LBRY hub uses this protocol to check for new blocks and to advance it into its own database.
- **Port:** 9245/TCP
See: [https://developer.bitcoin.org/reference/rpc/index.html](Bitcoin.org RPC API Reference) and [https://lbry.tech/api/blockchain](LBRY Blockchain API)