Memory Pool Memory Pool Refreshing

27,194 transactions
36.84 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,051 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 1,747 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,050 (413,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,247 430,247 000000000000000001561b8afc28bb2e08a2cc7d7f3d65ef0236a4ce1ee9ca23 1.00 MB 2,785 62
430,246 430,246 000000000000000004750c12ecaded7b3c63060cd5e9f4646bc444e945c20b39 1.00 MB 2,460 60
430,245 430,245 00000000000000000472562bf93ba3a20a667374c3b77778ecc8d1975a0fb244 0.99 MB 151 8
430,244 430,244 000000000000000004c96e8969698da9763c1529ff5809151d26f078f2e6130a 1.00 MB 1,010 23
430,243 430,243 0000000000000000009ac5246c0c4ed7c3f72209ae5f524971984b3c6f6bfb83 0.41 MB 614 40
430,242 430,242 00000000000000000179c0e0edf8b35d741695aad504649aba221641a0798fcd 1.00 MB 2,810 74
430,241 430,241 000000000000000003f1410b194facc9092a2b76e99db8653ec1a32edfd2ab29 1.00 MB 928 28
430,240 430,240 000000000000000001ca9be43eedd67f147c0cbb0ef0e5640e5b4fba8092f0b3 0.97 MB 1,583 44
430,239 430,239 00000000000000000030a9666c885574579c49299b7af09bba3ca0e48f5f36cc 1.00 MB 935 30
430,238 430,238 00000000000000000126617649db08b190fb684740d715097f905227ec9484e8 1.00 MB 2,094 45
430,237 430,237 0000000000000000043b6db9d72bdacbd0cefae30ee3a4a8499f7278600967ce 1.00 MB 832 44
430,236 430,236 000000000000000003e4aa7e07bf9611956e97f828c7fb5bb7cee05a5ff6e277 1.00 MB 2,044 46
430,235 430,235 000000000000000003bef2aef0386970a77d3dada80d7fe8c66730e0a9c49a62 1.00 MB 2,468 57
430,234 430,234 000000000000000004bdc87fadf46402e5565f1199183c06a2397dfc54479b4c 1.00 MB 2,267 83
430,233 430,233 00000000000000000044ee35f880e6fd51306b89f0672043ca6e693c54f480fa 0.11 MB 300 65
430,232 430,232 000000000000000004d63d2c0d547b4a016e1539a717a55d627c6f9a1cdcaa79 0.39 MB 487 17
430,231 430,231 00000000000000000428fda12f946a1ec7a5aa1e080cb2bfd2164ee11c61aadf 0.80 MB 1,296 44
430,230 430,230 0000000000000000046c8a0645186a24fff386e1729e4643a5308bc2c59c9fb0 1.00 MB 2,082 61
430,229 430,229 00000000000000000371ca09fb57a48f055d4aab7fef81b73a2ebdd405e24f3b 1.00 MB 2,420 57
430,228 430,228 0000000000000000002518e71d3ebc17d45890afaa9c5147a8abdf70201a3fce 1.00 MB 2,638 89
430,227 430,227 000000000000000001ba3bb000c04994be30030c77358ec25e941862b10345d7 0.88 MB 1,563 40
Previous 10 blocks ↓
Total Size: 650.59 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,996.73 GB sent, 63.72 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.