Memory Pool Memory Pool Refreshing

9,236 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (625,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
282,540 282,540 000000000000000036f83d70aec5bb1f3224eb039926b2c7faaf4162a908dcad 0.17 MB 512 69
282,539 282,539 000000000000000171c722e61acc33b2feb5fb0288045a8eedac4dcd4961529d 0.12 MB 276 43
282,538 282,538 0000000000000001096c0d71dfc657703edf77ad1beaad8d72ac628e04d9bb6a 0.18 MB 414 45
282,537 282,537 00000000000000000423d44df7fab9f22aceea76054a2920856e6ed50504a809 0.14 MB 192 27
282,536 282,536 0000000000000001899319e65b8858c0ef66a8c5649ba8988880a049a10aeb99 0.16 MB 360 55
282,535 282,535 00000000000000019bfc32797c4f930bc910340238340f7b0e09402a481670b2 0.12 MB 137 26
282,534 282,534 00000000000000012c8fdd662c989d0bcc8723ebcb4a7c92492ac0e77761c1d9 0.03 MB 54 26
282,533 282,533 000000000000000189fceba3c46775008a718c39fc1efb16f79d418157751317 0.25 MB 572 58
282,532 282,532 000000000000000069b29fcf1e2fb875d5cc087fca533431baba03276a3d9a14 0.04 MB 84 61
282,531 282,531 0000000000000000b60346bef4a7c9f478dfb824d8658946700d92e6e16980e1 0.12 MB 268 36
282,530 282,530 00000000000000007a37d0355c4dca46f389bde6b2f838a0b866ea7c95b5c282 0.16 MB 313 27
282,529 282,529 00000000000000014b6789c8bce9e113ec7acfa315499697f50e7c5eeede16e8 0.05 MB 155 202
282,528 282,528 0000000000000000ff2005124a56dc661c7e1c9245659093ac3216ffd6aaf8e1 0.22 MB 479 44
282,527 282,527 0000000000000001428db4824782ca55a9a33b50be9b8422a7c48cf87f0cc79c 0.20 MB 363 54
282,526 282,526 000000000000000197fbc1b3d6ef06e1a170fd7b4e1a4a4112ccf34fb88a0f52 0.05 MB 123 46
282,525 282,525 0000000000000001e16e1a8ed46ce4385036d48c48ed753a799013e3d9ab4d22 0.10 MB 153 28
282,524 282,524 0000000000000001c71e5245642f2d73a5e5b7fb90ca757c186776fa27c3831d 0.05 MB 134 54
282,523 282,523 0000000000000001b9ae1e5de0ccd40eaab0fb70425a1e8fa7f2edfb8402653d 0.05 MB 75 21
282,522 282,522 0000000000000000b76bac2ab7f2c849425c14d6e9670d7f356a61c3bff5de50 0.12 MB 270 50
282,521 282,521 00000000000000016d917a369bc405f25db6f868588494db13c8729c0ee10ac6 0.02 MB 64 28
282,520 282,520 000000000000000020393ff59ccf9c50343bfc0942532a07bfc959faad9a0808 0.27 MB 578 36
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.