Memory Pool Memory Pool Refreshing

68,153 transactions
35.45 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,227 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,638 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,226 (521,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
323,599 323,599 000000000000000003f27b085009952c01c347d10fd2471128111b5768648d86 0.11 MB 302 32
323,598 323,598 00000000000000000ede7e63b57e36d81bbdf1ef8ab6005266392c99b6677a37 0.18 MB 370 32
323,597 323,597 0000000000000000049458c384c26d657accec704b5a328a1e0575233790a91b 0.02 MB 32 16
323,596 323,596 000000000000000010ba43e87aec64de98fc7a0eea19bfbfdb47e15ada2de7f7 0.11 MB 245 52
323,595 323,595 00000000000000000320860c4cb190a1ed0ba09d92683a88ba79e7f9dfd8e5ce 0.27 MB 556 34
323,594 323,594 00000000000000000c412d1f758dd9cba08bebf06c7d15f0f3b65e5463dec7d8 0.04 MB 86 29
323,593 323,593 000000000000000000fc91df03bb1a073d965fbd10bae4f135c23d3132ae5f09 0.14 MB 270 32
323,592 323,592 00000000000000001d0f4fcfdcc09d5d9ed69dece2661c7ba5c8611f73256e37 0.07 MB 153 33
323,591 323,591 00000000000000001f3e823e8a5f0bf12a5f3e732236076c21f4611f9348d0e2 0.04 MB 49 21
323,590 323,590 000000000000000000c32f60119aad35e61242eee57987f08f7543e90c613c6b 0.08 MB 198 30
323,589 323,589 00000000000000000c36d7e97101d07aaeff9193beb5e75c89fa8c4637d4342b 0.25 MB 380 30
323,588 323,588 0000000000000000014e0618a784962a16be99205e4736024b822bc54abd4390 0.06 MB 85 38
323,587 323,587 00000000000000001bb56412a489896616b7a12a169de20859d4783195c57e74 0.06 MB 50 18
323,586 323,586 00000000000000000353b600c25ee661b23b9cd3f8435cc58f352b78a8aa8d4a 0.05 MB 102 34
323,585 323,585 0000000000000000020840156654719e83803c280ffe545a34115881088c9895 0.16 MB 302 28
323,584 323,584 000000000000000019e6582ee4208458881de53e4e74f2a595ef32bc7b77b78d 0.09 MB 214 35
323,583 323,583 000000000000000011f2e1c680c5772b8c07f8b0a5914e827477ce6d80278078 0.15 MB 293 31
323,582 323,582 00000000000000001c3ab05707a7d67878c36cedc623b5e42dd512cefc183ceb 0.11 MB 227 31
323,581 323,581 00000000000000001950eb9c35644eedc5f2c55135128be6ea6513681ec55ebf 0.04 MB 86 30
323,580 323,580 00000000000000001618ac64d9f34c7b93464dcea1df7e47266065989879bfac 0.09 MB 179 31
323,579 323,579 00000000000000000c3c84e0bb7bbdb739faca98387a56532a85fdad184d8209 0.32 MB 283 21
Previous 10 blocks ↓
Total Size: 652.82 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,287.55 GB sent, 77.38 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.