Memory Pool Memory Pool Refreshing

30,975 transactions
39.47 vMB
Show Random Selection Loading Transactions
Max Size: 151/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,292 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,540 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,291 (640,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
201,330 201,330 0000000000000402202a297704fa48e11f8c117a43f17a572bb69dd8d0a35c83 0.07 MB 105 77
201,329 201,329 00000000000003eed4d3f3ce21126b2c14c43777989ef8cbbd75c6678cec1478 0.06 MB 147 144
201,328 201,328 00000000000003b8d3b01e69c3d7ce82aa42e65aa800e531cec7dba23cbcdbb5 0.14 MB 298 149
201,327 201,327 0000000000000098d2f65a107dd343e1fe3c8001f46ea8ad18f8655574ca18df 0.23 MB 565 149
201,326 201,326 000000000000002663f88e6e50af115295f0ceaf42c0bf7d977ed280a68520e4 0.00 MB 12 618
201,325 201,325 00000000000001d613633f590d72a7b04be4419dd75e93f2bb8d3ab4ce6facd3 0.06 MB 137 143
201,324 201,324 00000000000001765af9ae06fbc8c7235522e8017a6b240e16bd73192ec4e7ba 0.04 MB 127 12
201,323 201,323 00000000000000e947dcb812116e892d4d034853065dfa96344dd5f601d3cfb3 0.10 MB 202 98
201,322 201,322 00000000000004b8f083ab54e52ddfdb3242cdbed50be983180ba417b74b335b 0.28 MB 667 162
201,321 201,321 00000000000002783864c2e3aac5f175e745941d4434247d2aeb3d615186ea5c 0.01 MB 32 0
201,320 201,320 0000000000000293dbe5476ad6b28e97007d3b63ecbae314180b992dcf2d1097 0.12 MB 301 137
201,319 201,319 00000000000002ba283417949bbde44de53b1a6d96ea5eddab5060915e447c0c 0.04 MB 109 156
201,318 201,318 00000000000001e9f51811c71005f804dc53e841353906b88995ffb8d97156ed 0.01 MB 23 232
201,317 201,317 00000000000000e95d47a0c1d2cc97a3ad8dfcde3ef69e1165e2af779596d0e2 0.02 MB 30 120
201,316 201,316 00000000000004c2b0d0d567f62fd85b40890947aaccc50107139a1f7ff3405f 0.03 MB 38 66
201,315 201,315 000000000000008b2de95e9b50416cf37c5a6d67a2b912ce9ee2a1aad78dc320 0.16 MB 308 58
201,314 201,314 000000000000058ec66d3a87c6de57e396d6d0eeddd0960c5b45d8fd65463485 0.12 MB 324 136
201,313 201,313 0000000000000048055647460ecaea57ceac4c8ec09fcd002f62a134103e2368 0.25 MB 477 130
201,312 201,312 0000000000000598161f7221865f0d6de93740e5fa0b26b776f77febf28541bd 0.05 MB 139 103
201,311 201,311 000000000000058d094d13a143a44263a4cae9b6299ca37140ab24a6812efec4 0.06 MB 130 100
201,310 201,310 0000000000000134866868b4813b1cd5b8c671c6c58ad6c2013b55425c0631af 0.00 MB 13 250
Previous 10 blocks ↓
Total Size: 647.27 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,470.52 GB sent, 44.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.