Memory Pool Memory Pool Refreshing

11,565 transactions
3.32 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,120 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (687,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,407 220,407 000000000000038c1770cc1a83f437241a90f341855043393752011135b8b7c6 0.25 MB 393 110
220,406 220,406 000000000000015e8b8295d2e475fecd0eaed034385a44eafb8e5443807787ff 0.25 MB 771 227
220,405 220,405 00000000000002b87391cdcaa836f443f860b1c0a7377af2d8c0eb9cb119f3b9 0.25 MB 552 173
220,404 220,404 00000000000001b3dc041be5d37c1985c5b93588de7ca6e3ef180d4eada0d8ca 0.25 MB 454 152
220,403 220,403 00000000000003b09bb3dff500bace98e613e89f161fd63282b0d650f51946fa 0.25 MB 831 268
220,402 220,402 0000000000000332ef316a344e388b59274034436cfb2b955d6ad1ed2b13d5d5 0.06 MB 154 138
220,401 220,401 00000000000001e4846b1b99334e579ec459c8ddabf2639473d70087f2916b53 0.21 MB 290 107
220,400 220,400 0000000000000025e7ff937023d2d8ea9cec59d4ebcd1c31da4f73f5326edaa8 0.25 MB 624 221
220,399 220,399 0000000000000403d07ab09865ac11b765d0e4b24824bfca29050f20ba022887 0.08 MB 236 18
220,398 220,398 000000000000010b45b378c595218285c29f487903d912a4480df353e168412a 0.33 MB 548 64
220,397 220,397 0000000000000095df743e052378291d269247250b7131ee22b169a10ee13e0e 0.25 MB 624 172
220,396 220,396 00000000000000131a0700b5b2da877dbd41fa8bc298311268080607ad966010 0.27 MB 91 88
220,395 220,395 000000000000024286d7067cf19a1f0f5410d11ad3ca937e09ec7a1e87c4b503 0.28 MB 618 167
220,394 220,394 00000000000004206bc81d85e24730c2752347a703f4ab5e42f6d4db8e136025 0.05 MB 123 39
220,393 220,393 000000000000013768281ae2bb661e2839bb5877f860f70f7a05ee19b7e31792 0.28 MB 537 146
220,392 220,392 00000000000000801b3ac6ace43f57f2f88ae98f1aa618f092ba920144dd5e57 0.33 MB 443 115
220,391 220,391 0000000000000425532cd4f54b8d328be1e23daac0d68aacb973df5dacad4fc4 0.25 MB 750 205
220,390 220,390 00000000000002e52a96539d53ed69f10a657d2c7ecb8a6df4021ad52ef1fc8b 0.25 MB 835 280
220,389 220,389 000000000000028bd4a7976f8cd7176953022a01c44d0ad3ce2f614ecd2724d5 0.16 MB 512 229
220,388 220,388 00000000000000226757cf40cb5e0a9706d5974623b31343bc602a93486b1d69 0.05 MB 118 148
220,387 220,387 000000000000003b4fcb700db507b7900481b508dec37cd784c39d4d1c99ce58 0.12 MB 216 106
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.03 GB sent, 94.13 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.