Memory Pool Memory Pool Refreshing

3,420 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,835 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,309 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (724,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,666 183,666 0000000000000774171ef2306e220251bddfa257eb95801cd56a0b4453160cf2 0.15 MB 361 123
183,665 183,665 00000000000005f13fd37c2b52e4905de2f85a190908dc1b61818ac14fd6ed8a 0.05 MB 106 77
183,664 183,664 000000000000014b9e0278a01c94453c2c7bd7a6904e68a763883e8fbbd22e6f 0.01 MB 17 173
183,663 183,663 00000000000005565c729b398475999ed022f281f054324a31ee70d3c53e2fae 0.01 MB 18 207
183,662 183,662 000000000000024e6fe9a4cc667f0cf536d5b094bc2bb1d89abd4ab6d4b2b9b0 0.01 MB 44 57
183,661 183,661 000000000000020133c36452839a442f1d96fcfe934ec1cca1000dc595e3b7fc 0.04 MB 37 73
183,660 183,660 00000000000004a22eddd131075809abca8105b985371eef88ee23ac9517d7e2 0.00 MB 8 0
183,659 183,659 000000000000002a0999b0d6b27e970217e088bcec77ab86f600411ffdca8cee 0.02 MB 32 750
183,658 183,658 00000000000001cc8c951f307f22409a909ef260ab041b274952a3ae4ef0ac3d 0.04 MB 26 123
183,657 183,657 00000000000001f8e8f0c936f8b6eeae1ecbd98dad3e685328a4200829b25768 0.01 MB 27 87
183,656 183,656 000000000000031a16ac19f6ea44d1aa3fbf5063acbe27b60adcda675b539b65 0.00 MB 12 166
183,655 183,655 0000000000000172e09f8ccc725bdb4116ea749fdbb8bb7392c562547c626c66 0.06 MB 153 271
183,654 183,654 00000000000009aaf82fe2bd1fd55fb37cb924c960462ce5e05bfa4101ca1e35 0.05 MB 99 303
183,653 183,653 0000000000000630d0b92c8ab39af99a2f2e07438a35db3d578a6616a3ee6bc5 0.06 MB 88 111
183,652 183,652 00000000000001e1ea5c3eba310df34ce72daa2060d9d5f4f3fe062101e1d553 0.02 MB 74 16
183,651 183,651 00000000000008d30bc76bf53025689e77c3b672e90791fc8358fbff8885b49d 0.07 MB 84 62
183,650 183,650 00000000000004065d76845dcfff29bef3be6394d28936564fe34f951b67bdf4 0.00 MB 9 28
183,649 183,649 000000000000079f44c020c69ca762e8613d4b1efdd3c8cb73828e2a513cd1b4 0.02 MB 25 69
183,648 183,648 0000000000000152d8af2280d68c04ffac786a7a5e2a84bddf40202362162f77 0.03 MB 87 123
183,647 183,647 00000000000001fbae96cc609fa3c6af2bc8845ed6b56f0cf26f84a831cae67e 0.00 MB 11 14
183,646 183,646 00000000000004178dfd837e21650ef093a2ca9fff310305bfe9c1fdd2efecca 0.05 MB 189 15
Previous 10 blocks ↓
Total Size: 769.23 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,634.77 GB sent, 94.08 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.