Memory Pool Memory Pool Refreshing

82,555 transactions
37.41 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,656 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,930 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,655 (403,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
446,459 446,459 00000000000000000074618fd538c637e991df9cded992489bedc46aaffb0be4 1.00 MB 2,523 82
446,458 446,458 00000000000000000364a1e7d0895329df17b47e926e72dcd970e2497590410a 0.31 MB 780 79
446,457 446,457 000000000000000000521f351a26c79a96ad2ca57a4d5991970c7995ca0261cb 1.00 MB 1,784 45
446,456 446,456 000000000000000001f4802d0e1dfdf915c93e59805815e6939248774cd80b03 1.00 MB 2,540 89
446,455 446,455 0000000000000000009a37d1b2070661ba44ea8fbcb9660fd9f6a2817ff29b29 0.85 MB 955 38
446,454 446,454 000000000000000000c3153c5789b6ad9cadd26eae5ddfe783d2bde8c205c068 0.84 MB 1,833 68
446,453 446,453 0000000000000000035c5bb99e36572f8d54c423016ad98938f388ed1a50f7bf 0.99 MB 2,065 80
446,452 446,452 000000000000000002b82a87ed8676dc81a9379f02090e41bb1497229e677336 1.00 MB 1,569 65
446,451 446,451 000000000000000000356a0e59af85aea03de52876ac2dc6a115fd1fbb829bb3 1.00 MB 2,156 81
446,450 446,450 000000000000000001700c3b09db39d16cdaad48ba157cf86e90cd47970a2fb2 1.00 MB 2,030 75
446,449 446,449 0000000000000000001b41f03bd23c4b2d79cd9d872d3db34e54494576611f44 1.00 MB 1,071 25
446,448 446,448 0000000000000000009205c59d9a029174f1205593b3a362da3c509f48cbf62c 1.00 MB 1,783 38
446,447 446,447 0000000000000000027ba109bd97a25c680b912a00760c9ed024fd3b175aa23b 1.00 MB 2,009 66
446,446 446,446 0000000000000000000e3fa30fd6b444bbf6c0588be310dafe09aeb230794199 1.00 MB 1,616 96
446,445 446,445 0000000000000000010b76e6af102dc863719a11a59c077926428cb5845b1063 1.00 MB 2,220 65
446,444 446,444 0000000000000000031df6476ed8a350519ecbc830e39b3ceebc40a4026e2bc1 1.00 MB 2,585 102
446,443 446,443 00000000000000000074352c90ef5558fef13706ec7e244005d2486690c5a001 1.00 MB 2,257 74
446,442 446,442 0000000000000000012d5b160201ae3d10fb75af3ce1e02b10256c0debd7e993 1.00 MB 2,106 88
446,441 446,441 00000000000000000352c40c9e39a8b4a9dfc2fd2f4757323c0b637d35cf2f81 1.00 MB 2,597 80
446,440 446,440 000000000000000002e7b8b4763bb80d2f24435f620b4eb0d9115163e827d15c 1.00 MB 2,350 84
446,439 446,439 000000000000000002aacaa6b9c42bb68b579819fcd4d6c6375876eeb4f75b6c 1.00 MB 2,488 89
Previous 10 blocks ↓
Total Size: 660.86 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 587.49 GB sent, 3.45 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.