Memory Pool Memory Pool Refreshing

37,267 transactions
28.60 vMB
Show Random Selection Loading Transactions
Max Size: 134/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,200 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,624 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,199 (434,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
407,260 407,260 00000000000000000303f4d2c5f053212781d4f53e16dd671e396c57309ec994 0.26 MB 249 26
407,259 407,259 00000000000000000144b26b3b1e389903d0f8f8f8a884f7fe9ec45e33633782 1.00 MB 1,924 33
407,258 407,258 0000000000000000042c80c17406c87c6e399bf317077ba4cd9ea38f017f9b18 0.21 MB 502 43
407,257 407,257 00000000000000000491edecc1a34f922dbc6a8ad6b3deece8ea17fc8b2be27b 0.60 MB 1,280 41
407,256 407,256 0000000000000000001d502f85636988bf7af6c81a439ab5cf27211b73e34db7 0.84 MB 1,631 42
407,255 407,255 000000000000000004ce391babb403bf1d7738b9a2473e72e75a3f628d4427a3 0.96 MB 882 18
407,254 407,254 00000000000000000427df3a2d7ab9842cf2be3da5359c7067bb9ffe13ec62f1 1.00 MB 2,526 49
407,253 407,253 0000000000000000013832ae6c430bc29ef49f9303a3628e5a4fad7e1e68994c 1.00 MB 1,173 25
407,252 407,252 00000000000000000110006ca938aa5c8ecff6af0916ccdc52c428fe4713aeb7 1.00 MB 1,973 33
407,251 407,251 0000000000000000009b7c28bf53cf357ba7accf13493a5b8154af2db0ed103b 0.99 MB 1,489 38
407,250 407,250 000000000000000004d239c8684c3bd80d004aaf636127281e3336ffab588286 1.00 MB 2,406 40
407,249 407,249 000000000000000002e7c86542d80916dec71be8c5600de884e752041336d6d0 1.00 MB 1,865 69
407,248 407,248 0000000000000000028e6aec74e28a319c16e63702706cd7e1916b3bbb7b6e7f 1.00 MB 2,886 62
407,247 407,247 000000000000000000f9cd2be1229abebf3d978860bf7f0f0a32a082db99f989 1.00 MB 1,351 27
407,246 407,246 00000000000000000033a3e3b62fbff5b393d3763ff261646444f4948e7cd110 1.00 MB 2,226 53
407,245 407,245 00000000000000000197cef2a5d8694513d231838fdc2ca2fb4f53da2e5c05a3 1.00 MB 3,092 72
407,244 407,244 0000000000000000056d72dde5519fed738646d10471f51da95fdda2635d92d0 0.99 MB 382 7
407,243 407,243 0000000000000000023a16a9037d120f98f00a689b3d3487a05430bc66b060ea 0.64 MB 1,017 43
407,242 407,242 000000000000000005b4cd6e2517a70320d4e3c994613eca0d43ae666044d133 1.00 MB 1,201 25
407,241 407,241 00000000000000000056c7b29c38b6d3c72f8258e8387a61b4921114bc71c5eb 1.00 MB 1,812 37
407,240 407,240 000000000000000005c702c1b91bf8ae860c6c16fcaa0e9b24adab50c572eac8 1.00 MB 1,972 46
Previous 10 blocks ↓
Total Size: 647.11 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,455.70 GB sent, 43.23 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.