Memory Pool Memory Pool Refreshing

3,446 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,372 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (797,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,393 110,393 00000000000120395be38433176f1769055eaf0c842f1806b5b6f497b5e00b16 0.00 MB 2 0
110,392 110,392 0000000000017c07bb8d35d050b757d5f9dde8a58c8fff19a6c4aea5e8346741 0.00 MB 4 0
110,391 110,391 0000000000016b497ae7d5b422a54b5cb49e4f26ac1ed0e214ba7018962de00e 0.00 MB 6 0
110,390 110,390 00000000000032ab99e08a532e6adea0054f010226849566ecf8fbbf081d4767 0.00 MB 6 0
110,389 110,389 000000000000e7f3ed934d4d7a338d678b8e5ccdd99e90ea1cf68480c7c1eae5 0.00 MB 3 0
110,388 110,388 0000000000009ab1b6770447847b6cf944f14f603dc9c710c844bd1675e8eb38 0.00 MB 2 0
110,387 110,387 0000000000003d96287fee8f12b63284b771e4417fe8275a0d83ec75a13e9d43 0.00 MB 1 0
110,386 110,386 0000000000000251874583ead91f8c52bc4179755b66a01c9035f7718ae55767 0.00 MB 12 0
110,385 110,385 000000000001bcc33c714e66bea29a690c4a9ebcbb3b556cf6bb9e5a1df72a19 0.00 MB 12 0
110,384 110,384 000000000001223e313f2736a28cda312558944e68f595d66906ba51c27dd9c9 0.00 MB 12 0
110,383 110,383 000000000000c1d7254bb2b61d3e68df70578555f4f5844b667827deb9e3cdc5 0.00 MB 12 0
110,382 110,382 0000000000011e959eb41cfafd2872aedb2accc90ea39bafc342311d0191942e 0.00 MB 1 0
110,381 110,381 0000000000015c1320354768c92662a34676d2a3c31d29c78a77511fe87f653f 0.00 MB 17 0
110,380 110,380 000000000000795984a96b2e4ed122ec44fb09186492b81bcc35bca7cedbed7d 0.00 MB 2 0
110,379 110,379 0000000000002ed04b5db48464784fa282e31df78beef524875e684d34b33b6e 0.00 MB 4 0
110,378 110,378 000000000000e41ffd00ba3adb6e7858b16187bd3815ba92d5f3b9ab3de459df 0.00 MB 7 0
110,377 110,377 00000000000067e5552a9c21ea36d84e4987d192e5416a3283894ee545f23be6 0.00 MB 4 0
110,376 110,376 0000000000011d3bbfa02f5c64b3db9cf112cff5fff71187ec4a9dcd8c7dd32c 0.00 MB 1 0
110,375 110,375 0000000000004034b2f13973e68bdd438fc7dfb9c40a5a6404a9348a3fc4fa28 0.00 MB 1 0
110,374 110,374 00000000000048e171ae24cd999347a343aeda2bdccc3b33ef954fb86261bc7d 0.00 MB 2 0
110,373 110,373 000000000000614c6a42882f6a133a014ae21152e621c6e179a0ad03d41765ca 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.