Memory Pool Memory Pool Refreshing

67,929 transactions
31.65 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,334 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,471 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,333 (328,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
540,905 540,905 000000000000000000241c03f2e684034a0de607f292a6aa590d293054d5440c 0.33 MB 595 23
540,904 540,904 0000000000000000001d6653bcfc4a104ad5fb6e57cf23d37e17abc902f005a8 0.31 MB 742 21
540,903 540,903 00000000000000000012c6e303d2cf3868c179cc937920b2348064c60d4ed119 0.43 MB 794 19
540,902 540,902 0000000000000000000961695a3747270b3b1a483f66abbf3f812225f36882b6 0.54 MB 998 12
540,901 540,901 000000000000000000221b0744b3b1e2775184ef452aa07a6614147600071508 1.18 MB 2,711 27
540,900 540,900 0000000000000000002011e0791232b0ecbef6123de2eadc613a736a992351cb 0.41 MB 1,034 19
540,899 540,899 0000000000000000000a2b80db1666008802c2c89d0004a341bb758eeadb03bb 0.84 MB 1,748 28
540,898 540,898 00000000000000000011b67d9acab8ce47bb896669f75bb302e487e777ad4f75 0.15 MB 393 24
540,897 540,897 0000000000000000001f76677668a84703aa17f0db264fcfffbc099ac0d59194 0.88 MB 1,923 23
540,896 540,896 0000000000000000000a324edb8d3b00f7a0fdb124fd635ea2370120efc59b5e 0.01 MB 32 72
540,895 540,895 0000000000000000000341ab03fd122bd1d74d15c998c8123609533072041d84 0.19 MB 350 24
540,894 540,894 0000000000000000001789032d3c3a92b8e2001fa4cdafc6d2a41df2b95917fb 0.38 MB 736 23
540,893 540,893 0000000000000000000293c6d59d2cdaf2b30425e3308b9bf59a68fe03249ed5 0.61 MB 1,175 18
540,892 540,892 00000000000000000009185de4c7c14d8a0ce380a13e4d8be9c97a4f2420ec59 0.80 MB 1,807 12
540,891 540,891 00000000000000000011832e0679fcbdf5b2907de6b5ebb21252c9db7526844c 1.30 MB 2,766 14
540,890 540,890 000000000000000000106fd98c87fa34bf7ae54c298578a9ab15ba3933dd7213 1.17 MB 2,477 37
540,889 540,889 00000000000000000011fde6e2bd20d5cf341bc46757527ef015098b7c0f9fea 0.70 MB 1,842 13
540,888 540,888 000000000000000000067fe844323b64aba711b5314f16f50be0ad47632e3e88 1.18 MB 2,907 23
540,887 540,887 0000000000000000001d8950c14ff62c59015af02fc3562fbc0ba38169054104 0.19 MB 570 15
540,886 540,886 0000000000000000000f5f054d35275246946e4be9b836ac061ad168053012dc 1.12 MB 2,775 23
540,885 540,885 000000000000000000029c91085f902a1131782621100bb2e835b632af636810 0.01 MB 27 29
Previous 10 blocks ↓
Total Size: 698.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: 2,070.23 GB sent, 199.02 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.