Memory Pool Memory Pool Refreshing

25,381 transactions
26.10 vMB
Show Random Selection Loading Transactions
Max Size: 118/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,269 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,237 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,268 (526,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
315,475 315,475 00000000000000002666bd485f3cefe3cee362cc2085e68a30feb85410737b71 0.13 MB 288 18
315,474 315,474 0000000000000000321c2de98b557bfc79e4fa803b086df6e2fb192a5cb5b212 0.16 MB 140 14
315,473 315,473 00000000000000000c5e1fc7c6e94679ac71e6fe5b38b67a0e4eef7ba3194940 0.93 MB 1,581 26
315,472 315,472 0000000000000000142893bd78a46bf8d1ff82ed34bfc4638535abd53351f2f5 0.15 MB 512 62
315,471 315,471 00000000000000001864d34af573fcbd2c8892e301d618bfcc394b6adbf68cbf 0.21 MB 228 16
315,470 315,470 00000000000000001f5e2d1a75ea0d8817e516857a3c637de051dc8951caa66c 0.01 MB 32 0
315,469 315,469 00000000000000000bbdf22de08f944f94c16fd1b47e85310d6ab301d2e46c46 0.32 MB 525 23
315,468 315,468 00000000000000000f59b29978922cc90bcd8a0d95889093ddccad1c0e6296b5 0.75 MB 1,231 28
315,467 315,467 000000000000000007f10490721f39a23ad765d8a0dd3fe5c9d88d00e41c588e 0.01 MB 41 34
315,466 315,466 00000000000000000e5d4d3aa3d7df34e5ad3b9f32313ca0c64641edfdbd9a86 0.13 MB 223 23
315,465 315,465 00000000000000001f863bae86f131f6b884242fe03c1a9302d6fb0af31bdb14 0.60 MB 949 24
315,464 315,464 0000000000000000229fdab053b7f3384760c5663628f6993000b7eb0cdc8a3f 0.75 MB 116 10
315,463 315,463 0000000000000000092f06d0f2bac393be04c8d0d4571b0d83a467eb8c66ee28 0.75 MB 1,419 29
315,462 315,462 000000000000000018323d03d50f627a2bfc26cc70163d631d0879c471a28e40 0.50 MB 201 13
315,461 315,461 00000000000000000ccb2a1acbb7270dc15c2a31b6dcacded600232b11b8800b 0.75 MB 1,324 28
315,460 315,460 000000000000000023b29e31a24e8d6b5a3a1249335409e252f0032715dc37b1 0.35 MB 426 18
315,459 315,459 00000000000000002bd306a5acea88e2b614fe0332137af4a50e3b37e36f9152 0.75 MB 1,556 30
315,458 315,458 00000000000000002ef1a820d6a033fed256644d9f47346d1175b4f118ae1530 0.25 MB 443 25
315,457 315,457 00000000000000001d6c3dd1b39b4c641501750df095e9aeb8600ac40926af0d 0.32 MB 1,024 55
315,456 315,456 00000000000000003594b47d6f2303d92cf4863fc0e85544875f45ca85b219ac 0.08 MB 129 11
315,455 315,455 000000000000000032c74da85ac47e0de96c6e5611cd47506ac1e9740cfbe652 0.36 MB 662 27
Previous 10 blocks ↓
Total Size: 647.23 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,464.31 GB sent, 44.05 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.