Memory Pool Memory Pool Refreshing

153 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,524 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 150 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,523 (835,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,611 72,611 0000000000a463dcb107c2ef532eb5450e70ec765ef3e9b859365692719f200f 0.00 MB 3 0
72,610 72,610 0000000000372d195aac9187ad624c1e1020a9af5d2b3d51dff92198a21b8fc3 0.00 MB 3 0
72,609 72,609 000000000094839bd4c1c17b5b238e649b5eea80575b415b4ff774cf3fadf3dc 0.00 MB 2 0
72,608 72,608 0000000000af839c8dd056fda4fd6ee1bbb6c6597db0c8a7138e65b3c9b90300 0.00 MB 4 0
72,607 72,607 00000000002a5757e805980ca08d972fc7be15535354d727165cf680f47e0daf 0.00 MB 1 0
72,606 72,606 00000000001d6e03129a556e40d15f4e603f34c5ae95674198414a1f983eafd7 0.00 MB 1 0
72,605 72,605 0000000000a91855e9331bebcf42ac4af02f9d566ae17ed54e2bac463ee7ee47 0.00 MB 2 0
72,604 72,604 00000000008f802e86609e14ee816222575b79625dc25cb5f0e16e0bf396b47f 0.00 MB 2 0
72,603 72,603 00000000003e9f3972ebd82918a36dd6d5783186126c63fe9496a93aecc095f4 0.00 MB 1 0
72,602 72,602 00000000008f314774a9a86329cd5b2d915b32108f6c993be98744e04d67187a 0.00 MB 2 0
72,601 72,601 00000000000c65c0fba0b77d08661c3ed5b5d818d677c051a6e86d05b55bdeb7 0.00 MB 3 0
72,600 72,600 0000000000b0bb4c63fbe5ddc8609bb316cdd73de0a52b7a7337eda7cdda17dc 0.00 MB 1 0
72,599 72,599 00000000005cd117fc2456e714661a5ee2c92bed6238907ef2b2e6cd4c0b8d5c 0.00 MB 1 0
72,598 72,598 0000000000b6d1ebf27e244df82815a9012b65b2976fa106c5bf11d225c29a03 0.00 MB 2 0
72,597 72,597 00000000000382f0ce120f92f5205e568adbdb7cb236163a742e14f501c82fb8 0.00 MB 2 0
72,596 72,596 000000000080257712c6d1734410829ffcb7603f24c688a51ed08ca8f1c1bdfd 0.00 MB 1 0
72,595 72,595 0000000000afc18b7ddb59a41e869516aca9c940fd2a6986cb74f242b5901dc7 0.00 MB 3 0
72,594 72,594 000000000034d2119fdefbac80b34896e12a0794df89002239966e9f6f622ac0 0.00 MB 1 0
72,593 72,593 00000000000b57238aded226e662d103344b8c1d1c95ea8240e885b06e688404 0.00 MB 1 0
72,592 72,592 0000000000411699ab4fc151322fb4bad55162162977743e5b11b0135a8c2c6c 0.00 MB 1 0
72,591 72,591 00000000009855aeee88cda32fe018e6a54a3112dd63cf6d3f52a60bea70972c 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.67 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,841.31 GB sent, 100.32 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.