Memory Pool Memory Pool Refreshing

28,876 transactions
46.71 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,034 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,526 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,033 (656,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
185,979 185,979 00000000000005a8fdb7f10a47b918f4d35586b063ad528d40471b80372d7d25 0.05 MB 142 124
185,978 185,978 0000000000000932bdb3efe60eb86662d032829c31fd513ea418cf79a5d683dc 0.09 MB 197 268
185,977 185,977 000000000000051a46c4c462cd97d9f9316a5b163fff4db54cd62d802472b8de 0.00 MB 10 618
185,976 185,976 000000000000059165677e9e2e43e76f36841eb2101a3830657f57f376f6e9ec 0.10 MB 80 88
185,975 185,975 0000000000000106b7c28a390ec246336c52ea7f2fab9896ed9d9224b92e4852 0.08 MB 132 100
185,974 185,974 000000000000065777d5d29ce52203c61e688dcf758418ae47f57bd32cb819e4 0.03 MB 84 129
185,973 185,973 00000000000006ee0474d882101ff8adc75f9cf80a609b9d21068b5c2d74441d 0.01 MB 11 83
185,972 185,972 00000000000003c2ccab28b46d67605b8e8daef889175062f1fd51feec615215 0.01 MB 20 126
185,971 185,971 00000000000003502008e573577edea1cc78383afacab948ffd9ed32200bc31e 0.09 MB 168 60
185,970 185,970 00000000000001d77e19114c4703a6052379df8e81bccbe533dd26265f50498b 0.25 MB 114 68
185,969 185,969 000000000000097938b09fd8b63f2d9c700dc4317f0c910f1b492b6e8d389f95 0.05 MB 126 110
185,968 185,968 000000000000052c6bd242b32fd37e821b19563eb20ff7bde1352cd93aeb0c3f 0.14 MB 291 206
185,967 185,967 00000000000008c20d9a7b5b9b180d45861a0aab88b7de050696dcb64c6cd0eb 0.02 MB 32 108
185,966 185,966 00000000000008d0940b5bc4ea87853c24fe7e224da932573704afb5a616e5f6 0.12 MB 215 178
185,965 185,965 000000000000003e378aeef12e7781a14c0d46df458f8e73192569f51a2ca5e1 0.19 MB 455 127
185,964 185,964 0000000000000159d9f5a1de0c847b819cafee2130de076da5a4fb60e275f93e 0.04 MB 123 25
185,963 185,963 000000000000001518bd682e40cec3fc5e7a225a4a30db50f1d46b1f5749fe09 0.09 MB 123 89
185,962 185,962 00000000000005f1cb3904bbd3dc9c697be8d8acc1259a988fa8cd9686976aff 0.12 MB 228 255
185,961 185,961 00000000000007ae2909f5e6eedb932dd3b16f1603ab7457f9cbae1d7aef5a06 0.06 MB 129 46
185,960 185,960 0000000000000602aa77e0fc6de1e34e63d801c9c949d130ec78688e81d04304 0.05 MB 47 61
185,959 185,959 00000000000004d8166d06fe8e48779ff9477d821c3dfaec92d2709c9a2d07d4 0.25 MB 476 211
Previous 10 blocks ↓
Total Size: 646.82 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 8,414.47 GB sent, 40.35 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.