RialoScan
DevnetTestnet
Rialo · Testnet

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
23,182,299
In feed
100
latest, newest first
Throughput
99.0
tx/s over 1.0s
Distinct blocks
3
in this window

Live feed

SignatureBlockAge
100 transactions across 3 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.