Memory Pool Memory Pool Refreshing

34,382 transactions
37.22 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,492 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,119 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,491 (516,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
325,891 325,891 00000000000000001dbda1c9ead79e2f917ce8bba3563e5307c75bf279a2ccfc 0.00 MB 1 0
325,890 325,890 000000000000000010633b953c654228794feed0e29ca4e0188ae06a3fc9b4ff 0.29 MB 312 21
325,889 325,889 000000000000000008e27f0213f5cb06e489d870a1c8182d0bc4c4636449e1b4 0.75 MB 1,575 32
325,888 325,888 0000000000000000162ab016e88b073f8a69719fd9573cd6f43467fdb83caeee 0.48 MB 762 24
325,887 325,887 000000000000000015e825426d320df94174acd949d74b1f9a31620ab8ffeb91 0.00 MB 1 0
325,886 325,886 00000000000000001aa12e9b6c32f037573d339c96ffb42be84256e1f33b4261 0.04 MB 112 34
325,885 325,885 000000000000000012b97cfb186252c1dcecb8ea4dfb96ec05cbb733712b532f 0.41 MB 576 25
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
Previous 10 blocks ↓
Total Size: 647.66 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,527.14 GB sent, 46.99 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.