RialoScan
DevnetTestnet
Rialo · Devnet

Transactions

The live tail of the chain, newest first. This is the node's full transaction feed — it is not filtered or paginated, by design of the endpoint rather than by choice.

Total transactions
257,390
In feed
100
latest, newest first
Throughput
9.90
tx/s over 10.0s
Distinct blocks
97
in this window

Live feed

SignatureBlockAge
100 transactions across 97 blocks
Why there is no pagination here
getTransactions accepts signatures, limit and before, but the node currently ignores all three: a real signature, an empty array and a bogus signature all return the same latest 100 transactions. Paging controls would imply history that cannot be fetched, so there are none. Look up a specific signature through search instead — getTransaction works correctly.