Memory Pool Memory Pool Refreshing

31,418 transactions (10.43 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (7 blocks)
  • 5 sats/vbyte = (6 blocks)
  • 8 sats/vbyte = (4 blocks)
  • 10 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 58/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,907 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 5,435 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,906 (870,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,106 38,106 000000005c43edcaeda5d6b279004a3595adf3469d0694a94cfb617d8e3dd114 0.00 MB 1 0
38,105 38,105 000000002d4b76d37d57f5e483504a5128736fe79b091d60e3d94068756c6b42 0.00 MB 1 0
38,104 38,104 0000000030ba5bdc0c0a87097835a7b0f46f2500c7b823856bae378c316604f6 0.00 MB 1 0
38,103 38,103 0000000088c770b5f4d94c1a7fa2df2c7e9566b6a8f5447bec441f8c944789de 0.00 MB 1 0
38,102 38,102 00000000a911ae59e10982c61861c4f410d752d4d38fe74007faef4c447e4b21 0.00 MB 1 0
38,101 38,101 00000000927d9a7bed762281a99cb5a0cfcb37ef6a7f902ff25f807240adfe29 0.00 MB 1 0
38,100 38,100 0000000093b76f09ef25c6a496c7aa5328fbd23fe4163d1dab6850724c81f7d2 0.00 MB 1 0
38,099 38,099 000000000a62dd359bf0ff5b5943b263fe5d1ca419a041e829359a17da366e31 0.00 MB 1 0
38,098 38,098 000000009e69829f365ec7b294eccfd6d1ba2e08ff8a6530393d20ee028ba416 0.00 MB 1 0
38,097 38,097 0000000028db975085f8394b0c2f194e28a2cc2c162b8b8df90c152b858aeacc 0.00 MB 1 0
38,096 38,096 000000008a6bdfdd4297e5cf1992cdd04cd2415e580cdf88d33437c306d3f9ec 0.00 MB 1 0
38,095 38,095 000000001801e886096ba15312ff88736510540c4e3caa6801bd19ed7e053473 0.00 MB 1 0
38,094 38,094 000000006ea4f86e195f2639fea7aa666479f9d91c8490c1e6ca26904274c15a 0.00 MB 1 0
38,093 38,093 00000000281c3f1c7d972974dfc0f832807765b386b0ce99c9aadb685f385bba 0.00 MB 1 0
38,092 38,092 0000000039e3a4097bc60b04f5b638a55204080ffbba53656846639b5360e82f 0.00 MB 1 0
38,091 38,091 00000000557cdcbf5702cceef3116c908bb9b2dca2689106c7248344e4fa81ac 0.00 MB 1 0
38,090 38,090 00000000277dd740e22ab2c8173c5287f7f298e9ddd202f02891cd3c4d30c66e 0.00 MB 1 0
38,089 38,089 0000000056f4b3c03ecef5ca77bf0bcf787ef8bff6d04a212fe0e0aa5019a849 0.00 MB 1 0
38,088 38,088 000000009b05f8241760d882b538ee8fe61657d22efcdeb5fc5166873d0681f9 0.00 MB 1 0
38,087 38,087 000000005a8af03f820a021e8687b93c2c3b3d04d682b5624bb93532cc3181dd 0.00 MB 1 0
38,086 38,086 0000000006eda769e58fe8f50a26552358e6c0135d905fdb7cdf4b61cdd2964b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.37 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,863.85 GB sent, 104.27 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.