Memory Pool Memory Pool Refreshing

101,825 transactions
33.23 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,742 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 6,217 45
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,741 (523,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
323,706 323,706 00000000000000001c608f96aa3400d30022acb7db77fa7d6b96ab637d850f8a 0.45 MB 550 27
323,705 323,705 00000000000000001d3e7b7e4db2dfc335dffd9825e1c9ae37950805da60e056 0.80 MB 1,010 23
323,704 323,704 000000000000000002f5445249697d046720a54297b65f0814c27043aab828f7 0.12 MB 258 40
323,703 323,703 0000000000000000122b2c914feb4542a68eae10794524b4c89ff40aec66a824 0.04 MB 99 30
323,702 323,702 00000000000000001f1ac470b3791411a43e624c801a1fecba831383672b480c 0.14 MB 227 14
323,701 323,701 000000000000000008958bccf3b5be90436d55b8f41c1b38fdb7dffcce311de7 0.21 MB 226 18
323,700 323,700 000000000000000009af97c7a738e52192548a9c0f17908bc95f6e6722a46c28 0.75 MB 1,081 22
323,699 323,699 00000000000000000db0dac4825ff08ad834e27060eb4c5bdccf11f65a2a9256 0.10 MB 256 37
323,698 323,698 0000000000000000053c53c8bd5bac29621c5fb8dc8c03807c7cce616fb9639f 0.26 MB 547 31
323,697 323,697 00000000000000001f4ae9cbb11ee9dd1726e6669e45afc047028998991dadd4 0.60 MB 1,033 29
323,696 323,696 000000000000000004f832752513b0724ca53f996e23fb36b42264109e6c71bd 0.49 MB 804 26
323,695 323,695 00000000000000001e6e8c164a58746b3f6589a955aece19eaf4242ff7c7706c 0.35 MB 432 17
323,694 323,694 00000000000000001dd975a2e15845d817fa98b1f0d2dbfb6c5ef7e86f7400a7 0.75 MB 2,007 42
323,693 323,693 00000000000000001223ca1df7d919615d518d90dd1372e57b49a0b403c1121a 0.08 MB 137 18
323,692 323,692 000000000000000013341faad7e6b89b11e3434e2a2c05a3a5f727650377bf8d 0.10 MB 206 20
323,691 323,691 00000000000000001806706ea64cf31303f6e276e03c11c30f1ac616b6a723c2 0.35 MB 580 30
323,690 323,690 00000000000000001d5719c4469748188a77aee13cdfe11b99dc1733d3a5881e 0.29 MB 289 15
323,689 323,689 00000000000000000137f3e4112dded512f9164edcc792549b1c8be6b6a01322 0.50 MB 1,575 42
323,688 323,688 000000000000000009e29da4591137a6fdbdf849b90ab8d2b71d7016e224da2d 0.55 MB 839 22
323,687 323,687 00000000000000000616f04781f3a1456bb88305b8c4bb53bbaa72855493b749 0.62 MB 1,139 28
323,686 323,686 0000000000000000125d044383ee10bcca202d470285b03a0fe1a29b1b8c828a 0.27 MB 469 27
Previous 10 blocks ↓
Total Size: 655.57 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,495.35 GB sent, 97.49 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.