Memory Pool Memory Pool Refreshing

81,135 transactions
36.47 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,581 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 3,607 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,580 (615,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
229,345 229,345 0000000000000062c6c4dbef43b00edb4a00ea218341c2732cca20ad4991d44b 0.10 MB 190 95
229,344 229,344 00000000000001bb1a455d38606381e71cca26f634587f981c360e35275a34db 0.07 MB 200 150
229,343 229,343 00000000000000450634d2a059e1a154cfd5783872ff9c7e788524e81fa163a1 0.77 MB 358 129
229,342 229,342 00000000000000e540c393789c2e56fa802e976cd5c6d65e0a6a0ebcc14f8971 0.23 MB 430 147
229,341 229,341 000000000000001b9c2919dce38bf93c6e41d61f469d902066ed387de487cbbf 0.15 MB 358 177
229,340 229,340 00000000000000feccc148a183f93e756644642613559a51e990d077b8084fe2 0.12 MB 142 74
229,339 229,339 00000000000001c48563981f601fc665f67728c2ed0fc4274db63962640ca630 0.25 MB 652 192
229,338 229,338 0000000000000026269880d2ca623ae7a8d5ad27536029631f4d0b464c934613 0.00 MB 1 0
229,337 229,337 0000000000000183b4bf7a7737ddb26ede73043f1ccebe6d89fc2705bc68e416 0.10 MB 262 181
229,336 229,336 0000000000000081b882c83bb48d18332f83c3676b1cff34c9b1339ccf4a99fb 0.12 MB 319 163
229,335 229,335 00000000000000c84164c065c9fd617d5850bd5a9d32e6f441103859f64cc061 0.22 MB 520 184
229,334 229,334 00000000000001f2a5505c4a14bc5c7c97c629f76f95edd3bc99a382bd4d839f 0.32 MB 487 160
229,333 229,333 00000000000000ce8ff0f99651fb9c8c5a8a06d64f837b95412473616cafdd52 0.18 MB 402 158
229,332 229,332 00000000000000c811b572f13bfd19c1d4928e4f203e9599a8d6474904272d01 0.13 MB 308 159
229,331 229,331 00000000000000377139e2379a4f918eeed2ac7fe7536e22caa112f97b71f120 0.08 MB 161 143
229,330 229,330 00000000000001ba188ba5e91643b3dd88cd25b6b43ea68ebbefd199e576c8eb 0.03 MB 64 16
229,329 229,329 0000000000000073f8be42510447b7c3bd54e61e3ac4a03e14f9df3eb50a28dc 0.15 MB 347 181
229,328 229,328 000000000000006968c0fd7f44d0804638d793dc5f9f802d04720ef83e1751bb 0.15 MB 310 118
229,327 229,327 00000000000001990d1a461a6c6a6e3a738405279db21d9cffe9c45b5e0ff2b8 0.31 MB 365 117
229,326 229,326 00000000000001c292c590861d13121d53c6364993b3dc16dcba2f46b94e53d0 0.25 MB 693 236
229,325 229,325 000000000000022a3900bb9696e299b3629c4c0355fe8ecf638f7680d73986e5 0.16 MB 111 60
Previous 10 blocks ↓
Total Size: 651.61 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,143.74 GB sent, 69.58 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.