Memory Pool Memory Pool Refreshing

31,804 transactions
25.52 vMB
Show Random Selection Loading Transactions
Max Size: 149/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,132 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 272 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,131 (157,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
705,469 705,469 0000000000000000000ca4fc4d05bc5774e2e8b303786e2d48cf5b4b928ecef4 0.11 MB 69 5
705,468 705,468 0000000000000000000de490a5843ebb92400c5be12d14775022accdae557fb7 0.56 MB 1,209 13
705,467 705,467 00000000000000000002c4454530667043e11ebd906c314d465f422d3e668064 0.80 MB 1,790 13
705,466 705,466 0000000000000000000c9166684f531ca94df09fd7df11955520f2b1a357e9f7 0.49 MB 747 11
705,465 705,465 00000000000000000004d4e75b1c87f2439b3113e0013dcb8d695a27833ffc31 0.00 MB 5 3
705,464 705,464 0000000000000000000ceb64f3a6634755f432f10f45b1e0371f3806ec29a657 1.15 MB 2,086 12
705,463 705,463 00000000000000000005c1ccb1fa08dda215436c29410a65039d056f4b8f85d8 1.50 MB 2,863 12
705,462 705,462 00000000000000000003bcbbdb7037ae594878d00781c764e39d1ccb0a7a9d5f 0.49 MB 995 11
705,461 705,461 00000000000000000008413924d78fecda2f93c499d7999731b53f1c613c0677 0.90 MB 1,489 9
705,460 705,460 0000000000000000000d42698eb027c9bed3979e60386b4040a2a8eed23037e7 1.43 MB 2,014 8
705,459 705,459 000000000000000000059b5dca54c0f4363a37120614d47df640a1fc3304fb8e 1.32 MB 1,951 19
705,458 705,458 00000000000000000004a87422fe0140dbc3d7497152445b6a7f881332a1e852 1.49 MB 1,372 7
705,457 705,457 0000000000000000000bfd226edb0cc15faf6f23f65b8e439b2ffd8b20ab86a2 2.22 MB 475 1
705,456 705,456 000000000000000000071b567f71e929467c7751c3a81982e56c1a384d1d1280 1.59 MB 2,857 5
705,455 705,455 00000000000000000006576177a0979d695dabbe23f637826827c6a47185cb7e 1.52 MB 2,791 7
705,454 705,454 0000000000000000000baa4dd993558767fc624c7146f814dbef79f33a7a4ee9 1.54 MB 2,389 11
705,453 705,453 000000000000000000067f2980653f58311cb3bb691ed05d6d86c1d4e03d01b7 1.52 MB 3,596 18
705,452 705,452 000000000000000000053ce18843fd9fd1b281764dcbb037c6222033847f0269 1.37 MB 2,777 41
705,451 705,451 000000000000000000006bfceeb40f9fd8a9fb18885db5fd533c0ea43b3b365b 1.45 MB 2,202 6
705,450 705,450 000000000000000000041d8debee0e47d8ac6a634839c95beb253d6993576f4d 1.22 MB 1,764 17
705,449 705,449 0000000000000000000ab027d2d2669f279f4ed9f5380dae1c09803e42a64034 1.10 MB 2,449 8
Previous 10 blocks ↓
Total Size: 686.35 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,441.84 GB sent, 114.22 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.