Memory Pool Memory Pool Refreshing

7,294 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 18/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 2,726 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (241,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
666,518 666,518 00000000000000000008da4c2c85ffe0dff1c8675fbd9400b60322324fbc8a79 1.26 MB 1,688 19
666,517 666,517 0000000000000000000ce09e5dd781a5b6b38984a2165ced6f266ebfe25f8c0e 1.50 MB 1,253 15
666,516 666,516 0000000000000000000578854e9efa3b958dfe9f8eba79628fa701eef91c20ef 1.33 MB 951 11
666,515 666,515 00000000000000000002c9e821730f67ae400ef496dfc958bcc2d067a6aa906b 1.55 MB 1,067 26
666,514 666,514 0000000000000000000d8f47b0b0b4b5e049581afe030e0ee4a2b7634510ad42 1.67 MB 1,177 14
666,513 666,513 00000000000000000006eeeb6b4504b63d135f55fe8aa44296f0038c68eb4477 1.37 MB 1,435 11
666,512 666,512 00000000000000000004bd798654eb4279e0242c1cf37321f6c078bcf85db804 1.36 MB 2,412 43
666,511 666,511 000000000000000000067f294e77d05ef3f55913827c942c3add1112eecffa12 1.33 MB 2,488 42
666,510 666,510 0000000000000000000bc5e16f5e837c6de123210374651485936d74ff7cd868 1.38 MB 2,106 17
666,509 666,509 00000000000000000000d2772ea891f7141a2314195ecba8f81329c86956216c 1.22 MB 1,398 85
666,508 666,508 00000000000000000002270b24f6072dbb6b44e1132b7dded9d699f9f620ee93 1.14 MB 2,784 20
666,507 666,507 00000000000000000007b47821149b9f8182283a9e068710e085807f264f4308 1.49 MB 2,193 35
666,506 666,506 0000000000000000000af238099d6e31c8a1e86c14e0a25416c343b457521614 1.37 MB 2,527 83
666,505 666,505 000000000000000000094e9b7907d56dfbe253ac16d95100410fe89ee4b890de 1.34 MB 3,281 117
666,504 666,504 000000000000000000025d6803be13023496155bd469e8ecab7e76fb1e5a5958 1.34 MB 2,571 63
666,503 666,503 000000000000000000069eca6a67d2bd8bc525cb2063098914d8543856f1e16e 1.32 MB 2,140 14
666,502 666,502 0000000000000000000c40c0148b061f11b03a54557f8ed97c7143311c8304d7 1.38 MB 2,466 39
666,501 666,501 000000000000000000011edee550d955de14da6891eab34883d12138eda2612f 1.36 MB 2,874 80
666,500 666,500 0000000000000000000d00afd088bce6dd4c6c340062ca3d152ba587d46941be 1.11 MB 1,180 96
666,499 666,499 000000000000000000074777009ecb7b235b1bf1e51139d6cd7b3e77b6e12203 1.41 MB 1,895 29
666,498 666,498 000000000000000000086aed103fcc76fa6d246b6b2dfe5f1687075b502c0646 1.34 MB 1,875 27
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.84 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.