Memory Pool Memory Pool Refreshing

9,213 transactions
3.04 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
2 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,857 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (713,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,554 194,554 00000000000002799e0fb7c9975664b7da27e596499a6626686dcd25f7856ea6 0.04 MB 116 140
194,553 194,553 0000000000000619b20bb3693ae4031fc29ba4f60d07ae46961df59347c5fad7 0.03 MB 108 54
194,552 194,552 0000000000000375756ec4dd48883fae23fc695ef0c327c6cf541f64f4184abe 0.05 MB 141 21
194,551 194,551 00000000000001abb6a7dc68450a8446e980b3b4bfb2e3241f6a130aca972c08 0.21 MB 491 122
194,550 194,550 0000000000000110b489faf66901b41cde0f97a379363af33491c1775f8c3aef 0.25 MB 648 167
194,549 194,549 00000000000002cece7a54d4256a8c5b5435069216758f84a288413efa313200 0.05 MB 144 171
194,548 194,548 00000000000004f3780a8b51efa8f269a65131fdfd502900ce7642c6bc1681b0 0.20 MB 582 146
194,547 194,547 000000000000027915b55831cf2809a0a2294cc8b8ce9ee28b639c6074517e1b 0.00 MB 5 0
194,546 194,546 00000000000002dcbeed50e1e2d40d0826f7a5426ff45101aacdc75854f66b29 0.07 MB 242 21
194,545 194,545 00000000000007794c71bfa39f2df9a9b5909e38da348b0d5798abc47645dd13 0.16 MB 354 134
194,544 194,544 00000000000006ad047ca3f4283340f27777d55a7b5eb630e343483c56f633a6 0.25 MB 730 150
194,543 194,543 000000000000076159917f9c5b931edb7891ee5d27178fa8a1ac2c499297dda5 0.02 MB 60 111
194,542 194,542 000000000000020391428dc4612637a1345a90beea1dd718ade488deb9431ba6 0.18 MB 512 113
194,541 194,541 000000000000030d1af82f04aaffa295d6580243e1e4d3392660ee5c8dd0dca1 0.23 MB 576 142
194,540 194,540 000000000000049561094020e74bfa1d41c6d87447406121fe29af502ae87809 0.00 MB 11 30
194,539 194,539 00000000000000dc8e4950245626278bd1fab5eb17b26ccf4cd9fd1a12a12555 0.00 MB 5 0
194,538 194,538 000000000000070862ef0e41e6f421ea7ccaef4a845d151fae8b1f7c714daee4 0.05 MB 123 130
194,537 194,537 00000000000005f5196ad648b44d2092314eef928c335f306768a337b797bb5c 0.02 MB 41 54
194,536 194,536 000000000000074e7477cb7c556324d6a94fad708b04e8a901292b34c4489a1b 0.10 MB 270 127
194,535 194,535 00000000000003fb72543f1389d1bf69a53187d305ad21759861c2ebef720787 0.08 MB 140 95
194,534 194,534 000000000000064eb23d7484f0f270d2e4b5a41961447abb950f019f9f03eaf0 0.08 MB 183 113
Previous 10 blocks ↓
Total Size: 768.98 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,616.42 GB sent, 92.72 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.