Memory Pool Memory Pool Refreshing

40,646 transactions
30.01 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,479 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,908 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,478 (144,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
717,505 717,505 00000000000000000006383716136833a702364fe5109c9642246cdb4dc97431 1.48 MB 2,976 14
717,504 717,504 000000000000000000067466ef6b42a80514921985c9aae43970ab4b80ef96d7 1.52 MB 2,318 11
717,503 717,503 00000000000000000000cb8e3b7c5dfdfe9c41c3c60ba44c255b340b15b50e7b 0.33 MB 214 6
717,502 717,502 000000000000000000029e71fecf976b2ad3e0a4fa980af51ce6399b221fbca3 0.42 MB 696 9
717,501 717,501 0000000000000000000119b08fed1f4f7865539ee29c28018d98926f356f569d 1.00 MB 2,146 4
717,500 717,500 0000000000000000000226bd443784c02a0ad04be78d5966ecccc727129454c8 1.39 MB 1,829 6
717,499 717,499 000000000000000000015283a866375e956fc95c9a655e2fc6af898368f78000 1.50 MB 2,333 10
717,498 717,498 00000000000000000001fbcac27dc1463fb911c74c165cab0ff82d0cee9b987c 1.51 MB 2,655 17
717,497 717,497 000000000000000000029257a9b9bf5d9278e87e5fa81bb151dccdd9723a2a19 1.45 MB 2,854 26
717,496 717,496 0000000000000000000b65207a82b33bd8863fd841db9ce7a970a30d2a487edf 0.13 MB 144 11
717,495 717,495 000000000000000000051e779593b47251becfdeabf44fdbd2d55785285f9952 1.01 MB 1,610 10
717,494 717,494 0000000000000000000af26f5b48bf1cf2cb3307a0b7f9e8d9106323665abb7f 1.18 MB 1,749 11
717,493 717,493 0000000000000000000787a150d3b88c691fe410eaa79f47ae1bf7e12d1936b1 0.08 MB 133 13
717,492 717,492 000000000000000000052f259c9f1bab834bb97ea70f12fcaadab4c8a256aec1 0.65 MB 1,271 13
717,491 717,491 0000000000000000000137308e55b4d2544b38eb3cdbbeb7fce1138d72aadc7e 0.32 MB 635 15
717,490 717,490 00000000000000000006378a9b510c1cd0c06a853dc33e615b4588d35b1a4fe2 1.51 MB 2,769 11
717,489 717,489 0000000000000000000841fd9f0c8eb7cb33f3be82d2bc28e845a4d261e940fd 0.13 MB 129 17
717,488 717,488 00000000000000000003ce63a32f4e656174343dcb2be36aae5ada79cd522ee1 0.25 MB 492 11
717,487 717,487 000000000000000000035128e62feeece098042a1f6a51828aa7ee2671fc09cb 0.34 MB 486 10
717,486 717,486 00000000000000000000b9b4d5ac941260c701a9faf4e5a21e686f2b833afe41 0.88 MB 1,385 8
717,485 717,485 0000000000000000000462fa310db5d8e807bdc5db32afb3488ed01df793120e 1.54 MB 3,116 6
Previous 10 blocks ↓
Total Size: 685.08 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,370.91 GB sent, 105.88 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.