Memory Pool Memory Pool Refreshing

53,955 transactions
38.25 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,163 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,911 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,162 (507,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
334,342 334,342 000000000000000012112a06401988a4c4a9d9b5878ee103caef98ba545c9bdb 0.41 MB 652 22
334,341 334,341 0000000000000000176d0f613c960f1fc864b7f74c512d2e815c6347e2003c22 0.20 MB 265 21
334,340 334,340 00000000000000001a2720517ffb137d722d30dceb379f7cfab4c0f32d3fb342 0.67 MB 418 13
334,339 334,339 0000000000000000137d7a9ae8fda1f0025c125ad656c28fc64ddbdac2414972 0.00 MB 1 0
334,338 334,338 00000000000000001ad8d5edd5515712c7872d7be92d4949131f01994791225f 0.75 MB 1,552 43
334,337 334,337 00000000000000001737b06619063d2b96dd4e423aa3550196c546787c722826 0.24 MB 435 51
334,336 334,336 0000000000000000102fcf881c1e5c99fccb4c3dd1152fc4a665dfcc462c716c 0.75 MB 1,296 27
334,335 334,335 000000000000000002ca3a4fb6d4baaa0589c170503c9e097e18336c9cca32cc 0.75 MB 861 18
334,334 334,334 00000000000000001668f8e038882581d4f7e750ceeda33c08aece0f7aebb419 0.01 MB 22 23
334,333 334,333 000000000000000007c4b6cdc65a0b43a2a63a09815117b3c29710e5dfeea36d 0.75 MB 1,078 25
334,332 334,332 000000000000000018fe9e153c2969eb061f3c37bd3439f302b6483294803444 1.00 MB 1,434 23
334,331 334,331 00000000000000000c2997f8ccac31fb694176bc48da49eda6c51243267bdfd8 0.24 MB 405 21
334,330 334,330 00000000000000000df64f01e7e3115ebf009e33896445dd185027d383d7726f 0.10 MB 174 13
334,329 334,329 000000000000000010fb59f41964e8698c7f9ee73314b3a39aeac687f2fef1cf 0.01 MB 24 30
334,328 334,328 00000000000000000b6f3b2b2f85619cf2d966e0ee9171805269c50dd490206f 0.03 MB 52 29
334,327 334,327 0000000000000000104c6f7fca10e10c58c24d6f489e9f2179efbbdd208c6ebc 0.33 MB 553 22
334,326 334,326 000000000000000011829665369f0817c807c121cd0d0791cb406e51de81bfaa 0.02 MB 64 54
334,325 334,325 00000000000000000378fb2400fe520c2da76e92e773cd6bf9242274e5a07a05 0.12 MB 176 19
334,324 334,324 00000000000000000a927b145719302da42a18a967a8d9c74ac08e84d7a7f24d 0.18 MB 328 26
334,323 334,323 000000000000000013a85a5f8bfa47cff7469b5a392c860c7a9c3856c130afc9 0.63 MB 1,127 27
334,322 334,322 00000000000000000f6e1c212f6343b6da9dc9051220d20345de8e854e04d55e 0.22 MB 284 18
Previous 10 blocks ↓
Total Size: 647.04 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,448.43 GB sent, 42.60 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.