eth_newBlockFilter

Creates a filter in the node to notify when a new block arrives. To check if the state has changed, call eth_getFilterChanges. ⚡ Compute Units: [20 CU](https://docs.conduit.xyz/rpc-nodes/information/compute-units)

Response

Opaque filter ID returned by the server. Pass this back to eth_getFilterChanges or eth_uninstallFilter. Not a numeric quantity — treat as an opaque hex string.