Memory Pool Memory Pool Refreshing

71,502 transactions
32.60 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,416 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,315 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,415 (652,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
192,645 192,645 00000000000006d6198fc9e8cc5ee45e1c9a5a1829fd13cd11f1e868a05ea850 0.01 MB 9 40
192,644 192,644 000000000000074ccc55b1e6542ac93c640b59ae2e06d38030f583d6974c7125 0.02 MB 29 11
192,643 192,643 00000000000000217faf22b388b1ef99593456b6875e2501ff70d7f1e4ded9bc 0.22 MB 635 148
192,642 192,642 0000000000000259e9b898da2ba5acad9ac3bde5e1d540875427ca76f7c15cb7 0.07 MB 153 149
192,641 192,641 0000000000000283d441a15b07ef42bdedbf0320c61772e1df74c3357d0139af 0.10 MB 256 178
192,640 192,640 00000000000005a23fc834f0a01fc33a8167829723ee4eff1423f8855aa39007 0.04 MB 83 141
192,639 192,639 000000000000024b6de54fe87b90fd8438c816eaff18269df1d666f74537bdef 0.03 MB 85 127
192,638 192,638 00000000000003767602721bda9a59c1101cf6d8248204e2def0fb63fcde8904 0.08 MB 138 89
192,637 192,637 00000000000002159a702839e214d907a0bacaaa77f12f9d64ddedd5d5866e85 0.21 MB 660 163
192,636 192,636 0000000000000096d1fe307ce30e9d6d18f29ffc3a565ac05d8e41737bd53424 0.03 MB 70 101
192,635 192,635 0000000000000689abf9de52895ee51820697ecee26d31303b60c72cf665005f 0.26 MB 730 208
192,634 192,634 000000000000021aa057d9cfb4ade6625b9db0ba0d386ba1bca64a04d2bcc730 0.06 MB 150 90
192,633 192,633 0000000000000392ddd5f0297eb1ef387be12082e84112a48a33ca229e186c41 0.05 MB 144 43
192,632 192,632 00000000000005e2cd704d4c0a2a0be4da8d05e8d3633a0a8153697fdcc46eb0 0.00 MB 9 2,255
192,631 192,631 000000000000075509f1d397c952150dbac59e7867944ad890b4b50ae358e38a 0.00 MB 17 21
192,630 192,630 0000000000000625351bcd333f056be240b2d6f19728b9b72761cdc9cb22102f 0.01 MB 32 140
192,629 192,629 00000000000005dcc45ccb6b5f5f285a5159185911c467e4b4abec788fe9c56a 0.02 MB 41 128
192,628 192,628 00000000000005f24656c606905f883a09d9d9c31e0896c62a085e423d2bd961 0.07 MB 195 147
192,627 192,627 00000000000002f83dfff46ad602d31641fbfd6c6035a0fcf077035b18e7dd4c 0.49 MB 1,589 49
192,626 192,626 00000000000003682b49f8556a2565bc732cc597ebb2c489c2d8500a77b24805 0.24 MB 267 108
192,625 192,625 0000000000000763c6444a23f32e649d63b3c7bf90c68966e42195240c857471 0.05 MB 129 248
Previous 10 blocks ↓
Total Size: 653.18 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,301.90 GB sent, 79.82 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.