Memory Pool Memory Pool Refreshing

2,883 transactions (1.10 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,798 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,522 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,797 (843,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,902 64,902 00000000073cb39c39fd9aef1dd2dc25d69344aabeb5bc5f6400b0f2de06eb22 0.00 MB 5 0
64,901 64,901 0000000003f65263b38b5169cc2560ea24e562042eb7391f323835d6a33d2ac3 0.00 MB 1 0
64,900 64,900 00000000013d9c4f6dc5c9ed6d81d4805e0219d360eb4d007e99d00fc4f71340 0.00 MB 3 0
64,899 64,899 00000000022b78137250a4552c4440be0cec5c4c799b6af63ed56cee14c01463 0.00 MB 1 0
64,898 64,898 0000000008f171b9d7114749cd83aac3859d0e431780765cb99ade06467db26e 0.00 MB 1 0
64,897 64,897 0000000007af2621c35d9cc7247deebb161478770d8a1a89c9f1e9ac5cb2a414 0.00 MB 1 0
64,896 64,896 00000000005f84b7c68a9294a60186b3915d0687898efc20b389723ff29d029b 0.00 MB 1 0
64,895 64,895 0000000008edeb4feba6122f7a2b7e0e8c3885b620d37c7fcfc0eb832c33844f 0.00 MB 1 0
64,894 64,894 0000000007d4bc21ddfad4a0274fbf80048e0b6f5f89c0c9ae511113ae07ab61 0.00 MB 1 0
64,893 64,893 0000000003e2e1712f6d277409704b2f89b0497e995fe699d4317af87c2d9e8b 0.00 MB 13 0
64,892 64,892 00000000025bd5914e891a65ece3ad963da995a261efe0698fe129d04c1c0316 0.00 MB 2 0
64,891 64,891 00000000098ed1bcd7a47ff66caebe2eece74ded672f4f433dc6e9b35c882b60 0.00 MB 2 0
64,890 64,890 0000000003f16e20570c8b4d74f5ace3be6d1f645aaa5d7ee6197cd079153102 0.00 MB 1 0
64,889 64,889 0000000007ad5cf1878cb2b6ad95471f10e5434a392de34f70402af4754f4844 0.00 MB 3 0
64,888 64,888 0000000003070bab1bfc5ba68c373ea2450f686ad6091605fdff2599a0d2b11e 0.00 MB 1 0
64,887 64,887 0000000006dfb54008112bd667b435fa652f7bf7660340f065efdb769de2e941 0.00 MB 1 0
64,886 64,886 0000000000161f554a8b7db6e7b9db472021f1caea9aba1379d322c1cdc73c3e 0.00 MB 1 0
64,885 64,885 000000000500b1db8cfae8b88d2923446ce5d6ff671dfd0e025bea3ba499558b 0.00 MB 1 0
64,884 64,884 0000000009c951870318c220e6c271909f2054c5978ba089a7158fb735ab434d 0.00 MB 1 0
64,883 64,883 000000000395967156707cd03e5cf35bbcf7f99adc4523f3aa253f82e4ca355c 0.00 MB 1 0
64,882 64,882 00000000014d124e0f4d32eb2780aa618327aa0754389f0d15aa7e0feb476b93 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.18 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,857.27 GB sent, 102.98 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.