Memory Pool Memory Pool Refreshing

5,416 transactions
2.46 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Priority:

Feerate Time
3 sats/vbyte (within 2 blocks)
2 sats/vbyte (within 3 blocks)
1 sats/vbyte (within 12 blocks)

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,748 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,656 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,747 (857,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,554 51,554 000000000e930630f5536b1873be6c152ff789c8d74361b8aadc7aa2aecb5dfe 0.00 MB 1 0
51,553 51,553 000000000bd3dfb0648dc8f655d165d190f8eb65b2779fc99fcfc5f29d1f69da 0.00 MB 1 0
51,552 51,552 000000000449b7de5fb88e71683c6d4017f06bc487e7eaa87331870a2d27ea56 0.00 MB 1 0
51,551 51,551 000000000ab520619f7631a3eb2ed977ad432fa2b97f4bb6c343e2ff0f49adce 0.00 MB 1 0
51,550 51,550 000000001647f9c735d7eaa4310823766c092cc0147d79af30b7eb506f028c11 0.00 MB 1 0
51,549 51,549 000000000e12dd1501186fee715bb30eed909b0de28f968f4b4ed1518e8722dc 0.00 MB 1 0
51,548 51,548 00000000072083371ea3717d3fd066914f743b04cfade37829bf8d0d9c95aec7 0.00 MB 1 0
51,547 51,547 0000000017a07c3d3c88d79d18d3b20c871996b2b5ce69470beb7cdb1699fe2c 0.00 MB 1 0
51,546 51,546 00000000161baaf52d7ab02d88b875e584aef308bca63e63bf0ddab83ed282fa 0.00 MB 1 0
51,545 51,545 000000001dbd44044327297cd50da0e9f30506233afbfbb3608dd50a6b7bd99e 0.00 MB 1 0
51,544 51,544 0000000004a32be33e00d3407fb14dd1211144b9af3a63a0f0556b746d49a7ec 0.00 MB 2 0
51,543 51,543 0000000012a732606a14606e0d6a92d860359b64a8bbc5318bebe1d477f24482 0.00 MB 1 0
51,542 51,542 00000000203a920b0723e17884f39534aa6662ed5d90935b0b07fbd922d7926a 0.00 MB 2 0
51,541 51,541 0000000012dfc24a4b4364b79ab6f7bc498f69e76f5f5d01823eabdf80a294e5 0.00 MB 1 0
51,540 51,540 00000000157ba9bd8b4847f697040803c6d8f9f02a1cdc175be688bc65249db2 0.00 MB 1 0
51,539 51,539 000000000fb8d11b29dd2c5604835ea0257383d8a3030b2010c1b8e0b8c7c596 0.00 MB 2 0
51,538 51,538 0000000001133587e64ba067480c3f998c341bbfa3d5a91359a0e2d86ded79d0 0.00 MB 3 0
51,537 51,537 0000000008af35878a264d873e70d4a494c031ce3c7853906b2635e47c62001b 0.00 MB 1 0
51,536 51,536 00000000042381c0d1e9d3bb1bb9542429c2ddf757ea04a011476260df0476f8 0.00 MB 3 0
51,535 51,535 000000000730c7f5b3c07ec7074769272ea0b45e8234a808c1fadeaa2612740a 0.00 MB 1 0
51,534 51,534 000000001867645b32e99120329991f0bfda625b4221ac2f68815f65dac003e7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.09 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,856.05 GB sent, 102.47 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.