Memory Pool Memory Pool Refreshing

32,012 transactions
44.57 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,446 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,108 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,445 (60,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
781,547 781,547 00000000000000000006464da2e8886434e7ef91df9b8ca89e3f083c738ef557 1.50 MB 3,480 45
781,546 781,546 00000000000000000005649effd3f65add9514fcc78f2fd771f4f71705471931 2.92 MB 1,239 11
781,545 781,545 00000000000000000005722a62c9ea35839ac541abaffad46b8a0666639f6c6d 3.17 MB 374 6
781,544 781,544 00000000000000000003d4dadee4abbaa96e50683270fe3c6c5d739b6e678ef9 2.52 MB 950 9
781,543 781,543 00000000000000000001b7c44fe5f1ba6316058bb1589a51db90277b3d5ee7b9 1.55 MB 3,589 27
781,542 781,542 000000000000000000003527e139a278bf1e3b1117401b00c78681fe87fbfef8 2.57 MB 316 7
781,541 781,541 00000000000000000005aa6286581c168321c301d509218a52bf84e1928821b5 2.57 MB 819 6
781,540 781,540 00000000000000000005e069f0f9f2c532a2f3440aee00e9ced293888cff338f 1.57 MB 3,212 28
781,539 781,539 00000000000000000002a01655ff4bc2ae2dc7f2d224c6790de4c42f036794f8 2.25 MB 480 6
781,538 781,538 00000000000000000002886086829b00083d13fae2cb3322fb7c3f435cdbef2e 2.46 MB 1,904 14
781,537 781,537 00000000000000000003010b02d37cd0d653e776a9ebe1a6430862d436a8bc32 2.11 MB 2,162 14
781,536 781,536 00000000000000000005dfbf1c17e63518eb68687d3a8c6df9f851b804d7d449 1.92 MB 1,067 9
781,535 781,535 000000000000000000023121391da9f710dabda466711c07c2abb8db65f70c24 2.02 MB 2,626 17
781,534 781,534 0000000000000000000165cfc3f84298812c6696f906ce53544091fda5a7be04 1.52 MB 2,029 21
781,533 781,533 00000000000000000001f62ea590a7de311d7e48e8a819722c2058a17b27c9e6 1.50 MB 3,511 31
781,532 781,532 000000000000000000060f66f52f585d2677e4e34c6dbf0904dd218cccdb8c7a 1.46 MB 2,282 19
781,531 781,531 000000000000000000052f8c29b3bd83ffbca89135ec7cb43a3c9580e3439222 1.50 MB 3,148 40
781,530 781,530 00000000000000000005d87026df89f7e5a852790dd0c86fb7a7809bfc110734 1.29 MB 2,122 39
781,529 781,529 00000000000000000001883d68c08bf3be49dc50a5e886627d216a9cc1ecdb04 1.51 MB 3,545 37
781,528 781,528 00000000000000000006304ef9017a2e4a3b8cd695820788aab1f09cb16c6503 3.63 MB 336 4
781,527 781,527 00000000000000000005556e952efde7f6e9b2413946eaea227cdfce149c36c5 2.74 MB 1,572 8
Previous 10 blocks ↓
Total Size: 647.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: 8,509.39 GB sent, 46.47 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.