Memory Pool Memory Pool Refreshing

60,402 transactions
32.22 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,628 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,157 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,627 (158,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
706,418 706,418 0000000000000000000ba6a450b942c6c193b6f9003bc324dfafa32540afd5a8 0.48 MB 639 9
706,417 706,417 00000000000000000001081b9002e6edc0a8f3828ec08445e6897ba64b7d8ddc 0.73 MB 760 5
706,416 706,416 000000000000000000007a143d27ea39ab8f4315e3bebd9a31b7b820ba028cc9 0.44 MB 321 5
706,415 706,415 00000000000000000007ef9b786f9cedd26095a878239b87b9fda0fde0f3de09 0.80 MB 1,259 10
706,414 706,414 0000000000000000000971d4404036ce67be89ddb3aea5c32cba33333bf403eb 0.33 MB 159 3
706,413 706,413 00000000000000000003e0f2464bdd87771a06a9e4dbb013f0585a8f6432c40f 1.41 MB 2,168 9
706,412 706,412 00000000000000000007ed4ecf47815a90ff0cdb8f8027c269566bf452aff000 0.85 MB 1,406 11
706,411 706,411 000000000000000000035dc2adaed0fee967160cb301a7c181c5e04c1f648963 0.33 MB 469 8
706,410 706,410 0000000000000000000a070a51610ed17896f3b383dd7f31c6a818b14ae723cc 1.53 MB 1,617 9
706,409 706,409 0000000000000000000249bdcdb04714d19764a4e0c43fce0dfe7959b4e5751d 0.79 MB 982 8
706,408 706,408 00000000000000000007851e4dc72303faca007b5456edc4c42a6b44c6817564 0.05 MB 132 15
706,407 706,407 0000000000000000000931db55699a78660c6ebb4c8bef0e740d8a444c7bcbd6 0.40 MB 517 5
706,406 706,406 00000000000000000006a281128c1a60b73ad3ac39c48d91e54e40491fa8496e 0.51 MB 595 7
706,405 706,405 000000000000000000053ac9be6b2e8c3a67aa99ab46bf5fb6cb6e5dcdc57088 0.78 MB 1,574 10
706,404 706,404 00000000000000000006f8a3bc44dea1bbfd961e376e4e1a3138a349a4fdc3d0 0.04 MB 114 13
706,403 706,403 000000000000000000022bf6710ef4f711c52d363bce24d164bae9f1e6d54d4f 0.15 MB 297 10
706,402 706,402 000000000000000000053669828c9daf0533a6427c5f278988b878aaf05303a8 0.74 MB 928 9
706,401 706,401 0000000000000000000d2c1ff8cfed49e42faf6beafb7b135040cb8aaa457a48 1.22 MB 1,426 2
706,400 706,400 0000000000000000000025879603927c03eceea06bd2500235faaac510fff144 1.28 MB 1,618 5
706,399 706,399 00000000000000000000df0c7345b034834683afe9a169aa9188ea666ac93083 1.54 MB 2,567 12
706,398 706,398 000000000000000000084ed7cd439939c89570ed2c734a73bbe17c6211213028 1.42 MB 2,850 18
Previous 10 blocks ↓
Total Size: 689.21 GB

Node Information

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