Memory Pool Memory Pool Refreshing

498 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 496 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (700,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,031 207,031 00000000000002d8cd5b8a19f880715fef16b6c17e986dd9c7c72d32f6f7cbbc 0.04 MB 106 179
207,030 207,030 00000000000000554a95601fb812bb607c9204ec42dfe353f1a015ae282432c9 0.06 MB 126 261
207,029 207,029 0000000000000038ba2e25da8c7e63e5622d0e2877de864f9f04e6f587fd680f 0.17 MB 467 201
207,028 207,028 000000000000011dfc564d2cdab2fdcbe3edaa0b13dc2e2127165b23235631e4 0.14 MB 320 187
207,027 207,027 00000000000004f3d9dfd1439a0ad0c82e5e8b02b7c504d3a937d3b5c6934308 0.09 MB 184 113
207,026 207,026 00000000000000399d13626cade9298c96fa599e7debe6f404f7ec1a037b189d 0.00 MB 13 354
207,025 207,025 000000000000037f4c242fce6f05e5e097a727f6c4fd3404655b23a53a62c139 0.00 MB 1 0
207,024 207,024 0000000000000142df93c2c10b02703d3f6baf2feca0a7acb2adf0f5a742e232 0.12 MB 281 65
207,023 207,023 00000000000002cf7a0938367fa032e61d62bb0dd17531f2d78862b6dfca08dd 0.31 MB 595 168
207,022 207,022 0000000000000316e5288796e5ed4eba0d4d687e41b5e0d75904f78cd2fcc24c 0.06 MB 188 212
207,021 207,021 0000000000000461031c10236a9f9052dc3075441451318e81d97687410c33bc 0.31 MB 628 134
207,020 207,020 000000000000031bd4bb72b8bca9a86ecd09515f77b57589bdd896c00bb67bd2 0.10 MB 255 208
207,019 207,019 0000000000000136004c5c0ec75c7268803722e2079a94d2b8c5b0841d560125 0.07 MB 163 155
207,018 207,018 00000000000002247bd217a4ce02fd76ac3d35a558582c5c543934651c952ad7 0.00 MB 10 60
207,017 207,017 0000000000000287da12b879102e20804a832a47f800d3dcaaf2cba622c5ea1d 0.14 MB 260 150
207,016 207,016 000000000000027ff3c578ef3d0bb913737503dc4bee3bbda627ee014ae0f5b9 0.20 MB 207 102
207,015 207,015 0000000000000111f5769c010f07642ed18d0050813c3a8552aa602518b5c8b2 0.14 MB 330 147
207,014 207,014 000000000000021efb09416e62023817bb4a5f5927221d29dfa4d4df65176a44 0.25 MB 712 207
207,013 207,013 0000000000000180a26ced9d8a6f010f2b4e7b46268956e3988e56ff367bc2e4 0.00 MB 11 16
207,012 207,012 0000000000000038f156dfc2da10520ba18886102bdb6750c5523215f516ac1e 0.13 MB 284 167
207,011 207,011 00000000000004fd193c77496a1a2c951dfffe61e7bc832d154e8d6d089ef945 0.05 MB 112 107
Previous 10 blocks ↓
Total Size: 769.07 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.05 GB sent, 93.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.