Memory Pool Memory Pool Refreshing

45,710 transactions
47.90 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,348 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,710 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,347 (516,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
325,884 325,884 00000000000000000ecc747988f798b5d50a7769ac15516c4c7c62f4eae46f80 0.07 MB 116 22
325,883 325,883 00000000000000001a202584d733b28fe539a8f40029eed88d7747e49836b604 0.27 MB 412 23
325,882 325,882 0000000000000000015240452f32cbe0bd0bc468e634150e3d097d480a6c04e2 0.40 MB 616 23
325,881 325,881 00000000000000001d6b3fc8e469909d80d119230ba015a93d03cf09c9c3955b 0.57 MB 873 30
325,880 325,880 00000000000000000291d743a36db5671d50c68a5d0b20e78aada7f90d199bbf 0.18 MB 512 39
325,879 325,879 000000000000000002e4f49a0d5670cbd5235a70d41b12d9f53aee2c78e10b27 0.11 MB 124 14
325,878 325,878 00000000000000000701809e8e117a784c8e6b9be50432384cdba2fecd17cbf5 0.27 MB 320 21
325,877 325,877 000000000000000018e510af5f0921b7af4c4ef10446cbaef13d7e84b75a2acf 0.09 MB 135 24
325,876 325,876 00000000000000000caece2fbf0550357a4477fb77532ef04d2f63a9e1fdccce 0.04 MB 77 21
325,875 325,875 000000000000000007498bce2139bb1b3c14f77e5b73b1feda8d248245e4c98d 0.36 MB 472 18
325,874 325,874 0000000000000000022378e60cf63ee2616902238fcbd3ca6f56f95e33f8a21c 0.99 MB 1,443 21
325,873 325,873 00000000000000000af575161657a85c50466b9b57c7f1835ea0a15f3fdb1007 0.06 MB 128 60
325,872 325,872 000000000000000009e11bf0367459e9fac11aa4902bdf01326c3e5c5c698b64 0.12 MB 161 22
325,871 325,871 00000000000000001c55faedf435b47955f37e0c54c020071613668e9260293c 0.28 MB 502 25
325,870 325,870 000000000000000007e75320ee13e22f0818b9901dc76a403f7e540eb375759d 0.10 MB 54 2
325,869 325,869 00000000000000001b3b5e68b2b9d8e6c1c1392e81ca0e0a140da5f1f4af0e18 0.15 MB 249 24
325,868 325,868 000000000000000006caa2e651694ef0c17a7bf2128336f208e3623b62d7422f 0.04 MB 73 28
325,867 325,867 00000000000000001736f807a503e5eabd997f1215824d55879315744b98d8f0 0.12 MB 267 29
325,866 325,866 00000000000000001855bb3ab20f042b5a6dab97f16fb23eba31aebb006e68c6 0.37 MB 696 30
325,865 325,865 00000000000000000f834b503e1e8c2f730a7daf7f32bdf23cc92952210bc58c 0.03 MB 70 39
325,864 325,864 00000000000000000905cfe9fcf934c9c43ce4a89f660b6881bb57cefde00a07 0.50 MB 730 24
Previous 10 blocks ↓
Total Size: 647.37 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,480.84 GB sent, 45.25 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.