Skip to main content

Archive node

A node that retains the full historical state of a chain, so it can answer queries about balances and contract storage at any past block.

A standard full node prunes old state and can only answer questions about recent blocks. Archive nodes store orders of magnitude more data, which is why archive queries are metered more heavily than ordinary reads.

See also