Memory Pool Memory Pool Refreshing

3,764 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,351 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (611,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,118 296,118 000000000000000073b0097548d925029600b5faf3d7bad0d9445eadd6f32120 0.03 MB 64 352
296,117 296,117 00000000000000008eba5cb3aab11f3c2b2fea9d0668ca1c29fbbbadb9dbf28b 0.16 MB 346 45
296,116 296,116 00000000000000008b75123ba3b15d56f469fd1e56ec69a83ed6f91d97c44ce0 0.17 MB 330 41
296,115 296,115 000000000000000027d9ad902b12828106eb785daf94eba4cabb80212ca20a95 0.13 MB 256 36
296,114 296,114 0000000000000000087caea66466c7a2f145c723e972c4932e7dc94d79aff583 0.49 MB 716 29
296,113 296,113 0000000000000000a82391671d549a44810e722668dc3feda0291b49ab4f54ab 0.12 MB 186 26
296,112 296,112 000000000000000037850c060cfe2ded2aca93d2b7d9b367fd3e9021b000f450 0.23 MB 380 27
296,111 296,111 0000000000000000181431d30403763b46b6acdb3ef3c702f79056aac531e85f 0.23 MB 334 33
296,110 296,110 0000000000000000aae09e02da50ce83c34d5f25214122f44d10810645b04725 0.21 MB 376 33
296,109 296,109 00000000000000002ebc01a7c9fa0526ddfab0d7ee949b55c475afb0b5be4db7 0.06 MB 90 28
296,108 296,108 0000000000000000870a2003232c507e5cc8719efe37cdd55d33ba1131b4735b 0.17 MB 283 34
296,107 296,107 000000000000000072d5fc36a6e8f71de82de0a38c0d00fe470b11589054d9f4 0.18 MB 256 25
296,106 296,106 00000000000000004a260ba75818270ef09615c7b6c8c03fb74aca80cd98db2a 0.57 MB 366 16
296,105 296,105 00000000000000003d0d742f1ba8a4c0de9812a50e0e2790bd18211096950084 0.03 MB 64 21
296,104 296,104 000000000000000039ee66c2b7e6dee5c10999e3d2d9f41f60a0986918ecf9a4 0.25 MB 172 17
296,103 296,103 00000000000000002b2589d45474b8649f9b8a3f7f1b56017d80d65caac1dc00 0.25 MB 114 13
296,102 296,102 00000000000000008fa25637cd7571cd52792e41e3c98046ee653489ba9505d9 0.35 MB 724 40
296,101 296,101 000000000000000006534f2e453aeac3705bcd1b3dc1794a60d3fdd3460a0ca7 0.35 MB 574 22
296,100 296,100 0000000000000000498eaa0e5dcab78ec30e6ff7a344038472cd321fba4db6dc 0.35 MB 1,089 54
296,099 296,099 00000000000000005530adf47d7fe334623b85cc8a5bbb6afe58251f47f42292 0.08 MB 70 9
296,098 296,098 0000000000000000369dba48cc944c6e875686302ff15b7011d9325c15df81cf 0.26 MB 467 31
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.