Memory Pool Memory Pool Refreshing

5,482 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (700,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,681 207,681 000000000000025910fcb4b52259dd9d4d0b2fe4528cc05abe0c680ce3915981 0.04 MB 98 111
207,680 207,680 00000000000002369c8049cb8aacdfa927329a3424657a96569b6be1ebc2a22d 0.17 MB 375 179
207,679 207,679 0000000000000206306eb70a874099669fe988edb033971706669e2005cc76ff 0.00 MB 10 169
207,678 207,678 000000000000015cdb40f987fd6f2d41d6230aa475b6594a1b2749d1d732b69b 0.11 MB 256 208
207,677 207,677 0000000000000221294636cff448ed4fbd456e81a9f64c3a29ae344ca2201f31 0.07 MB 158 186
207,676 207,676 000000000000003d20e13fd7330cc465b532f6575cc727c73348df8686cb5aea 0.05 MB 104 111
207,675 207,675 0000000000000446e33464eb02b8e04388c37a1ef2b435fa911315d66441d6e9 0.24 MB 520 198
207,674 207,674 00000000000000f1e65f1cd1e8aded72c3d56efb23d3c48acf64e280a3a2e77d 0.00 MB 9 46
207,673 207,673 0000000000000165dedb8ad86bc8f5b25a62ee48b21e7a54cc4f88e6a1965661 0.05 MB 136 7
207,672 207,672 000000000000045c15b38eecffe78de6a28ed54ab2b509ed14be155470bbc56c 0.17 MB 415 187
207,671 207,671 00000000000004e5d48a7789ff0db6924eb42a53ec7fa868eb7ffa8cb2a54d6a 0.10 MB 251 224
207,670 207,670 00000000000002e5b485428320a97962cd70fe233ea8677e94276d0b0a5728f0 0.11 MB 220 142
207,669 207,669 0000000000000146bd9d4e42b37e5709084f6814d9c3abc997d759c29d8fb2e6 0.06 MB 137 109
207,668 207,668 00000000000004a95edf0d48303461b3c2e83edc7a07d2f11d27f329eb54e439 0.20 MB 369 180
207,667 207,667 00000000000000af24a160aa13748ca8c2e9f71ca6730f74b736091053588535 0.03 MB 39 140
207,666 207,666 00000000000002f8b7661d4587bd5595e738f5ad0eb76fd820f1e688b00a5539 0.29 MB 461 98
207,665 207,665 000000000000008c762995c23f1b1a96f51ed8c91d7c21e04ccb981ee160329d 0.00 MB 13 31
207,664 207,664 000000000000013de60f6044ba8fd8304d0cfa099b2cfc896f251643dc643355 0.14 MB 272 187
207,663 207,663 000000000000048f26e4ad808853060dfa429afaaf502e3a2fb6aed0c0cde1a7 0.08 MB 202 219
207,662 207,662 0000000000000237f4d61e590ab5fbd887d3b77c424c3c8f376e44cb48090d5f 0.00 MB 9 605
207,661 207,661 000000000000003321d8c0d35c3faa299a5df717cb2e0202eee0c996c206b8ae 0.03 MB 55 142
Previous 10 blocks ↓
Total Size: 769.04 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,626.27 GB sent, 93.06 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.