Memory Pool Memory Pool Refreshing

62,963 transactions
28.08 vMB
Show Random Selection Loading Transactions
Max Size: 153/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,869 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,507 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,868 (577,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,871 266,871 0000000000000000291628e51257bc5100e642efe4ffd6addf52d010021d4763 0.03 MB 66 62
266,870 266,870 00000000000000025086db3b140cc4dddd29ccbef9516849cc42bdfc1c38a015 0.12 MB 287 92
266,869 266,869 00000000000000016aa8398a27b2bf93897f48fc3e802357192773c2da1fda42 0.25 MB 257 46
266,868 266,868 0000000000000008c0a5bdee2ae3340bae62e910bd971f0ef4d281f65b48905a 0.18 MB 310 57
266,867 266,867 0000000000000009b8f84699b358c023fb6588b765c75da512c1ccdaa016d444 0.18 MB 333 79
266,866 266,866 000000000000000214c22ad920006265a43145f2786f447815ac3fe1e5a70369 0.21 MB 445 91
266,865 266,865 0000000000000008a9c9107deb2753f4fce69a71bbc864edbfbb635d82c59fe8 0.28 MB 488 57
266,864 266,864 000000000000000a3686512dabbd2128b21e239f957143d49e190ebbc3202a40 0.25 MB 470 99
266,863 266,863 0000000000000007cee4433b53a60e5dc405a712796ee0d7abb52ea6befcb9a2 0.14 MB 308 77
266,862 266,862 00000000000000014c1dc3c51ac6aae8b7f60f4aeae5afdc1b38d8fbf7b297ae 0.20 MB 365 68
266,861 266,861 000000000000000339adbbecf9d8b26964189c20d80ae7c15b1a214ac9116288 0.05 MB 117 70
266,860 266,860 0000000000000007331176ac07881466c1b3c0ca43b87d29483132ed60c46ace 0.01 MB 28 211
266,859 266,859 000000000000000ada6c93e025c2b27e4c417026210be7d08ac15abc93af7092 0.04 MB 99 87
266,858 266,858 0000000000000000608aab15c3be1ed775b8d9ede6e12c77c457415c928bea27 0.18 MB 348 83
266,857 266,857 000000000000000711264b1138893dd8ffddbd16a68f254c378176ccce968320 0.01 MB 32 105
266,856 266,856 0000000000000009da517e9f9201894cdb47eb736e19199037c2042320992c3d 0.13 MB 264 75
266,855 266,855 0000000000000003f6b9db648626c6ddc13fc6b8a5cedf7896da09c03d53ab4c 0.02 MB 50 6
266,854 266,854 0000000000000007b0900d1b5ec6251079bb6107f4cda05bafe2db47cb0f40ba 0.15 MB 238 74
266,853 266,853 0000000000000006289e4dc83a028ddc9b15d3ae8a70e9cf27b6b243ecd4896c 0.25 MB 577 87
266,852 266,852 0000000000000006128018fac9bad133cd5d2949df116aed015b0e3bd1561a67 0.09 MB 315 63
266,851 266,851 000000000000000862a654f23b8222ba22e366ed422486305e002b96d6bf537a 0.08 MB 204 39
Previous 10 blocks ↓
Total Size: 652.15 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: 9,210.31 GB sent, 72.76 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.