Memory Pool Memory Pool Refreshing

38,804 transactions
46.47 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,753 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 1,538 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,752 (83,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
758,446 758,446 00000000000000000006b04f30e796eb5199ea0adb12fe410fe97ba84363ff2e 1.31 MB 1,770 7
758,445 758,445 0000000000000000000364ea977a630b0dca11104b2d7850dbb27ede8e0349e8 1.23 MB 777 8
758,444 758,444 0000000000000000000180e57e6302c669fe0824bcae450b4695a54485e58af8 1.56 MB 2,828 16
758,443 758,443 00000000000000000001b710ba14ec704fbb91a6330ae0c051bf22b4ffb397d0 1.23 MB 1,199 9
758,442 758,442 00000000000000000007071cca67b6d1473883c8b41a733dfea19162763fd6b9 1.92 MB 1,599 5
758,441 758,441 00000000000000000006f8af2c406147f25255dd22f77f252196d36f55f99346 0.95 MB 581 4
758,440 758,440 0000000000000000000339696df58211ce24b8e0b544b047510af48e238f305e 1.35 MB 890 2
758,439 758,439 00000000000000000000d551fa1b35d72335bd9aa0e5c74983038702284146a2 1.26 MB 1,395 7
758,438 758,438 000000000000000000074f8fa04d410efab2ec861dff76fd93a9c2242416d487 1.05 MB 358 7
758,437 758,437 00000000000000000005e50a597c618d41754932edfd9a532db896e764ec4c34 1.27 MB 820 9
758,436 758,436 000000000000000000056f61166dafa061a5e4fdf3575dc43d4cd35c19458960 1.63 MB 1,936 13
758,435 758,435 0000000000000000000536b6def9f07a52f8af09466f1f448735b26e35b3a57a 0.10 MB 216 8
758,434 758,434 00000000000000000001875c0ca64d2e389267a41f4596580d4fd63c76e633fb 0.97 MB 1,450 10
758,433 758,433 00000000000000000005e25ee14ea3081f35258198013c8a65467fb721804b94 0.03 MB 72 8
758,432 758,432 000000000000000000044a47e80473a76914a2aa77c6fe3220652e5db913c4c2 0.25 MB 431 11
758,431 758,431 00000000000000000000a6512bbcc7ccdaff18dc42971cb089938e855f6e9ea0 1.15 MB 1,286 8
758,430 758,430 00000000000000000002878d9e7f01202605787e45cb65e7d74975cc6d1ddfa9 0.34 MB 458 21
758,429 758,429 00000000000000000005f2afd75fd19033d4c0d1a4a4f0c84ece55cc9fee1ebe 1.56 MB 827 5
758,428 758,428 00000000000000000000a08d2eb074089970a222dccfd27320a33807b88cfde9 1.39 MB 1,001 3
758,427 758,427 0000000000000000000614b575c0ebcd2ca79b84902f78470172063e0fee76d6 1.66 MB 1,432 3
758,426 758,426 000000000000000000062ddc6cb2ed54e712c956c22c9d68e8837f51f9fc3b11 1.04 MB 321 6
Previous 10 blocks ↓
Total Size: 646.30 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,338.78 GB sent, 36.92 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.