Memory Pool Memory Pool Refreshing

3,136 transactions
1.35 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,755 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,017 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,754 (702,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,452 205,452 00000000000003c4e8bcc965f64c6f55490d49225616b337cef317db8495cded 0.03 MB 66 157
205,451 205,451 00000000000004760945c8d3f6a12568bdacc0898a08a24e863cdd06ecbc486a 0.03 MB 74 138
205,450 205,450 000000000000012fcba695acf2e0f546a131e2af67be146badcc5ef82d5b90a5 0.06 MB 112 143
205,449 205,449 000000000000016d600f096ce0bfb61ddc87e9db024a0b378e2c82beb3601e57 0.00 MB 9 31
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
Previous 10 blocks ↓
Total Size: 769.08 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,628.29 GB sent, 93.33 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.