Memory Pool Memory Pool Refreshing

6,192 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,846 (672,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
235,385 235,385 0000000000000015474d868749b5c5bbe304adfabfb129d766043287327fbe51 0.47 MB 1,170 195
235,384 235,384 000000000000014a4b5fddf3c8abb6209247255ca9e8df786b271dd1b2ac82a6 0.00 MB 3 28
235,383 235,383 0000000000000087c5e0b820afff496b95ba44ad64640c73b234d3261d3f99d2 0.15 MB 156 52
235,382 235,382 00000000000000afa0cd000a16e244f56032735d41acd32ac00337aceb2a5240 0.30 MB 454 101
235,381 235,381 0000000000000180f81196358ac587c4731fd6f356fd58c18ee80c9aa7eb1387 0.40 MB 805 140
235,380 235,380 0000000000000157ee35de3a66d6e55daa5a5a0fd4debc5746f487cca802049f 0.25 MB 720 269
235,379 235,379 000000000000004beb5dc448e9885246a23d11501fb6e2ea36f331b18ee07548 0.17 MB 273 137
235,378 235,378 00000000000000da231035fba3b764f01521e516fa59e1a199738ee2438ee42f 0.00 MB 1 0
235,377 235,377 0000000000000134c52f6aad1133619c5f68c59428a9ef2c17d8c4ec26ade99e 0.25 MB 548 156
235,376 235,376 0000000000000015a2f4443010c7f0ac472d96530bac8f40b98eda95d18f8176 0.22 MB 398 166
235,375 235,375 00000000000000d0542730e2a1175ca8dfce6d187669223fe02ad85361139067 0.23 MB 513 173
235,374 235,374 0000000000000036bba4f7485b8f4979e832bf0be23cd662faf23a8779496282 0.18 MB 425 206
235,373 235,373 000000000000005d1915fa65cb27a92b7e21048a6bfdece0239f7c035c8ec8c5 0.20 MB 431 159
235,372 235,372 000000000000004a742fe3ab17fdf2bd1a67edd3f95130ec8ec9b3decf495cb3 0.02 MB 68 69
235,371 235,371 000000000000013923424632757271de9c6daf0009ea33881cf21a28fcb30301 0.09 MB 197 173
235,370 235,370 00000000000000338eda56bce01657b28442cdf42c48900ee9cff37dade287fe 0.15 MB 218 114
235,369 235,369 0000000000000147b297338f751da6dee4dd0ca757186f3316df6031c4a3031f 0.31 MB 605 210
235,368 235,368 000000000000014d421fa53c12c718a8c8da1b7b986d6182b1ad9ff34f65e032 0.26 MB 558 166
235,367 235,367 0000000000000145b274ec53e2e9f51789670c9dd508841e6f9e06b7a469bd23 0.02 MB 58 46
235,366 235,366 0000000000000108193380f197c81a8ad08dfa8588f97bf94e1ad648cce709f0 0.29 MB 646 165
235,365 235,365 00000000000000523699931117f55b6b2231ffdbca05c45c960acc6acc71ac23 0.20 MB 474 171
Previous 10 blocks ↓
Total Size: 769.25 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.20 GB sent, 94.19 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.