Memory Pool Memory Pool Refreshing

84,744 transactions
34.66 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,449 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 5,483 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,448 (563,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
281,356 281,356 0000000000000000ffdbb5d00b8381f9fb664f733e2e37b9733ff4e560fc6602 0.19 MB 310 36
281,355 281,355 000000000000000179053d22053b80bad96fe81c6f8c5f1bce93dab792f9685d 0.25 MB 491 60
281,354 281,354 000000000000000173f34818d43156816c4325c08a20d1c4b2721bb2042333b5 0.09 MB 144 15
281,353 281,353 000000000000000166facbe5602550f7d21e01d9e0fa2321bc98566c43c48aa7 0.05 MB 155 61
281,352 281,352 0000000000000000b79028da1922f332b8fc111432d1fbd8caeb09ab091c4fdd 0.05 MB 94 36
281,351 281,351 00000000000000011b980cacddc666d5a336a1f24081e966aaaff85eedfa821e 0.06 MB 145 35
281,350 281,350 00000000000000017c8bac01417be3e868f6f285682559d0e48aaca6be093ae8 0.04 MB 79 29
281,349 281,349 00000000000000006c01de97a46a7508907f75f7254d16fa247303e8f9766fca 0.06 MB 109 19
281,348 281,348 000000000000000001ca27063e15e76b712f37ee2ffb4b86526292d5ea69c9d0 0.30 MB 519 35
281,347 281,347 0000000000000001ef9def30b7f966d567cda836bf2d6ca6a044396e580a0a85 0.25 MB 523 28
281,346 281,346 00000000000000019f412389c7455a2528d024fe083fb474931765fb4964f09b 0.25 MB 770 80
281,345 281,345 000000000000000029789fcfae4eecc5408b85e955988d37c40a997f8630783b 0.02 MB 32 23
281,344 281,344 0000000000000001486297d227ac97740e36050e698bbced8c53d359dd520cd0 0.09 MB 163 23
281,343 281,343 000000000000000028d67bbd8fb75dad26c2392192238d9dda072f6fc1e69d56 0.07 MB 111 12
281,342 281,342 0000000000000000f4ee3f6e4868963e78b616c0a07af0f25dbfd198ac7040b2 0.25 MB 522 45
281,341 281,341 0000000000000002094dab61b9acaf9cd7a6b9c14b31fb04df2d025ffe5cd15c 0.25 MB 542 45
281,340 281,340 00000000000000009b536c31b8f92400f9aef549dd06544696be90bec65bab00 0.37 MB 743 29
281,339 281,339 00000000000000007c25ae5faea55323b487c8288f4202dd41bd591167d87e79 0.05 MB 97 42
281,338 281,338 00000000000000002155ca54eafa66278b876a12ea09be8e6f19f12123195d30 0.05 MB 143 186
281,337 281,337 000000000000000265f71f490c8ef00191a8b56fafa0ad9da38326711a6b1814 0.23 MB 515 51
281,336 281,336 0000000000000001eb25259096e15314a933815d73478b8bd9ceb7f330c1704d 0.24 MB 487 98
Previous 10 blocks ↓
Total Size: 651.36 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,115.87 GB sent, 68.21 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.