Memory Pool Memory Pool Refreshing

55,129 transactions
41.52 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,523 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 2,114 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,522 (152,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,384 696,384 0000000000000000000d09c3582920de6aec6900f152f0911be01d5607da60e7 1.44 MB 2,289 29
696,383 696,383 0000000000000000000c3c70bb92d5b69cd1dc462cce3785fb41908226220b4d 1.49 MB 2,644 13
696,382 696,382 0000000000000000000db8a8dd11b39eca9be0d0ba4533a41a9b8e086f682a17 1.54 MB 2,440 9
696,381 696,381 00000000000000000001e8dd6d8799f10cf33af6cf6f98ab992b2900683ae884 1.17 MB 1,065 4
696,380 696,380 00000000000000000001e39cff9597f8322704391b487011a3082ee3d0f62e71 1.50 MB 1,993 9
696,379 696,379 0000000000000000000f2b521fd26d4d68d72c052a95e091649db8f086749230 1.10 MB 678 4
696,378 696,378 000000000000000000065afea25bca687ee731d3a23d7975d45377007fa14b4d 1.43 MB 2,923 9
696,377 696,377 0000000000000000000d72fd48c06e7394184407d55174f82c687a04c36d2f6d 1.48 MB 2,714 20
696,376 696,376 0000000000000000000a24764ed33ea6e6716abbbc5334a86ee29bc0b9e96be2 1.48 MB 2,866 17
696,375 696,375 0000000000000000000ded665b985a4000622a8529ea05cc0b395cefd894c659 1.49 MB 2,625 11
696,374 696,374 0000000000000000000013df8aec0885eb0029c5d9e20f409c81959c2ce6026e 1.53 MB 3,597 7
696,373 696,373 00000000000000000002610e3eb8aa370dfd6bf97a30536a99059379a9d9e358 1.56 MB 2,918 6
696,372 696,372 00000000000000000007c350ad9121a118a9d5916e17cbbd12f987a42888aaa0 1.72 MB 273 7
696,371 696,371 0000000000000000000728845137d46de2f55b9779596043f4a84316d0406cdd 1.56 MB 1,707 19
696,370 696,370 0000000000000000000de84ff6249a9c2a3909a5c778d8b1ffaff19f2d76668b 1.53 MB 1,864 18
696,369 696,369 0000000000000000000994804cdde8f060a815c0c8b8625d5b038c9cf1d6e96d 1.66 MB 776 10
696,368 696,368 0000000000000000000e4f5dfc426c659d2bda02dea44b77c56ab4bdfa81bdc5 1.52 MB 2,517 23
696,367 696,367 0000000000000000000502dc8b87e81b7b829c6a2a28a45657769b7d5daf4445 1.49 MB 2,558 23
696,366 696,366 00000000000000000001a3c80aaed23472b24ace535d6d08697304c857d9b28d 0.47 MB 772 5
696,365 696,365 0000000000000000000622546bb9b3f3e8e6d01e040dec577f00772adb82b419 1.33 MB 2,101 3
696,364 696,364 00000000000000000011592debbc345d37e5c9989222d790e0946194d09975a2 1.51 MB 2,781 19
Previous 10 blocks ↓
Total Size: 658.73 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 99 incoming
  • Data Transfer: 1,769.37 GB sent, 3.17 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.