Memory Pool Memory Pool Refreshing

8,412 transactions
3.83 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,075 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (611,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,123 296,123 0000000000000000871b7732a7269dd1699e0c214214986f5877cadeba2515b5 0.08 MB 106 23
296,122 296,122 00000000000000007246662951d84bee8326da70a992cb3074c70ade6a499b63 0.22 MB 357 34
296,121 296,121 00000000000000003924623c7c5773e11600d5340ff7d4b4c521c7cafad8cd5d 0.10 MB 117 22
296,120 296,120 00000000000000000601911a48776c95986f1843d996410da83d42111eaf20fd 0.03 MB 69 34
296,119 296,119 00000000000000004b517538ea3c2bfc8c5404760b44abf33a0b57474e518bd1 0.24 MB 464 33
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
Previous 10 blocks ↓
Total Size: 769.03 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,624.94 GB sent, 93.01 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.