Memory Pool Memory Pool Refreshing

768 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,774 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 752 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,773 (707,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,814 199,814 0000000000000205a0f04f4411ceecaab66ae36cee5f756f7b712d0e9bc049b7 0.19 MB 349 134
199,813 199,813 00000000000002af7654d68820e8903c475f3135afa5abf02591f8e8e6aa2bd5 0.08 MB 227 128
199,812 199,812 00000000000000cdeb733313389f67b5977ab7d3beca900f1c74cce1fac47891 0.08 MB 226 157
199,811 199,811 00000000000005a7c17264c4cf9556d24185acd6f46816dc7283df5f7f2eca51 0.09 MB 222 236
199,810 199,810 000000000000039a5789cc284025091f5adfa1f47aff32626d13a0fefd13a1d5 0.03 MB 109 55
199,809 199,809 0000000000000089a8a67e6ea5ed23a59b1fc61f49a1adebb2ef4ddef110cea8 0.09 MB 149 728
199,808 199,808 0000000000000401fcfe00c176f8c86a8b2885d7c83c9056ea7358e5ddfc2eb4 0.03 MB 56 45
199,807 199,807 00000000000002a422d1bcb896240b552f36691e79b42ff60590f10adc56333c 0.20 MB 413 495
199,806 199,806 00000000000000296c68d3a5c943fbea41b4457b4beecef9290bd924ed4417c0 0.11 MB 257 143
199,805 199,805 000000000000050df366bd1ff5ccd92dc6b5dc62768231d90af07871f7de86f6 0.01 MB 32 0
199,804 199,804 000000000000054fa50f3c33104b5ae06373e6887c887b7c02c54cbb462f3f4f 0.05 MB 80 132
199,803 199,803 000000000000015781e58831cd47e0b0de5a5598a0738974d708abe65c697f1f 0.05 MB 124 112
199,802 199,802 00000000000000f0592acbe8d425604d1653e5435a3c8c5de952199a6524bd1d 0.00 MB 1 0
199,801 199,801 00000000000005742ada8c07ec5be31f18dda31b55c1dac1b3dbdc37d39835e9 0.02 MB 35 72
199,800 199,800 00000000000005c0c51a720ad801af7313ef666edc358c7bdd2cade47c8f62c7 0.12 MB 247 80
199,799 199,799 00000000000002339981f7c40cce7ddceecd5e5e7dc4a4189a8e74fafb094cfe 0.01 MB 20 91
199,798 199,798 0000000000000312b2331383be11a00afe7a27cf1871388eafaf711bf6349201 0.35 MB 797 112
199,797 199,797 00000000000002c69bfbc644834398444aa550d34432930ed79042b0f022f778 0.13 MB 256 98
199,796 199,796 00000000000003ee5055a3f1e33c03e2cacfcad613a5cccbfe96116d9fcd8a10 0.05 MB 111 162
199,795 199,795 00000000000000dc0089cf3669ab51b95af557e7fa8efd5810c2286590c7d4df 0.07 MB 157 105
199,794 199,794 000000000000043f053bf8dafdc05788bf2bf49c6872fef370832b31f92ea779 0.03 MB 68 135
Previous 10 blocks ↓
Total Size: 769.11 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,629.78 GB sent, 93.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.