Memory Pool Memory Pool Refreshing

1,608 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,608 (900,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,278 8,278 000000008cbae6bbf53ad8d4ebeedea04c889c3ec19804165a4b20a66f42afde 0.00 MB 1 0
8,277 8,277 000000001098e5eeaface1388dd57a76983180699df43b1c06fd8ff0e3786c63 0.00 MB 1 0
8,276 8,276 000000008f05edfb0fbbde763d148df2841f634cf1667488f9606cbb2df33063 0.00 MB 1 0
8,275 8,275 00000000427c706b1dc49235b057115f17cc762726739e7c4777a2b66fc480f1 0.00 MB 1 0
8,274 8,274 00000000522cb4cd482ce40f8014cb519990ddb89a47f5cd4b58e9cee1f4c586 0.00 MB 1 0
8,273 8,273 0000000055de2bdd1f0559d1bf14e732bb1fee341367d096d410d70daf792e55 0.00 MB 1 0
8,272 8,272 000000001ff450da45e13d764bf5073e00349bd2741cc4241300dcb1eca94037 0.00 MB 1 0
8,271 8,271 00000000cdef22c0d89e140279d58000e440a8f3d6dfc44fd3840f9eaaf58e49 0.00 MB 1 0
8,270 8,270 00000000ff7249c52e99c96c400b26e71c6d406d65a6da82e1efaa43603d9527 0.00 MB 1 0
8,269 8,269 00000000dffd00f4d40f620e2efdabff6f3b539da8aab8f7147bbb75717c14cc 0.00 MB 1 0
8,268 8,268 00000000163d2e6783901ed6c384ac09071417f283de88d37ce4a2602b6a0233 0.00 MB 1 0
8,267 8,267 00000000eabd6b5488e55bd5e1b8309bbabde7405beb8c967e3b3bf8ceadd5c5 0.00 MB 1 0
8,266 8,266 000000004d0fd467c9c464f1805333ddd87a9f438ee21bd00515b5f57e597fc8 0.00 MB 1 0
8,265 8,265 000000006ebcdb80c7c2e27af3f3dd6e54efd5094328a319a8cb9024a64fe4a7 0.00 MB 1 0
8,264 8,264 00000000eb9788be682b8e427ed48cb2a128ffddcb509fa8164108a483a41bdd 0.00 MB 1 0
8,263 8,263 000000001387aa638f0d2b584da63a8f101ac6ee167df801f3f1c685f72a7abc 0.00 MB 1 0
8,262 8,262 000000002c3882089940d09fc7600b27f424fe37e7fa87ceb8cbfde2ee4de3c6 0.00 MB 1 0
8,261 8,261 000000007d9ce5771c37918162b59f093329e00973feeb9e53f568950057625d 0.00 MB 1 0
8,260 8,260 00000000f2ecfd89ee93cb3c4c9ccdb96f8edcd8785f4b9299916ebc035972c0 0.00 MB 1 0
8,259 8,259 0000000096ebcd20e619b7c67b2de6e01c5362864c25302da3e2a07750d5bb9a 0.00 MB 1 0
8,258 8,258 00000000d68ba74afcda19e020428a19c4052df1b207246060bfd015c8953efa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.73 GB sent, 101.09 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.