Memory Pool Memory Pool Refreshing

4,943 transactions
1.92 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,107 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,151 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,106 (859,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,052 49,052 000000000d789604031eeff299e2c3fe9e0e19064d2692d82f6b5fe85dee9af8 0.00 MB 1 0
49,051 49,051 000000001ea42f5ef35f96f08ebd6abf2a80b21f59578342976c1e2639a8a6e9 0.00 MB 1 0
49,050 49,050 000000002568601bb63ed10a57eb739709e888d07c7d1edb2d681c1b00d6ac92 0.00 MB 2 0
49,049 49,049 0000000002b20e764c7362203119098eeda574f33d8e48dc9c4b2bfe4208a06f 0.00 MB 1 0
49,048 49,048 000000000b265163413a405a480331663c5cb13468757e9d14ba5945b061a259 0.00 MB 1 0
49,047 49,047 00000000251fb687b06effd1bf2e408297d8bf405a7f494037638d473859db44 0.00 MB 1 0
49,046 49,046 000000000bd764d1051fe82a1e30e7f1fd532c38c60d711928f5ff615ca40d82 0.00 MB 1 0
49,045 49,045 00000000211b1ff4376dc89521a59f259392f63994e979fe9d3172cfb4b8e0f8 0.00 MB 1 0
49,044 49,044 00000000133ad57e9096beb1daf61391cd98889acc6fa1a60628f63de4aefd35 0.00 MB 1 0
49,043 49,043 0000000000c916c659aaebc1b378704eed6c73e623768290b0c6e1260cb9c643 0.00 MB 1 0
49,042 49,042 0000000004554d3408b80b0ab330fc074d7e342afc01ba2a24032403b7b41d51 0.00 MB 2 0
49,041 49,041 000000001c4634bd60693d57fbcc71cfeb953f7b4a373da645fab5c26b03a587 0.00 MB 2 0
49,040 49,040 0000000008c8a3f9e05dbdb2e1d50520b81b911c5dd6770678dfa3fe470887ea 0.00 MB 1 0
49,039 49,039 000000001130290438bdf8d8e69cd8f9a0e59c22652a1d7251a7f236c68c31aa 0.00 MB 1 0
49,038 49,038 000000001cd5e5d428f0bf0f1680a8f51fe190e029b6e4e197992cd34775cc14 0.00 MB 1 0
49,037 49,037 0000000020440b2365a4b4a726086ef09146a0c09ec6177435513c295314935e 0.00 MB 1 0
49,036 49,036 000000000374d100609e8d08d55ff6a120d20a52ddebbae148831756cdf08e39 0.00 MB 1 0
49,035 49,035 00000000096c97be9f113010860b3255f889dc99934b58288010c6591287e791 0.00 MB 2 0
49,034 49,034 00000000194a0625ca48c4adc30562694759dba6e78ab488706e029da1449c9d 0.00 MB 1 0
49,033 49,033 0000000011c26a6ee4fa37d1a58d410abedc507bc5c4e66b08fc77210e31b28c 0.00 MB 1 0
49,032 49,032 0000000008911d708534570661675d3596e17f25c32c6946c0abb0114960b309 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.74 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,679.32 GB sent, 96.61 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.