Memory Pool Memory Pool Refreshing

39,124 transactions
44.36 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,214 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,015 31
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,213 (598,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
242,509 242,509 00000000000000c44d81067142d9d12d0fd631d97cb6e911281c0b4acc9c600b 0.18 MB 352 146
242,508 242,508 0000000000000089e8123e9f1b9fdb459bad2f8f3937bd8ffaac9ef88dcc721a 0.08 MB 256 248
242,507 242,507 000000000000003730ffcc8296d9e443aa05ece9cac302cbb1ef0e210d3af6de 0.03 MB 63 1,596
242,506 242,506 0000000000000064ffbee75a5ef86ac6b8495133a79e9b4f0f3c211e7ed47bb7 0.12 MB 228 139
242,505 242,505 0000000000000078d84e357781fc8158f13877f05b75b0ddfd3584f2cdf4d533 0.09 MB 191 204
242,504 242,504 00000000000000ac6df09cbae0b7b45c7dca0e7a488034de6b30a44938440113 0.06 MB 128 76
242,503 242,503 0000000000000002a0d5dc1ef1f91edac5482b851c21053f047cd053f63f1882 0.01 MB 22 76
242,502 242,502 00000000000000a05af7dbfb3c4a7cee26253552facb26b565716b3c4f72af3e 0.25 MB 486 298
242,501 242,501 0000000000000048bf9ac4567849ccf3da5cfc040f4b5b2f228958a5c9a53874 0.08 MB 189 156
242,500 242,500 00000000000000a7e4c120c1cb900a14f0dba91d34fcdc8807c0a2fdcbba4c09 0.01 MB 27 81
242,499 242,499 0000000000000064c331b025064450b634673706ae499f1a9b65ebc2c5ddc109 0.17 MB 359 301
242,498 242,498 000000000000009a84a149a0f9449899f5e9d20d6751ef74f3cd3b84288a8ff7 0.25 MB 301 165
242,497 242,497 00000000000000cf764907955e0d937217d3fc73e856516cd2d8ae5d1ea59ac0 0.07 MB 124 95
242,496 242,496 0000000000000057afc31b7e3df2a8bfc83b0dc2d1d92ff4543afb59f9573e4f 0.12 MB 245 127
242,495 242,495 00000000000000b567efa0bc7abd2667fb235bd8153f33c261274d490ed073d0 0.56 MB 872 388
242,494 242,494 00000000000000d9427f298bdd45ae76191807031f65ab4fd92a663689e59fbf 0.25 MB 556 403
242,493 242,493 0000000000000035dd814e84d12e1d183a10bbcfe35a7cd1089210c3fe5e4dd7 0.15 MB 273 336
242,492 242,492 0000000000000080bbf7926a35e51446c4b46e992ab1fd1125ad8b4b0eb1e787 0.25 MB 576 485
242,491 242,491 00000000000000482236f5ce55bcb2c349bdab416a0dc9714a030164b674dcbe 0.03 MB 33 50
242,490 242,490 000000000000000efa8866b8f15423449fdada5c319a759846be676f24db4ae6 0.07 MB 158 179
242,489 242,489 0000000000000056a439e5185b706e17044db0a4010c611f818d0bd6f7b399a8 0.06 MB 113 136
Previous 10 blocks ↓
Total Size: 645.28 GB

Node Information

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