Memory Pool Memory Pool Refreshing

20,669 transactions
28.01 vMB
Show Random Selection Loading Transactions
Max Size: 119/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,863 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,920 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,862 (609,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
232,511 232,511 000000000000000954189694eb6fdc493e76cfc2c5057d0f737047e27045e784 0.08 MB 193 205
232,510 232,510 00000000000001b4ba621493300036156612b4a12bb0e0950e61a3336e843996 0.22 MB 372 101
232,509 232,509 000000000000015bf999059e99fce66859ead701df66bbfba5cf6e38d82180a4 0.11 MB 266 244
232,508 232,508 0000000000000115bca12863f2b8105854c6c76433d24ec0f652567fef1f829a 0.08 MB 138 203
232,507 232,507 00000000000001a189082e833e8fe10b7f44c0cf63c5632f3a42f04cccb884f9 0.25 MB 206 80
232,506 232,506 000000000000005346f8c0fd4cec50398adee5d83ba4c59fb23ef0718d2ace6c 0.25 MB 405 100
232,505 232,505 00000000000000d50c5a2667974390027cc9c003cca885d4c4f6e1a51f90b264 0.05 MB 122 121
232,504 232,504 00000000000000dcb9b1d011756018958a490aeda80c2e766514588940fefcf4 0.24 MB 496 129
232,503 232,503 000000000000000e97b96f0b0ce13eb2966455d0fd5ca7f723ea546e12f72037 0.25 MB 992 305
232,502 232,502 0000000000000045e6966ce4a01fa13fee01fe5cb42de3c3465ebbf523c6bfb2 0.21 MB 299 72
232,501 232,501 0000000000000016739848d28ede348939e06a83d923ee87c5f73ce3c9cfa4d0 0.22 MB 526 182
232,500 232,500 000000000000007a52db9895fec5d18715a4010c8aaf96c3e4e1b1736a1ce07a 0.12 MB 273 194
232,499 232,499 00000000000000630879ae8198d07106bc80debabfadd7417d0812b937177c7a 0.01 MB 32 34
232,498 232,498 000000000000010f9e851bbb4927b7dddc3e4f9674cbcfeb3c5531f438f98470 0.17 MB 419 291
232,497 232,497 0000000000000152a8d32e32a93a79ac30cd68ce858e988edad0ab60098cd1f3 0.20 MB 392 128
232,496 232,496 00000000000001614121bdc99e9d3956a061676e09baae35fee06f2fd8240a1b 0.10 MB 201 220
232,495 232,495 000000000000013cdf32ea081ab6e242ee35f880bd5dce6279297e63d8129ec6 0.11 MB 261 177
232,494 232,494 0000000000000021f7733cd5e025b69296aadcab1807bbab267e0820c6130f64 0.10 MB 240 184
232,493 232,493 00000000000000547a89c59d5570143b790ae7554b3d1d089c0f206379687ebb 0.00 MB 8 71
232,492 232,492 00000000000001c2d5fff4f08ea5c1ee0e252701f3d97fd241c1d5664cf29ae5 0.14 MB 273 145
232,491 232,491 00000000000001d11b774645c54d8e6d3b6d526bdf7d6bd921a59a352f6f9b80 0.05 MB 128 182
Previous 10 blocks ↓
Total Size: 646.51 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,360.84 GB sent, 38.08 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.