Memory Pool Memory Pool Refreshing

5,153 transactions
1.55 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,711 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,561 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,710 (858,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,092 50,092 000000000210f956e43507aa557b6505c085dcdc28037f9662010a16f85b7e54 0.00 MB 1 0
50,091 50,091 0000000015b82b8e27853b1fe8985ba27c7652077efbc9d475bc382306afb7d6 0.00 MB 4 0
50,090 50,090 0000000015a796794cc948e17779e6577e0a087fd579128c21c2ee65e4e58357 0.00 MB 1 0
50,089 50,089 00000000102db1a8a1b2202c448100ea59aedc72acfed8fed06b0f382e4d7dad 0.00 MB 1 0
50,088 50,088 000000001c34b0c73f0433daf75cc1fa0e1ff35724dab2b8ec1d88b1af986755 0.00 MB 1 0
50,087 50,087 0000000021fa52261043ee25b2adff89722f929228d2f9e77390a0274d071eda 0.00 MB 1 0
50,086 50,086 0000000022e784cecb3c2056355eb18efbf32dbb4c171d6e7138a1c53381d63c 0.00 MB 1 0
50,085 50,085 000000001dff421cbb12e9b594591478d8792e43e4b0b628fdd36f49fda0c6b8 0.00 MB 1 0
50,084 50,084 000000000417f08b22866e4db75abf3ca9d907977252c512023cc5c1ea0b0bc7 0.00 MB 1 0
50,083 50,083 0000000017066f1b49f04cd83715f228d6e73a22fbc474d89b39784059a97cd9 0.00 MB 3 0
50,082 50,082 0000000010206ee7acac3e67187c0ec9f528aa61115d38c24fcb971ab8c450d6 0.00 MB 1 0
50,081 50,081 00000000139fba81f989d07f3b8c3967b3bd4a726481e474a5d37377d2a342ca 0.00 MB 2 0
50,080 50,080 000000000842961a0c8e3c30c499c2e43c72e91819b484e29b818dbcad0a0278 0.00 MB 1 0
50,079 50,079 000000000decbe7ccb511e9cbf325438e082feb95488d39be0756d78193e6b0d 0.00 MB 1 0
50,078 50,078 000000002842e937ca9e9e2dc0d84fdb4d490ccaec79a03e20a4026066d8cdca 0.00 MB 2 0
50,077 50,077 0000000024074419b3692f30a8d0e1b73f3de588b832dcb787d30c2faea16204 0.00 MB 2 0
50,076 50,076 0000000005fc0a2730fe93011240ebb91b57d9b0c0d11dca7c90b0067f48c663 0.00 MB 1 0
50,075 50,075 00000000185c0a8d669c2f4f0d9a6e4f8655de4b308c94cf7b55f362db421214 0.00 MB 1 0
50,074 50,074 0000000004a9036e4186ff5bab8ce3ced3afce96504470fb7c6017407d11fc81 0.00 MB 1 0
50,073 50,073 0000000009ce606d323062a6cb2cbbb44fecee1a34158da654c5303614a23c31 0.00 MB 1 0
50,072 50,072 000000001da5b0dc9239d47f66906e87304936beaa6e1bbcb217a6aa9768e865 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.03 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,854.64 GB sent, 102.06 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.