Memory Pool Memory Pool Refreshing

4,971 transactions
1.94 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (713,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,562 194,562 000000000000075ff4487ab69abb3d082b06267c4870f4398be380bf601a922e 0.09 MB 174 101
194,561 194,561 00000000000005a860b3d05eb108d78589b1da1ce4005c1e9df760f2d9e04d3e 0.00 MB 8 0
194,560 194,560 00000000000004e71c5a9a8a5ffd076c086159134a8dcadcdeaa3ec7896f23ed 0.20 MB 400 153
194,559 194,559 00000000000002efb18c2645636f84f141b2965cea5f76e6866397d43eb9653a 0.05 MB 173 98
194,558 194,558 000000000000010f4653290d72c88e7ab23c50ab1c6b97d005d8276d9a3a2030 0.05 MB 145 37
194,557 194,557 00000000000001c2304f6639281ab94bc744aa097745616a46a1197f56282434 0.43 MB 1,024 114
194,556 194,556 0000000000000481d9bb10eb8f8c02207b11173b0e712a76e2dfb9bb156382bc 0.00 MB 7 0
194,555 194,555 00000000000004bcdebb288f0d821434c2ee5ede03b05f3743bfbdc90ffa3057 0.25 MB 477 123
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
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.50 GB sent, 92.73 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.