Memory Pool Memory Pool Refreshing

5,105 transactions
3.26 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,729 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 958 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,728 (698,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
209,121 209,121 000000000000025675520584a49de33ad91400b754bf4bb66b205fd634efbb15 0.05 MB 133 123
209,120 209,120 00000000000000ab6f52db1a7b636d13b190710f3a91763fd585b8f0e7904e3d 0.05 MB 142 131
209,119 209,119 0000000000000052b908b9462c52f1bcc112495b5309d6bc2497bdcb75e279fe 0.06 MB 154 160
209,118 209,118 0000000000000009f916b1edbedb8914601b9fc751b8c23ee01cc7e3b078c6c6 0.00 MB 12 59
209,117 209,117 00000000000001942363e47f97c3dd54f4f71bbdb76d4e40ed299db7f9c7b11f 0.07 MB 161 155
209,116 209,116 000000000000029e2af6b4ed6175f7c1e72dc5973b03a1a0577747ccc19e0620 0.25 MB 351 111
209,115 209,115 000000000000017ede695e50fbb9b935305f2b6e8e684130b42b48808cfdc1be 0.25 MB 817 306
209,114 209,114 000000000000007aaa8c8ea17b972b3a142b6dddcc1f2e84bf2fd29eceb80444 0.05 MB 121 219
209,113 209,113 000000000000013b94ac32ee3f00dd6d035c0db7acdf7856e4029b5f2b7cf172 0.05 MB 142 82
209,112 209,112 00000000000002f26571955dbda2bc3c61b9fc5d021199152ac295f8771b8477 0.25 MB 762 231
209,111 209,111 00000000000004656af05eaedaa04f4cd229d63f08e057b5ca57cb3823753767 0.05 MB 128 131
209,110 209,110 000000000000034d02ca8abebb364f5f7fa4dff22e79ffb48bc17dea6aedbb40 0.00 MB 1 0
209,109 209,109 00000000000003f7c606edc624d73685ea8af1efcefc72b8c4394a0029b3cb60 0.27 MB 456 135
209,108 209,108 00000000000001c5b5517a5b7ec7911bacf4479f12072c108c093895de195782 0.03 MB 65 130
209,107 209,107 00000000000000fa67da56644577ca6b6522e5fa9fa0fdc998d8b28b99442c67 0.03 MB 56 196
209,106 209,106 00000000000003e1a6256b38e16b8e3a27a86d39f03fa423e1d11a013789bd77 0.10 MB 154 108
209,105 209,105 00000000000000d13ff80ccbce4ede50a5fd442e8aadafa79732497cee0bbdc0 0.05 MB 139 26
209,104 209,104 00000000000004234d675e49601cc7e7d6f35da356f0126a8e012a4b4cb745e8 0.03 MB 60 67
209,103 209,103 00000000000000f54343ebdee0aae2c8334a8a262738d204d3e2f404e2c75b7d 0.18 MB 447 214
209,102 209,102 00000000000001fd252f7677b02daf3dda0f0f9ef617e612d114255e266a23ed 0.01 MB 13 125
209,101 209,101 000000000000043c1ffd6fd966a4ab36a702390398050baf2b981e904d346992 0.08 MB 158 127
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.03 GB sent, 93.05 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.