Memory Pool Memory Pool Refreshing

60,380 transactions
29.60 vMB
Show Random Selection Loading Transactions
Max Size: 150/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,485 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 4,958 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,484 (498,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,572 345,572 00000000000000000ebc98d233e4945a240044cc666fdd1e78d4f6edfdc93efb 0.75 MB 1,196 23
345,571 345,571 00000000000000000754fa6ed7094ba12ac1b979e1ca6968db5b2a04269241e9 0.43 MB 591 24
345,570 345,570 000000000000000001443b5bef9101b30b1d903658113c66096801196cef6e50 0.75 MB 1,072 20
345,569 345,569 000000000000000013356b67fe1dfe8955dd39aadf4d546a5d6c433017b5b57d 0.20 MB 216 19
345,568 345,568 000000000000000006c54155e16e95c1b9da6f88c7192470e6c2e77e87f5d563 0.34 MB 596 23
345,567 345,567 00000000000000000875efe0903a717e0b487df5d6aacceec390e341e101db94 0.75 MB 819 17
345,566 345,566 00000000000000000a95c208725473276199ad41f6dcbef726989e2ba27e2b1f 0.75 MB 1,103 22
345,565 345,565 00000000000000000704994dd591c09f8f2f54de615e44b558f345865ee69ee6 1.00 MB 1,229 22
345,564 345,564 00000000000000000b0f93241c791740ba2917e270a4abf4d567976e04f787f6 0.25 MB 757 37
345,563 345,563 00000000000000001196ea66f13c9b1603b36e57eb3260e6d06231b732be5f29 0.90 MB 1,874 27
345,562 345,562 000000000000000013f443a40adf81e6a54c58778bc07f4233060b2c50608941 0.75 MB 658 15
345,561 345,561 000000000000000006fcbd156db0b55946b3d11c0f485e4d8f625ed2918d8d8e 0.75 MB 1,845 36
345,560 345,560 00000000000000000d43bcb0a8e013f930e6f581f8bff647dabeaac2468d050b 0.13 MB 208 17
345,559 345,559 0000000000000000115f7ddc3b9d2b2660a9800c1d244d4c78a98b8c18fbdc36 0.29 MB 561 31
345,558 345,558 000000000000000013cd34c40055bec5384080036acc85872bf29aece7749230 0.06 MB 45 12
345,557 345,557 0000000000000000055f4f096201cfa7e20585cccfb98f2755ef6cd6c5ee527f 0.21 MB 359 22
345,556 345,556 000000000000000001705c9bc21f36d65e897647902c912ad2ffcab0b0031908 0.15 MB 207 18
345,555 345,555 000000000000000000a13e877286ec45abb350ba22965cd55b9cdf4785a2af1b 0.47 MB 877 27
345,554 345,554 000000000000000003ef1013a2c12fe1754431230554405c94cda8f4dab1d35c 0.71 MB 945 7
345,553 345,553 00000000000000000dbe3a877bf83922ac2be1797949909a53e66f174210fd83 0.36 MB 301 11
345,552 345,552 000000000000000015d0895b9b8c288868624ea348949d30ecda497e43bd5c5a 0.75 MB 747 17
Previous 10 blocks ↓
Total Size: 651.43 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,130.07 GB sent, 68.51 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.