Memory Pool Memory Pool Refreshing

9,785 transactions
2.92 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,837 (687,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,725 220,725 0000000000000311ae31d3f2501328fafe393ab0f6a9a677124b59c556f94294 0.31 MB 462 139
220,724 220,724 00000000000002e2947d5442f4613d8030c9ba6d25cb3bcfb3e573041fa71c6e 0.25 MB 528 191
220,723 220,723 000000000000007a16a7037079718816ded514a013051d18607b90d38705a822 0.05 MB 148 38
220,722 220,722 0000000000000496c63d0324dc38e5fb1bb9795a1b42789e41b5700467ee09d8 0.25 MB 784 275
220,721 220,721 000000000000026c799bae7b23058e0b0e7522e7b0a5245cc6b663a6ebad50ec 0.00 MB 1 0
220,720 220,720 0000000000000483c7fc6a38880acc70ac258539e8c39b2f84a468c74d54335e 0.00 MB 10 451
220,719 220,719 00000000000003deda15d8993bb7826a30c3c5378bb257e61d8f59bdd2480bc1 0.00 MB 9 36
220,718 220,718 000000000000020d6774a16c618eb533857f1f46a76e7dabe18f5a2790f449d5 0.25 MB 814 301
220,717 220,717 0000000000000017df0279cb3062c3a445caa64ac15129c9c935b0564ac32644 0.00 MB 13 14
220,716 220,716 00000000000002243a4e1168507c627b7902d2cb155cb073734a04233237638a 0.08 MB 180 111
220,715 220,715 00000000000003217fb1d715fc2fc7ece147ea27c6bdbcf6a996a723b8d64628 0.25 MB 665 263
220,714 220,714 00000000000000f22eaacebf9597fc2afa57da6d345e9d0fd9f291eeba1c6afa 0.28 MB 600 194
220,713 220,713 000000000000020c6e27d8f612c54933cfb4204b1c0b02f0ce49c70e6a654e54 0.11 MB 194 143
220,712 220,712 00000000000003d790da41d955e10e60f94fd2bb81c49ba2c4416f98e0adda02 0.00 MB 8 651
220,711 220,711 000000000000013b31ccc0c09e91ae227c172ce68b2d7c98a245dd7224a39081 0.25 MB 609 221
220,710 220,710 0000000000000106e5188c177783b4414a59a891bf2ddc39d692c26ad7e79919 0.25 MB 417 110
220,709 220,709 0000000000000222c376ad12dc009d30fa6437c5a14199e4dbc8a8eb209460b3 0.00 MB 8 160
220,708 220,708 00000000000003cace45c79a67252aefb980681bf55513184843a974e43144c5 0.25 MB 630 205
220,707 220,707 00000000000002c3428d3e70ab6d4afd8a86edbcb863d367c30bf4f0c71d4944 0.16 MB 343 232
220,706 220,706 0000000000000198b2afc866b7604dd1db810d4c9b5530bdc040f6e18d8874fe 0.11 MB 179 136
220,705 220,705 00000000000001e578c7aeec90d36d40e9de9142c745d1514c50f196cb46e129 0.25 MB 450 135
Previous 10 blocks ↓
Total Size: 769.24 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.00 GB sent, 94.12 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.