상태: 노드의 현재 상태입니다. 예를 들어 실행 중입니다. 가능한 모든 상태는
상태를 참고하세요.
블록 높이: 블록 높이는 이 노드가 동기화한 블록 수를 나타냅니다. 노드의 블록 높이는 초기 동기화 후 피어의 높이와 거의 같아야 합니다. 블록체인의 최신 블록 높이를 확인하려면 Ethereum의 경우 Etherscan, Polygon의 경우 PolygonScan, Solana의 경우 Solana Explorer와 같은 블록 탐색기를 사용하면 됩니다.
이 상태에서는 노드 인스턴스가 생성되는 중이므로 노드 인스턴스를 사용할 수 없습니다. 엔드포인트가 표시되지만 액세스할 수는 없습니다. 이 단계는 최대 45분이 걸립니다.
실행 중
이 상태에서는 노드에 액세스할 수 있습니다. 처음 생성된 후에 노드가 블록체인과 동기화되어야 합니다.
동기화가 완료될 때까지는 다양한 RPC 호출에서 불완전한 결과를 얻을 수 있습니다.
이더리움 전체 노드: 동기화하는 데 약 10시간이 소요됩니다. 동기화 상태를 확인하려면 eth_syncing을 호출합니다.
이더리움 보관처리 노드: 동기화하는 데 12시간 정도 걸립니다. 동기화 상태를 확인하려면 측정항목 엔드포인트에 쿼리합니다.
Polygon 전체 노드: 동기화하는 데 최대 6시간이 소요됩니다.
Heimdall이 동기화되는 처음 1시간 동안은 API 요청에서 503 오류가 발생합니다. 그런 다음 Bor가 동기화되기까지 약 5시간이 더 걸립니다. 동기화 상태를 확인하려면 eth_syncing을 호출합니다.
Solana 비투표 RPC 노드: 동기화하는 데 약 1시간이 소요됩니다.
동기화하는 동안 API 요청에서 503 오류가 발생합니다.
DELETING
이 상태에서는 노드가 삭제되는 중이므로 노드를 사용할 수 없습니다. 최대 30분이 걸릴 수 있습니다.
오류
이 상태는 예기치 않은 오류가 발생했음을 나타냅니다. 노드를 삭제하고 다시 시도하세요. 문제가 계속되면 지원팀에 문의하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[[["\u003cp\u003eThis page explains how to view details about a Blockchain Node Engine node using either the Google Cloud console or an API call.\u003c/p\u003e\n"],["\u003cp\u003eIn the console, node details can be accessed by navigating to the Blockchain Node Engine page and selecting a specific node from the list.\u003c/p\u003e\n"],["\u003cp\u003eThe Node details page displays information such as node name, status, block height, blockchain, endpoints, API keys, location, and metrics.\u003c/p\u003e\n"],["\u003cp\u003eUsing an API, you can retrieve node details by sending a \u003ccode\u003eListBlockchainNodes\u003c/code\u003e request with the project ID, location, and node name.\u003c/p\u003e\n"],["\u003cp\u003eNode states range from \u003ccode\u003eCREATING\u003c/code\u003e, \u003ccode\u003eRUNNING\u003c/code\u003e, \u003ccode\u003eDELETING\u003c/code\u003e, and \u003ccode\u003eERROR\u003c/code\u003e, which reflect the node's lifecycle stages, with each having specific durations and implications on node accessibility and functionality.\u003c/p\u003e\n"]]],[],null,["# View blockchain node details\n\nThis page describes how to view details about a Blockchain Node Engine node using the\n[console](#using-the-console) or an [API](#using-an-api) call.\n\nUsing the console\n-----------------\n\nTo view details about a node in the UI:\n\n1. In the Google Cloud console, go to the **Blockchain Node Engine** page.\n\n\n [Go to Blockchain Node Engine](https://console.cloud.google.com/blockchain-node-engine)\n2. The [**Nodes**](/blockchain-node-engine/docs/node-list) list page is displayed by default.\n3. Click a node name. The **Node details** page is displayed.\n\n### View node details\n\nThe **Node details** page displays detailed information about the\nselected node.\n\nYou can do the following on this page:\n\n- Open the **APIs \\& Services Credentials** page.\n- content_copy **Copy** an item to the clipboard.\n- open_in_new **Open** the **Metrics Explorer** page.\n\n[](/static/blockchain-node-engine/images/node-details.png)\n\nUsing an API\n------------\n\nTo list details related to a blockchain node with\n[ListBlockchainNodes](/blockchain-node-engine/docs/reference/rest/v1/projects.locations.blockchainNodes/list),\nsend the following request: \n\n curl \\\n -H \"Authorization: Bearer $(gcloud auth print-access-token)\" \\\n -H \"Content-Type: application/json\" \\\n https://blockchainnodeengine.googleapis.com/v1/projects/\u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e/\\\n locations/\u003cvar translate=\"no\"\u003eLOCATION\u003c/var\u003e/blockchainNodes/\u003cvar translate=\"no\"\u003eNODE_NAME\u003c/var\u003e\n\nWhere:\n\n- \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e is your Google Cloud project ID. For example, `my-project-id`\n- \u003cvar translate=\"no\"\u003eLOCATION\u003c/var\u003e is the [location](/blockchain-node-engine/docs/terms#location) you selected in [Create a blockchain node](/blockchain-node-engine/docs/create-node). For example, `us-central1`.\n- \u003cvar translate=\"no\"\u003eNODE_NAME\u003c/var\u003e is the name of the node that you created in [Create a blockchain node](/blockchain-node-engine/docs/create-node). For example, `my-node`.\n\nIf the node has been created, you will see a response like the following\nEthereum example: \n\n {\n \"name\": \"projects/my-project-id/locations/us-central1/blockchainNodes/my-node\",\n \"createTime\": \"2023-04-21T19:26:16.293078Z\",\n \"updateTime\": \"2023-04-21T19:57:36.769661Z\",\n \"labels\": {\n \"my-label-key\": \"my-label-value\"\n },\n \"blockchainType\": \"ETHEREUM\",\n \"connectionInfo\": {\n \"ipInfo\": {\n \"rpcIpv4Address\": \"203.0.113.1\"\n },\n \"endpointInfo\": {\n \"jsonRpcApiEndpoint\": \"json-rpc.2g7qvv04aisoq4jhnqqgw8zy0.blockchainnodeengine.com\",\n \"websocketsApiEndpoint\": \"ws.2g7qvv04aisoq4jhnqqgw8zy0.blockchainnodeengine.com\"\n }\n },\n \"ethereumDetails\": {\n \"network\": \"MAINNET\",\n \"nodeType\": \"FULL\",\n \"executionClient\": \"GETH\",\n \"consensusClient\": \"LIGHTHOUSE\",\n \"apiEnableAdmin\": false,\n \"apiEnableDebug\": false,\n \"additionalEndpoints\": {\n \"beaconApiEndpoint\": \"beacon.2g7qvv04aisoq4jhnqqgw8zy0.blockchainnodeengine.com\",\n \"beaconPrometheusMetricsApiEndpoint\": \"bc-mc.2g7qvv04aisoq4jhnqqgw8zy0.blockchainnodeengine.com\"\n }\n },\n \"state\": \"RUNNING\"\n }\n\nIf you send this command immediately after sending the command to\ncreate the node, the value of `state` will be `CREATING`. You can use the\nURL to set up your infrastructure; however, the node is not usable until\nthe state changes to `RUNNING`.\n\nMake a note of the endpoint URL from the response so you can use it in\n[Using blockchain nodes](/blockchain-node-engine/docs/using-nodes).\n\nNode states\n-----------\n\nNode instances will have various states based on the lifecycle of the node."]]