Memory Pool Memory Pool Refreshing

36,974 transactions
46.32 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,937 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,092 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,936 (273,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
568,522 568,522 000000000000000000139d071444bc4e131b78dc6ac69786b4d487561b256c6f 0.66 MB 1,183 11
568,521 568,521 00000000000000000000a452f74956d731e32ee32adeb0fa42d9b2d30d4a0ec4 0.72 MB 1,816 17
568,520 568,520 00000000000000000013d5beeb40da6637159a6281b4c455f0640456aa9062aa 1.04 MB 1,734 16
568,519 568,519 0000000000000000002702753071dfdf0a6d69def332e58d7060a7550ac63f05 0.37 MB 974 19
568,518 568,518 00000000000000000025e5bd77a1a5a4834d2cdb7070c6aacdc4e1268037413b 0.23 MB 606 16
568,517 568,517 00000000000000000001765160d7d1bc365f7ee2641dafd62f68938faaf7979e 0.01 MB 46 35
568,516 568,516 0000000000000000001797972307732481e072538763afbd5c765f91a4279729 0.28 MB 715 19
568,515 568,515 000000000000000000043b183342f2fea607a72fde12d39c3cd4957244d2d139 0.33 MB 780 15
568,514 568,514 00000000000000000019a660889c8cc50d96168dd9b5dabcd13086b999f5578b 0.49 MB 1,134 16
568,513 568,513 0000000000000000001181ecf97bf423c3454bea14aae8bdc0c2304d04485bf8 0.50 MB 1,147 16
568,512 568,512 0000000000000000001debd424683ee6c16b05a441309f96925dad309af03e80 0.03 MB 94 14
568,511 568,511 0000000000000000001ccf7aa37a7f07e4d709eef9c6c4abd0b808686b14c314 0.25 MB 554 14
568,510 568,510 00000000000000000006ff7fe98d6da7cc7af77afe27a1d83ae17d4a4af3e254 0.24 MB 631 16
568,509 568,509 00000000000000000022adb77531e5375e88e6767e46e07ef0e2508851b7b26d 0.18 MB 470 12
568,508 568,508 0000000000000000002bdf4b0c5b9b78bcdda885872785e77c9a7d45cc0d0fa8 1.05 MB 1,757 11
568,507 568,507 0000000000000000002b1834821466d8e1545fc1197bdb23656023638aaab2c8 0.58 MB 1,287 14
568,506 568,506 0000000000000000002cc0e9cf225d551f8dd102d8f92d3bda7bc278565fbabc 0.40 MB 890 11
568,505 568,505 0000000000000000000984369939ed85906d351cea223440d5adbc64f326af31 0.64 MB 1,545 17
568,504 568,504 0000000000000000000d96ec0b9fd78e4ee2e03f414d5e40c704bce15d083979 0.28 MB 670 11
568,503 568,503 00000000000000000014375d13aa6e14d4226865442a6ee9dc8034de0ac5c9ce 1.27 MB 3,161 18
568,502 568,502 0000000000000000000973788d37e2e7386a25d72e03f793b09710d829023d8c 0.43 MB 779 15
Previous 10 blocks ↓
Total Size: 646.65 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,380.75 GB sent, 39.07 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.