Memory Pool Memory Pool Refreshing

3,584 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,533 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (702,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,448 205,448 000000000000049319094bce50f539b0e3b0420610cac090f15244f800277b3f 0.10 MB 221 255
205,447 205,447 0000000000000236c083ed9d187f146e50bd042fd8dbce71a6dde9ca3a82b9e7 0.05 MB 108 206
205,446 205,446 000000000000021bd68bbe62960a2cfc71a26ada55c4e8b2d07aedb1f7cc0e6f 0.05 MB 118 122
205,445 205,445 00000000000004134c412783c176c8db45a73508e13fd159502acfddd2f9a85c 0.09 MB 211 159
205,444 205,444 00000000000000d0fa03c2a41527c2f08b84aff34d1893bf2c1061f88f132f82 0.20 MB 288 193
205,443 205,443 000000000000013c62e7e90aef079a677c6acbb483be723c2b0762c28117f886 0.15 MB 314 187
205,442 205,442 00000000000003e872ca8df5fdbf5a6b5c2792503e7def8f8f384d9414c73932 0.00 MB 9 0
205,441 205,441 00000000000000d8b1d53f0ccf820fb83a88b1f4a265e3ace856084b709fb7a4 0.05 MB 102 293
205,440 205,440 0000000000000290203f3d9d8af69fe177f344f52ade925ae5e6b4678fc6719e 0.00 MB 6 17
205,439 205,439 0000000000000523191d037c333909e6edc7f084b2aad4e19ac1bf60820d07c4 0.18 MB 348 164
205,438 205,438 00000000000001a6395ca89be533c7df5b07a6553286f391d8b6187405b57592 0.05 MB 143 84
205,437 205,437 00000000000002892451eb5860a063e1158ed590dd07d84f3d71ba9dd064d050 0.00 MB 9 14
205,436 205,436 00000000000004a939ad95a0111247d31d3c17662a1a660974cd3266a0eb5a07 0.09 MB 130 143
205,435 205,435 00000000000005640937b15b3373e3ee9cec9ce01f11ba3a1f1bdefe035635c6 0.00 MB 1 0
205,434 205,434 000000000000039e0706d12180a54c38aa11135c9296d0637e8848815175d611 0.00 MB 10 470
205,433 205,433 0000000000000288654e10b0856679fba73c34d93ecdef289b299959033392f3 0.02 MB 27 136
205,432 205,432 0000000000000448fdefa036d714264790259498ee3ea2d86821bfc1d2accdd1 0.02 MB 19 51
205,431 205,431 00000000000000c605e23a9c248d07a7c9a317dd41c29d5bb37a7be58dd7a083 0.07 MB 182 180
205,430 205,430 00000000000002a02c110eb50fbdfe9ed291eed16cf218cf0c3120da62bb504f 0.20 MB 266 47
205,429 205,429 000000000000013f99bf1ba3c088d682a38cb9e344a535fa99abf454458b7d44 0.17 MB 166 268
205,428 205,428 00000000000004f3b9754bb42368a3c7537963f6663f43a26138f15abfcd4096 0.05 MB 123 358
Previous 10 blocks ↓
Total Size: 769.26 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.26 GB sent, 94.22 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.