Memory Pool Memory Pool Refreshing

3,560 transactions
24.25 vMB
Show Random Selection Loading Transactions
Max Size: 99/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,315 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,321 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (859,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
49,031 49,031 0000000020653581c5f586bc766a232a170aab316f3cfda60a3a04eea6c2ba48 0.00 MB 1 0
49,030 49,030 0000000011b1755bd94f3ac0760b4115e861eeab8df7692dd23e4586132e083b 0.00 MB 1 0
49,029 49,029 0000000023402921d3b802707859a3bfb5395784434dc85c8c7b69b9d1f9bf3e 0.00 MB 1 0
49,028 49,028 0000000019674c40da65d3fc22c3b0b702674c18fdd02430c2a0b9e54813d3fd 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.22 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,700.15 GB sent, 98.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.