Memory Pool Memory Pool Refreshing

5,669 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,665 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (701,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,722 205,722 00000000000003207f7e350790292577f31ad3a3be911c1e40a62960875c4360 0.06 MB 178 267
205,721 205,721 00000000000001d99fd82349406a7ca430085334464e2cdf1c48548544131d45 0.09 MB 154 136
205,720 205,720 00000000000003c964bb656667d3f9a6481e50ffd4b87dbd66dd54269432546e 0.15 MB 411 238
205,719 205,719 00000000000003d6705873ca6224028e20da573f8703cb89826b5b4c15251416 0.08 MB 173 174
205,718 205,718 000000000000013e5eda2f97eb9e210a425d029423432a765897e7541af76a11 0.11 MB 286 232
205,717 205,717 00000000000003cd46c72332b8dfc747a5f140a6c27fedf0e86d6b2cd3a80060 0.03 MB 68 197
205,716 205,716 00000000000002ae29f2095dd1a7ed0e8cb096378bef79516d775e7459827fd3 0.08 MB 170 180
205,715 205,715 000000000000026f409e8ad091362ce13c1a11c2389dda307ed5affc5c024568 0.23 MB 225 61
205,714 205,714 00000000000000b33e94cbe0bd709729e2454cf721c69ccccdacb4ff91bf5c12 0.06 MB 180 34
205,713 205,713 00000000000000b84ac37529bda2d0eada2d9c27f6524e23b3e4e317c1dcbab2 0.16 MB 199 94
205,712 205,712 0000000000000491ca606ce243094e129141d3a2a25585fdb55a94174264f6c3 0.25 MB 674 197
205,711 205,711 00000000000001359d4445e5873e1499355eeea59babe6bc57b067f8ea2457e1 0.05 MB 108 209
205,710 205,710 000000000000040b18186d83f69e414d80fdbef3219d436a095e309d9389bb5c 0.16 MB 430 211
205,709 205,709 00000000000002975370fb38a87d12f759b06cf581103c223a09f9737e9d35dc 0.01 MB 28 207
205,708 205,708 000000000000010b213f874211287a6d5185bbe31feb89ad2957a9d592a26a70 0.08 MB 183 152
205,707 205,707 0000000000000287194f18a9e6a377321ae4f373b58230971b89c9c20b32bc3b 0.02 MB 40 93
205,706 205,706 00000000000002f32af2177d080b380a51de6716b283a94c3b68d775d282747e 0.01 MB 27 105
205,705 205,705 00000000000003c7b28ce96084c634ba121a8bf68453c1690bb5ca5f1fb6c733 0.01 MB 39 110
205,704 205,704 000000000000001293b400521b0269da18d7166ddb2d55d6b1a84d60cae195e5 0.09 MB 224 245
205,703 205,703 00000000000001281a4010f104f71b0e4ed70f2bbd088d928347be0be49aa811 0.10 MB 202 152
205,702 205,702 00000000000004cb74a29ea23d5f18f653587637f25b8156e6e9395510efad0d 0.10 MB 254 253
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.56 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.