Memory Pool Memory Pool Refreshing

102,170 transactions
35.68 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,473 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 3,540 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,472 (544,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
301,913 301,913 00000000000000001a2ad14c6138369147f8ca52a94c03bb788eaf0f4278acfe 0.74 MB 1,238 24
301,912 301,912 00000000000000001fa6d9df4105b58db54754cdd65180bc72d3bcb7fab1c8b3 0.05 MB 128 99
301,911 301,911 00000000000000000844a8f3d18bc55f08d591fabc4e8d3ac0105e4974538cf2 0.09 MB 178 32
301,910 301,910 0000000000000000457ec09e846c47ef1c0fd0ee27c7556de92a46270e886f26 0.04 MB 79 10
301,909 301,909 00000000000000000c730f26d621203bd07a8396938c079cfe4a552af8fa3f25 0.36 MB 538 28
301,908 301,908 0000000000000000714f220186f749bcdfd4404802b787c33a7ab407826a6e6b 0.22 MB 345 33
301,907 301,907 00000000000000003fa41b5510d3fe2e8d3fbd6ac640381902720143d2d31008 0.05 MB 88 26
301,906 301,906 000000000000000002a03c419096c7fbb16250e9912cf8ca70b5079cbd1f532c 0.16 MB 249 23
301,905 301,905 00000000000000003ceeaa0a458432c451c01eca889f2bdd31b6e4b3ae517ebd 0.07 MB 31 7
301,904 301,904 0000000000000000460c92be55088947329891dcfe6a42a20c0657569b870ac6 0.27 MB 417 26
301,903 301,903 0000000000000000517025b0839dbe490ed0d1632013c60afa5c251eae13fa6c 0.33 MB 570 44
301,902 301,902 0000000000000000649cee3190f5a202236e27de7d0c4070435f542bc77bde78 0.06 MB 17 3
301,901 301,901 00000000000000006413f3bdbd8dade56601d583c3d1bd60e184616ff5878ed0 0.17 MB 272 32
301,900 301,900 0000000000000000593193aa4baa2d2502a8ee3df81144880ffa2411f131fdf2 0.37 MB 479 29
301,899 301,899 00000000000000000451fc32bbfc86015b94965a30af1616fdb336e9736bd5e6 0.10 MB 77 12
301,898 301,898 00000000000000003e81fc647068d5802899511415d918552b8cb93a7573192b 0.10 MB 36 4
301,897 301,897 00000000000000006a7e3e20df1b97191bdc2ed9a1ff5c98c3cba9f39270c05e 0.26 MB 280 21
301,896 301,896 00000000000000001f23709ec3e2da45b9743caf067c11cc90f9f0c52763fb82 0.50 MB 1,209 36
301,895 301,895 00000000000000004f7ddf70dcfc9142c19166c49990274a90b8656b324d5c2b 0.07 MB 37 7
301,894 301,894 000000000000000031db27665fedea963996ea7d967a9d760a7e5d8ceea0b908 0.15 MB 340 33
301,893 301,893 00000000000000004c8bbc316ef584b598ed8b423912e2896229c78422343468 0.01 MB 48 32
Previous 10 blocks ↓
Total Size: 655.08 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: 9,425.09 GB sent, 93.69 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.