Memory Pool Memory Pool Refreshing

42,749 transactions
46.75 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,341 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,454 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,340 (571,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
270,625 270,625 0000000000000003af9354ce01ab38ac7ef827d5e58567d42e1fde3a88de8576 0.07 MB 181 154
270,624 270,624 0000000000000005aac3564c1e9d5fa79c8eb594bb75ce80ef91ca6286e80f98 0.06 MB 166 34
270,623 270,623 0000000000000003d55ea07e0357090249c0221acff0877ce70fd4cdaf01c30a 0.03 MB 60 54
270,622 270,622 0000000000000001eaa92f22a1d4cdf46ed1b077d9b34e53a4e2f9282cc5ac7f 0.15 MB 180 36
270,621 270,621 0000000000000006b2af823516821a6fbde55fc5741a86f238fab28a4c0564bb 0.07 MB 69 21
270,620 270,620 00000000000000020a212cdb028cebfc19d95c77f4b1cc8fb5a965e8fadcd531 0.00 MB 1 0
270,619 270,619 000000000000000051c7cc8f85094731d28e5c99d923f89bb74404026261c93f 0.25 MB 623 81
270,618 270,618 0000000000000006bcb969e851aada4093ea020bacd70975495e2b12ee1ec2b2 0.04 MB 72 76
270,617 270,617 0000000000000002a7aa9009823957b8081530fab5232f857e31dcce41ebc749 0.14 MB 294 103
270,616 270,616 0000000000000003887279c0e89b994af3733911a774b6750064158ba5b40f41 0.14 MB 348 66
270,615 270,615 00000000000000027ea61020b8895b0f7311e987a8a0af3e8f4eeb6b197add61 0.21 MB 290 41
270,614 270,614 0000000000000003746a8e9a923907066e62a17bb5bbba9732c0e1e11d70e0b6 0.25 MB 392 30
270,613 270,613 00000000000000051d2ef5a2e8b9715b8034d26ddfb7f8400068e9b93c27065d 0.25 MB 556 60
270,612 270,612 0000000000000006af70bf4bad143a7c76938f081ac2249ddcb8fe18ad636358 0.25 MB 716 155
270,611 270,611 00000000000000013de083a7cc4fd926a965281ce19e83aa407848c9dfed4c30 0.16 MB 450 74
270,610 270,610 0000000000000002e1ce99bab8a494cda6000dce4b89fc8f8e6515a23d166818 0.14 MB 332 63
270,609 270,609 0000000000000002890e15edd582772649775bbe7618c7fb7c7930d590b307e6 0.11 MB 75 12
270,608 270,608 00000000000000057fbc3b60d47b8bc647505aa62f806c5aeb9c7a8d276f064f 0.25 MB 677 125
270,607 270,607 00000000000000017086c3a4f31d0ea39efff07ee19353ff5034dcb3c3d4f65e 0.22 MB 295 34
270,606 270,606 00000000000000051eee1b856564abd0c5a76e3d0951c57c5dd0361aff018cd1 0.50 MB 991 62
270,605 270,605 00000000000000070bedfe64cbc81ec40a594289f1c122e38528266fc8d39752 0.25 MB 582 84
Previous 10 blocks ↓
Total Size: 647.36 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,479.90 GB sent, 45.12 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.