Memory Pool Memory Pool Refreshing

51,075 transactions
33.88 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,109 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,427 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,108 (411,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,851 430,851 00000000000000000366b13a352c2b6f648061d508438f6c39ab220e4d6d988f 0.71 MB 1,483 48
430,850 430,850 0000000000000000002aa46a51980ee9302e3a72f67864bb9cbf2f7b266ac988 1.00 MB 2,617 82
430,849 430,849 0000000000000000001f296b37c0d2b2baa06ee6c5ccaf902c313cfbfb75566a 0.23 MB 355 31
430,848 430,848 000000000000000003c0eab653c9dd8fc6126a5f966ab6447478c5977b7917cb 1.00 MB 2,446 71
430,847 430,847 000000000000000001976c44e8d5a99988100e510bff80fc9e159929d8b7806d 1.00 MB 1,110 27
430,846 430,846 000000000000000000a29c42a77bb5ad704aee63cdd6b41517d92d18436a85b7 0.00 MB 1 0
430,845 430,845 000000000000000002bda3cbf467251198f8b77946f081886e88c356a5bc8d57 1.00 MB 1,527 49
430,844 430,844 000000000000000004894176e60c3e71c7b8d7fbec1c6e3905b77ce3397964d5 1.00 MB 2,617 55
430,843 430,843 000000000000000002b23e130e93a47f21dda286e45db9899806a09384467e3c 1.00 MB 2,992 93
430,842 430,842 0000000000000000008647f2bb1a5e8defacfbe3e3d6507c1c2115e84930efa6 0.49 MB 777 45
430,841 430,841 000000000000000000b6e997ec206d8baa58d828d2da70645de3f74a31350deb 1.00 MB 2,033 54
430,840 430,840 0000000000000000024c52be2485d96ba66d7de15fee47e07351acce5ae97f9e 1.00 MB 2,898 84
430,839 430,839 000000000000000001fca1270724b82b25413c903f4a47276b8f2ba24914e533 0.77 MB 1,840 60
430,838 430,838 000000000000000002dc2a5b1b45a6fdac373c0bdf8741d319be3a39db4efebf 0.23 MB 544 64
430,837 430,837 00000000000000000161d893b7acb86b27cbdeae87d891584b2f40c9ca9f2146 0.54 MB 1,056 35
430,836 430,836 00000000000000000016b50eb7b7fb8276300be9537b1062ab7af7ea4294731b 1.00 MB 2,894 75
430,835 430,835 00000000000000000002515150c5c21a69b7c81beef6ccd70e117428b57f63b1 0.52 MB 1,024 47
430,834 430,834 0000000000000000026f9a0e88587f86db75ac044f00b4213fd12031783ed53e 1.00 MB 2,455 76
430,833 430,833 000000000000000000c68006769976d88f64fb0661ee28977d6a3915cf7cc780 0.95 MB 2,568 65
430,832 430,832 0000000000000000030d0917169a6a77949b60333be1536f714c482a3723523a 0.20 MB 540 67
430,831 430,831 000000000000000003d287e7eee116a70cbd7a206161d5fe3925c6e2abc8a26e 0.99 MB 319 6
Previous 10 blocks ↓
Total Size: 646.95 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,438.96 GB sent, 41.72 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.