Memory Pool Memory Pool Refreshing

50,806 transactions
46.78 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,802 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,873 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,801 (227,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,843 613,843 0000000000000000001011ed21e9a0fb78c0647da3779e9d68f3b50ea8a0e3ce 0.38 MB 780 14
613,842 613,842 00000000000000000002a1b472ab490934653d3a0915c7bb7d0f059461bdb351 0.54 MB 1,283 14
613,841 613,841 0000000000000000000e357534085dd80ae40005f9824f509c0e988fa401d1db 0.57 MB 1,425 14
613,840 613,840 00000000000000000010ae8b8521d715ae4c9e440a3115bc1ae560360fbe7025 1.41 MB 2,589 14
613,839 613,839 000000000000000000089d3e6fbba410ba3f9dedd7d84179b28b77456542db41 0.59 MB 1,141 14
613,838 613,838 00000000000000000012b72ccaaff42f4ec653bf4f547ff0dd8006ed023e350f 1.22 MB 2,542 11
613,837 613,837 00000000000000000006807fba09c28d7506d36a8cec3385108a2fad6e6d4fa1 0.65 MB 1,535 6
613,836 613,836 00000000000000000000fd0cf37950ca43e2c5ffe7201159932879cfb57f8d8c 1.30 MB 2,782 15
613,835 613,835 000000000000000000035a128c0703ed345f2b5b714044582717f36aa9b6a51d 0.93 MB 1,877 13
613,834 613,834 000000000000000000116bce2d2151f7b120a864cb1e4100cdd005739b8b16a9 0.13 MB 315 10
613,833 613,833 00000000000000000007446cbb300cee8052e5bb1aad21abc6447fe28450f8b9 1.26 MB 2,631 8
613,832 613,832 0000000000000000000fbfda03c054fe946dc56b747ac293e2636d6658cf5b67 1.29 MB 2,682 19
613,831 613,831 000000000000000000041f0d06bf0f45108192b28e2327d45abdebb600621ebc 1.26 MB 2,733 2
613,830 613,830 0000000000000000000bd35ab6169950fe3d0670ebcc41e67331128b1444d3de 1.27 MB 2,893 20
613,829 613,829 00000000000000000005d466e094de60ac6feaefc2c1757d5b5120c7362656b6 1.26 MB 2,537 15
613,828 613,828 00000000000000000005ed76224bd9e039c412f31dd5bc2c5ecb79bf202f0715 1.25 MB 2,896 14
613,827 613,827 0000000000000000000d6f59f756416a98c9b41e36f73826e5fbaa2e3d2ef3b8 1.30 MB 2,657 15
613,826 613,826 0000000000000000000bd4a701bf718eb977601a3c6a0e56f014ddf09be101c0 1.23 MB 2,643 11
613,825 613,825 0000000000000000000af72dbdf7513a4fc87b605ce6a9273ade2ba912521a21 0.30 MB 784 13
613,824 613,824 0000000000000000000c13d9f8ee51d12e9eeefc35710f609b8d9462bb3eb0d3 0.02 MB 48 14
613,823 613,823 0000000000000000000f04c02f68af04717c39512dedd7aaa223bdf0668c69db 0.11 MB 293 19
Previous 10 blocks ↓
Total Size: 646.39 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,344.64 GB sent, 37.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.