Memory Pool Memory Pool Refreshing

72,145 transactions
32.33 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,940 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,367 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,939 (367,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
482,657 482,657 0000000000000000004e70fb65fe61b2fd4883f9f48c77e194528a2b79b60e93 1.00 MB 2,410 332
482,656 482,656 000000000000000000bb0082f923cbf6394fd1f9e42c08d956100ef9818e6a1e 1.00 MB 1,739 299
482,655 482,655 000000000000000000a844ea8d8f673425cf7df0b4e42a5031a3e9c24dbe8c6c 1.00 MB 1,672 532
482,654 482,654 0000000000000000001ed47cd93712d468b75a53546db74f1e58b219d402cc7e 1.00 MB 1,976 102
482,653 482,653 00000000000000000059b1da07ef95937e5a2a7ab5a883d750de65d28abba4de 1.00 MB 1,787 299
482,652 482,652 000000000000000000bc348f2c5587f206fa874842b99b327c8db015beb4385b 1.00 MB 1,646 313
482,651 482,651 000000000000000000520140ffcfcdf9b014492e1e70f8c4cd1986b22c1bf9fd 1.00 MB 1,570 90
482,650 482,650 0000000000000000002e0e66f325cad17f592f993366ab773aec31920036cd07 1.00 MB 2,130 161
482,649 482,649 00000000000000000115ebaab49dcf1163174e19ead57adb9414f841d800df9e 1.00 MB 1,997 329
482,648 482,648 0000000000000000003c00867a387d5b0eed233a4f786de40109e8ceaa3613eb 1.00 MB 1,837 353
482,647 482,647 000000000000000000d911c691802643c7cc7b4bb3ade02966534381ae5cb98a 1.00 MB 1,932 275
482,646 482,646 00000000000000000066e1b68e3284a962c11c1e7b41eafdff605ee3c0f2fdd7 1.00 MB 395 10
482,645 482,645 0000000000000000011a574575b3020655810e5e595e3132c4cba3c1904d2303 1.00 MB 1,756 245
482,644 482,644 000000000000000000c04a71b303907a3842d0fd54629ff2aab92f73a4d25731 1.00 MB 1,404 386
482,643 482,643 00000000000000000124660cd51194b305d340de1e5dbcff41f3d0b9f30dac34 1.00 MB 547 7
482,642 482,642 0000000000000000008e3e0e3aabd5d8f08ad2b91dcc2302bfecb90492c13915 0.83 MB 891 57
482,641 482,641 00000000000000000032ddcc418ae6e9ef8e11fd3feecc94c495ee0e08a2bfdb 1.00 MB 1,040 143
482,640 482,640 000000000000000000c83f33656b43aa1c01c0969576bfb176755fc3e3e065e6 1.00 MB 466 43
482,639 482,639 000000000000000000d3f1cfaf17ced6bef0c7caa9ba9d4e0afd44d151a61be7 0.28 MB 570 117
482,638 482,638 000000000000000000c58e550424f93e5d4fd971b60eb2ddaafa2aa5c1439551 1.00 MB 2,159 321
482,637 482,637 000000000000000000c79d0bfb2399aa096131185b949cfc79e4344e281e8cf2 1.00 MB 981 126
Previous 10 blocks ↓
Total Size: 661.39 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 110 incoming
  • Data Transfer: 875.96 GB sent, 6.02 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.