Memory Pool Memory Pool Refreshing

2,382 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,852 00000000000000000002349e0000000000000000000000000000000000000000 0.94 vMB 2,344 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (515,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
392,588 392,588 0000000000000000004b2028042e8e380ac6e1fea1df3dfe9c7748a1214f7ec5 0.15 MB 86 6
392,587 392,587 0000000000000000073f03564a2ba97f9748ca5ab464fa714d9e0200a4c45612 0.25 MB 268 16
392,586 392,586 000000000000000009a3a42f74c82978d910d7fa9404f3de07e10c7afaceb3a2 0.27 MB 685 37
392,585 392,585 0000000000000000050a42f5a55364b5eab59dcf1e1c0fc10b9463b3e67ebed5 0.00 MB 2 0
392,584 392,584 000000000000000006f64e30315ed266428761e5b233b415c146cd8302340239 0.29 MB 651 34
392,583 392,583 000000000000000007f70ff80bb31ad581f78392af56e0efd60d43321237dee9 0.18 MB 217 15
392,582 392,582 000000000000000002ff5c0834853b8cc3e58082993ea43b913b5d1895efa241 0.17 MB 318 28
392,581 392,581 0000000000000000088e0eadee401035fad6896ba2ec25f7222543ed26defb8d 0.47 MB 835 28
392,580 392,580 0000000000000000073f452c855ca7b4f717ef58ac34e7bef4ae77cc1fa55237 0.35 MB 545 26
392,579 392,579 00000000000000000738227ed4616f772c3a9a5d73209d409582b3283b5ac038 0.55 MB 1,101 37
392,578 392,578 0000000000000000038cff1a9d0eeb421bded537b2551eba6b8346a35ccc1780 0.00 MB 1 0
392,577 392,577 000000000000000008afef43f84e9ec1f3f77b69d50152c571bc033c1b8531aa 0.79 MB 1,271 22
392,576 392,576 00000000000000000708654c066efa28b08e60a9a74d8e0a6a10c8f2e53230ab 1.00 MB 2,131 37
392,575 392,575 000000000000000005b5ecdfc30c758aed286dc66a5492ef727ba5bea77fc234 0.24 MB 348 23
392,574 392,574 0000000000000000063d3f0bff7f77866ed119a8da35d5223f9886fdef71ba87 0.25 MB 234 17
392,573 392,573 00000000000000000452e0a204fea0af4cf003da3c595916b30c50dd3a50e0f8 0.18 MB 223 19
392,572 392,572 000000000000000005af14b6ca979791f1dbe1d1f7aed442b3fe04e21b5a1573 0.27 MB 294 15
392,571 392,571 00000000000000000408c4795d28c8302b5512cbf36d86a7b5dbd47ce2b010fa 0.60 MB 911 24
392,570 392,570 0000000000000000035ac269eb48bb7504d39da59315e34631d14cb2ba4d3545 0.28 MB 545 30
392,569 392,569 00000000000000000935dea185ee90d95909f81fa3dda1fccd158c936e7dbc38 0.43 MB 906 34
392,568 392,568 00000000000000000a24288821c23a1eb0975fb099ac5f61b92bfc9bae05e749 0.20 MB 298 27
Previous 10 blocks ↓
Total Size: 769.26 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,635.28 GB sent, 94.23 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.