Memory Pool Memory Pool Refreshing

17,557 transactions
5.65 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,769 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (717,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,370 190,370 00000000000006a588bdab36e01b3e12ed0fb6a17a4ca2e05d9a2c201d1dd831 0.09 MB 247 117
190,369 190,369 00000000000008ba8b2496c84c08bccc5788b16256ab3119aa8cdc4b7f0751b3 0.01 MB 25 118
190,368 190,368 00000000000005406e2b3a4eb9054c514d7d1cf3b0b9bde01bb6588075caabf2 0.07 MB 166 120
190,367 190,367 000000000000064e529a50df87a1e2532902c0226493ac91cdcee9874cfe8027 0.00 MB 12 30
190,366 190,366 000000000000034ababa355c1cb8c551283dc4056e8493a93da9485d5d5e620a 0.11 MB 264 147
190,365 190,365 000000000000059f9800bf06cb5e9560b7271d012b5b2709f053923d3ac0844f 0.09 MB 244 105
190,364 190,364 00000000000002b6d6b6eccba5e4fa67cd597a3b711d9df47f6c184149e7f3c8 0.00 MB 13 15
190,363 190,363 00000000000006ea8b7025cb15bcc4e9abc13abbcb8c2c09671516c7a92f8f69 0.05 MB 128 133
190,362 190,362 00000000000006a0aa8ed929491f8f40ed9b1f43f91e727f03239430ebf9f249 0.12 MB 227 105
190,361 190,361 000000000000017f8e9eea1afd224c62533b3ef6ea9edc9ab636c0bff17b47a5 0.23 MB 511 125
190,360 190,360 0000000000000380a19b31760a430cb1ebb97442ca369a870c1cd5ec00a9feee 0.16 MB 512 323
190,359 190,359 000000000000018923bed6c767a6424fe268a693a73af87bfd86ab1f784293f9 0.06 MB 141 102
190,358 190,358 000000000000043128c67245e77789a98168c5f0c4e6d325d0c6ae71fe9e3318 0.08 MB 237 134
190,357 190,357 000000000000072819f5be4c58be16fcff734ed867a9dbf087b9d78823ab993e 0.07 MB 199 150
190,356 190,356 00000000000002e32ae3efe6bcc09d415aa3b1615dcfe9600826be9d4a548d38 0.01 MB 32 81
190,355 190,355 000000000000019d25fb9ffcc7b16df7dab0d84970707fdbf01ca646689e1964 0.06 MB 135 119
190,354 190,354 000000000000037429c68476e017a041f774c1e33e8a35ab88a574bd28685d42 0.02 MB 50 82
190,353 190,353 00000000000006531d514aebe01bd98d5a3bf57655036597af74c56fb19de0c3 0.03 MB 102 51
190,352 190,352 00000000000003457264a80474bc261d7c821b4dbebece379b9eeb3556cfbfd4 0.06 MB 124 97
190,351 190,351 00000000000003932aaf8d7c0ddb237f06bb83ca9a91c78c964a642cb2d797a7 0.01 MB 22 86
190,350 190,350 00000000000005bce691b29f96581357b26113c857675fee395f271dd2de341d 0.08 MB 169 122
Previous 10 blocks ↓
Total Size: 769.02 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.21 GB sent, 92.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.