Memory Pool Memory Pool Refreshing

84,119 transactions
37.52 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,940 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 5,993 34
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,939 (550,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
297,691 297,691 0000000000000000187b04e090d9ce7c254d56f81b3547905f3e5700651f5977 0.30 MB 396 34
297,690 297,690 0000000000000000465d1f9cf71aba06c4409fd836e9926cf6dddb168d64e232 0.10 MB 240 44
297,689 297,689 0000000000000000561251bd9bde7771d8528d39f18fa6a3851bf7a0768ebba1 0.02 MB 49 34
297,688 297,688 00000000000000006b0cd40478007eec9fe4956d14158b8e139a8af225020831 0.24 MB 441 40
297,687 297,687 00000000000000009d47f246f9b866483e31730a1a4de11ae1b42c36620ebec2 0.08 MB 148 22
297,686 297,686 000000000000000078c0d37945e2e1d1c93166c0eac345b28828918d6c837b22 0.39 MB 672 32
297,685 297,685 00000000000000003ad933b9c7f5f8c652c1cd84caefa159f6338426e21601b2 0.29 MB 504 28
297,684 297,684 00000000000000003bebf115c877b157cb4b1330785627cd1fab01fd686578f8 0.12 MB 100 14
297,683 297,683 0000000000000000135c94dc3e27eede5a04a0272c16f83ededc59214fe97602 0.14 MB 249 30
297,682 297,682 00000000000000003cdc13b55e912026ce057278cbd1c3bf0670296000e273d4 0.13 MB 244 40
297,681 297,681 000000000000000037e9663f4a9a07be5c6a1efaae91d17cf5a3fc81ec522d53 0.26 MB 447 31
297,680 297,680 000000000000000099fc45b19c69119f95d56854756c9e77a87dca7e21bd88e9 0.00 MB 1 0
297,679 297,679 00000000000000008f021c28bb36c3dc9518ce5f2a3de7d65a2114679e6b16dd 0.05 MB 85 26
297,678 297,678 00000000000000006222dd6cae980e38caeaf61f0d013583d54451a0e1c3156e 0.03 MB 72 78
297,677 297,677 00000000000000003c689083c087d3060accec5cef465275536157b5aaf55e4e 0.54 MB 765 29
297,676 297,676 0000000000000000231ff812c54986461c6f76414390f88e41476a2c2c877304 0.20 MB 385 77
297,675 297,675 000000000000000002f7fac67d6f175308bf06cb1be340cbacdfb6bf604e5dd7 0.61 MB 927 27
297,674 297,674 0000000000000000852baa93672889c1cc0ebe0b886b153410529d6bf404b835 0.25 MB 512 37
297,673 297,673 00000000000000006b7ca7bd35de837fa97af93aaa0c0d76378b9b546b0df3f9 0.16 MB 126 11
297,672 297,672 00000000000000006407c80d5d4506a4253b4b426e0c7702963f8bf91e7971aa 0.72 MB 1,246 30
297,671 297,671 00000000000000004177fd33481ab34e67b852a58d6acb5349f4e58c45be5103 0.11 MB 58 8
Previous 10 blocks ↓
Total Size: 657.67 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 31 incoming
  • Data Transfer: 126.99 GB sent, 0.59 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.