Memory Pool Memory Pool Refreshing

42,895 transactions
35.85 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,823 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,181 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,822 (450,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
390,898 390,898 0000000000000000047499e55e34fa3d8ed16ad0dbbec0a9fd34cf6d4d4b6318 0.68 MB 1,180 29
390,897 390,897 0000000000000000033a0699e1a640f35bf65fd249605f2bb6ed438cfd0f0acb 0.28 MB 406 18
390,896 390,896 0000000000000000097080427d6b341147160324ecfdaa4c7758fe21958670af 0.16 MB 242 24
390,895 390,895 000000000000000003c2857dd893176063d4c5332346df197e49a281424287ab 0.25 MB 514 25
390,894 390,894 00000000000000000b01bde3c1b3dec9ed01f315021f044a69ece2e40a4ea460 0.27 MB 607 31
390,893 390,893 0000000000000000056fc2ff67dc98b63a21e2eb9fc8f204b801abd93cd2a4c7 0.57 MB 1,402 36
390,892 390,892 0000000000000000091cdb5a44508a16d2861b4e0d381b6fe8d97e90bad4afc3 0.94 MB 2,286 36
390,891 390,891 000000000000000004146e334e322e6f6bf72a9e141c1f0853d548942c717103 0.34 MB 801 40
390,890 390,890 000000000000000009fa0adf720c4f86c05ac26ad55ab729883ab5471cb03d29 0.23 MB 387 25
390,889 390,889 0000000000000000077fdb5859809010362ee02fd2343f197be7deb46c22af2f 0.38 MB 628 24
390,888 390,888 000000000000000003184fdd0fbf29612ffbe6b5caf98fde9b185c97654a20be 0.05 MB 52 9
390,887 390,887 00000000000000000330c4061cd847998e0bd3b9c443f19040e0569a22ca0592 0.37 MB 867 43
390,886 390,886 00000000000000000ab802e870f3800893aceddc97bb68b180afe07447064d81 1.00 MB 1,372 23
390,885 390,885 00000000000000000aa6ddd67b4b4fbfc2587aa9b4d6920c6553f6e7f63d7869 0.09 MB 90 18
390,884 390,884 00000000000000000603e08e40eb19a940845f00a193d66b08de5641b863fcba 0.12 MB 158 22
390,883 390,883 000000000000000008ac739af54382b375a47a7254c806da0a841e11445bdf20 0.93 MB 2,281 37
390,882 390,882 00000000000000000af24122fff649381444b68084ae72a8af0c001b0117315a 0.99 MB 817 10
390,881 390,881 000000000000000004a8a7d3e2078f69e3af8975afe0efc4b6199ec295858f26 0.98 MB 1,859 29
390,880 390,880 000000000000000002980aeac26dc975444a223cb4fd918b98c5041c2c022de9 0.99 MB 1,966 32
390,879 390,879 00000000000000000a1ce42c0e5e184e112c7f91818ebad61dbddb910d0b0776 0.32 MB 463 28
390,878 390,878 00000000000000000b40d5ef1064cbe0847ee285bed49531ff73bdaa28ff1279 0.25 MB 490 30
Previous 10 blocks ↓
Total Size: 646.43 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,352.08 GB sent, 37.73 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.