Memory Pool Memory Pool Refreshing

428 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
908,044 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 413 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,043 (896,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,538 11,538 000000002e289a4287ccf316c07a63bc773d8bbf5462e6e3fadf4d949c8f982b 0.00 MB 1 0
11,537 11,537 00000000878fb749f4e44c3a0c742580610386a0e14710991a3e4cef182dc776 0.00 MB 1 0
11,536 11,536 000000007bc8050e3626ccdbc668b7a9c39d6695c33cd9c514dd4397ead38b99 0.00 MB 1 0
11,535 11,535 00000000cd303954fa9113003066803e12122b1c3f5b851992f2c7d0f7bedcff 0.00 MB 1 0
11,534 11,534 000000001dda108bde7d4d7ac3332f9338f7b051f30d72878ef4d353efaf8eb3 0.00 MB 1 0
11,533 11,533 000000006db877549b78d03182572ac94ca590651b0a396a0d237b68fa310002 0.00 MB 1 0
11,532 11,532 00000000e8b6ae1a47640c180e6611440b437a361427e3af87723635ca4e62f3 0.00 MB 1 0
11,531 11,531 00000000a5cfc1c4a7115dae8a268c76548669cf7c66f31e60f2e638d8885752 0.00 MB 1 0
11,530 11,530 0000000048e33b69f5398629ae02875b8c301a2117e288b6bae09d2c8da83987 0.00 MB 1 0
11,529 11,529 00000000e7dd12d63b34ddf7c1118a5ab8a759f092b10f3ae6782793a184283f 0.00 MB 1 0
11,528 11,528 000000005d311d1b0a1ca8ddddbaac3adf0c80a7fa8159ccd23c96826f25a86d 0.00 MB 1 0
11,527 11,527 0000000062c66be5f2ede598b037b34901f978e9568ea13dae9d082144fed864 0.00 MB 1 0
11,526 11,526 0000000008dd78e183b5c42aaf6f5dae555af493a81032215fe773bd668485a0 0.00 MB 1 0
11,525 11,525 000000003536ecb8edb51318f0fdf73dda015a760a948cfcf3b0502204caf05f 0.00 MB 1 0
11,524 11,524 00000000852d44efb3143bc6f19c8e0e86b55344b124427ef0534d9b200a9559 0.00 MB 1 0
11,523 11,523 000000003532b2ac09e2d6f6d1cd351691dd402841617bdd83d1948f2da7300b 0.00 MB 1 0
11,522 11,522 00000000a05e26eb632cceadaf59d1a2d2bcf3ea0c1e76002c7600952d2333ba 0.00 MB 1 0
11,521 11,521 000000003844e6744a28e28a380aa8d8161b104a228f3e58fb34a3cc5896c994 0.00 MB 1 0
11,520 11,520 0000000041599184356fb6156f8f7e6384cb9d3599aca4acbc543964c536166c 0.00 MB 1 0
11,519 11,519 00000000b94fc2745dd914c93606f5aba3501c10f6b692eecba928a4feb7722b 0.00 MB 1 0
11,518 11,518 00000000534e5faf039be3fe98d573a10fbe666edc0a087576f6c72ed1af1739 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.63 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,652.20 GB sent, 95.99 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.