Memory Pool Memory Pool Refreshing

42,807 transactions
49.43 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,518 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,529 36
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,517 (497,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,382 345,382 0000000000000000165afb0a15c70de9105656763d64ebe29d02d6c436830d14 0.06 MB 35 4
345,381 345,381 000000000000000003e089e5d686690a72373e15ca1b3865e269fa5f9d78747f 0.09 MB 118 10
345,380 345,380 00000000000000000636ed803f23b3a03133698f2833f24bb5bd6bf532a3f390 0.33 MB 557 26
345,379 345,379 0000000000000000056dbcf210832eb91de7346286b88003f1ddebc4e5bf13dd 0.17 MB 273 20
345,378 345,378 00000000000000000dfa01b8ab0bac97212835ea2c88c918a6cfde81ba818a37 0.72 MB 1,326 25
345,377 345,377 000000000000000011fbd6361b5d1d15d53cf74cd7f823809316a269cdabc1e1 0.08 MB 82 15
345,376 345,376 000000000000000016cc2d11dc69816b508790d583d40d7d06a999ba154cb3f8 0.77 MB 1,603 27
345,375 345,375 00000000000000000ab93f1d9e65a1f423d1d0d98d501ab3795bd23c621965d5 0.07 MB 46 9
345,374 345,374 0000000000000000020ec77a5666bc6db4e1278dc1cf6766792bf4076c55d225 0.67 MB 1,189 22
345,373 345,373 00000000000000000ffdd4562dcdbe5709c134437c6b0a1e800a538c89f70837 0.29 MB 478 21
345,372 345,372 0000000000000000150c45e6a68c144bf956ee3394ce401b5de0ccfb91b316ef 0.75 MB 660 14
345,371 345,371 00000000000000000171014ed0bf69f51041054b7663da8fb4d799c902c3923c 0.32 MB 1,024 39
345,370 345,370 00000000000000000bad35edaecded6113bb5532044657cb31d11fc584ccfdec 0.75 MB 697 20
345,369 345,369 000000000000000011cb65803ce6d032b50a5193f0bd032506139fb461b5097d 0.75 MB 1,667 24
345,368 345,368 000000000000000002ee42124a8b133121d11d90d5986086fa772a9870057702 0.27 MB 1,024 102
345,367 345,367 000000000000000007cdfc0ebe26eb95beb5769d87a91b7afd6d32a399981f4c 0.53 MB 837 20
345,366 345,366 00000000000000000a69b0d293b04360780499f5709ca142c79e8cf041ecb302 0.13 MB 247 28
345,365 345,365 000000000000000013e90f0e42acdbcd34bbfbc92c57fd105891e9ba04445180 0.33 MB 602 23
345,364 345,364 00000000000000000bec8fc96f10ec8aaa962955ea8438cf0d71d0675250ec7f 0.40 MB 655 23
345,363 345,363 0000000000000000003e534b2c46ea15a36443345f240a8d435f992bb64e3be6 0.17 MB 284 19
345,362 345,362 00000000000000000a411cfa3fb240d3447ec0dfddf79753bd05520e2ac35dfb 0.26 MB 279 15
Previous 10 blocks ↓
Total Size: 647.71 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,540.60 GB sent, 47.36 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.