Memory Pool Memory Pool Refreshing

34,358 transactions
37.56 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,398 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,725 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,397 (515,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
326,567 326,567 00000000000000001dd47f94a31667902347e8473737a54ab0c6958f60bbcc99 0.10 MB 195 25
326,566 326,566 0000000000000000114ebb1e50c87552f436f8987345e01848e394758dc26a18 0.22 MB 349 26
326,565 326,565 00000000000000000b292705cd615d7c55814302a8e225c9c9ca59e40d0f29b7 0.03 MB 70 20
326,564 326,564 00000000000000000d520bfc97f83eb29edbc64ff398e9883f15aca040a023a2 0.69 MB 1,205 27
326,563 326,563 00000000000000000188c4cc0b10f5d4012fed7e62a3f3041d6295cdbb801518 0.17 MB 326 26
326,562 326,562 00000000000000000fef433304dbd90d2a95beb21416ea97ec27a00a69c944d2 0.21 MB 285 22
326,561 326,561 00000000000000000e14a0bfe6c6b4ab654e9e51796b19014bcab4f778c81b4c 0.75 MB 1,622 30
326,560 326,560 00000000000000000502e51588ebc53af57ba823d296e777abc728a0107181ce 0.33 MB 419 22
326,559 326,559 000000000000000001db10201f3a478cce703bd4a6fe93850842e86ac6abe4e1 0.16 MB 325 28
326,558 326,558 00000000000000001c31a2505ccae192673497f20a8afe148150a8cbed80751e 0.10 MB 126 19
326,557 326,557 000000000000000000e5ca5e98b0e0af6d5e440138b12d1f496bc649ff6d954e 0.75 MB 1,218 27
326,556 326,556 000000000000000000958d8e55e7e3d01242ffafed61c97ac730947e86aa4737 0.09 MB 58 12
326,555 326,555 00000000000000000c1776de2cbedcd5681e0aa91c342fb1bed9b93b2c8fa7a7 0.27 MB 528 28
326,554 326,554 0000000000000000031862948bb80f56f78c6613688fba6ed886e3c21ccfbca5 0.31 MB 441 24
326,553 326,553 00000000000000000eee82d7eb0a1e9b905f5a0eaaffebf57cecbde57b1fe461 0.23 MB 286 21
326,552 326,552 0000000000000000187c97b8497da6b5d538524b774a4cda02051b23441b6ba9 0.11 MB 256 36
326,551 326,551 0000000000000000119fe3f65fd3038cbe8429ad2cf7c2de1e5e7481b34a01b4 0.42 MB 448 16
326,550 326,550 000000000000000019f85eb8726fa1eedd9447a3246b2c3318972bfc9e1a7fe4 0.04 MB 72 34
326,549 326,549 000000000000000011da7e1e6a5c315bd746c63c5e7f965fd5deea4f0331bbd0 0.98 MB 875 21
326,548 326,548 00000000000000001526d8a9974bd162ebb6c54983174c52b64ae528d6a684db 0.75 MB 1,195 32
326,547 326,547 00000000000000001383e8b8aa6898ba72a9fff7d445e4f72ba74d4fb37f4f15 0.65 MB 385 20
Previous 10 blocks ↓
Total Size: 647.47 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,492.89 GB sent, 45.89 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.