Memory Pool Memory Pool Refreshing

705 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,705 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 689 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,704 (687,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,413 220,413 0000000000000182774119a7dbdc0364035cad90b51e9b1898ca517d3843015f 0.24 MB 612 196
220,412 220,412 00000000000004783e4bdb9b2cf25a55e4df33390fac01aad3fc37ff95ac8fec 0.08 MB 152 169
220,411 220,411 00000000000004860a650f097e57fc39c6d60b01ac55f85c4ebe7b28ff68f905 0.04 MB 85 143
220,410 220,410 00000000000002f8d9a24d601733c7b4c97d046703c1cc6d448f35c20a33d8fd 0.20 MB 416 155
220,409 220,409 00000000000001357e7a1d1115604c2c9c99fbb984a7db85b0468109052c14ee 0.05 MB 99 159
220,408 220,408 00000000000002e900a7ce18905fe87ac52b4e24345f35911c9ae52eca9d6832 0.22 MB 481 166
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
Previous 10 blocks ↓
Total Size: 768.99 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,616.58 GB sent, 92.76 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.