Memory Pool Memory Pool Refreshing

3,570 transactions
1.30 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 (717,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,290 190,290 000000000000088d6240a02a98a9a0d1939aab8fecd7c18d4c038217d3e54f69 0.16 MB 256 77
190,289 190,289 00000000000002923aca4f6c336d5eb479af3810cd2cc8e3df8017ef4ec970fb 0.05 MB 111 65
190,288 190,288 00000000000001c4767e5e06810a1c8e91e72b25e756f9a9d3054510408b763d 0.25 MB 623 126
190,287 190,287 0000000000000809f934c5dbc1a58cece52742f31292bfebed78d2be9b7f76fa 0.05 MB 148 59
190,286 190,286 000000000000082823bf05d81d9d0535dc523839e49a8b798354a695ea01b996 0.19 MB 418 136
190,285 190,285 00000000000002b91bdce8e98d9a444058d572055208e75a8b77d31702ae1c83 0.01 MB 41 137
190,284 190,284 00000000000005248478bd27afb18124df9bd105536cc39427bde5950109f0e0 0.13 MB 312 123
190,283 190,283 000000000000077e0f505d7eaf742311fef064508b5a1cbe785176993e58ea41 0.05 MB 125 55
190,282 190,282 00000000000005a6c043f4ab12ffce288b40c13dca0c60719142787e281303b2 0.21 MB 519 200
190,281 190,281 00000000000002cdf30c124c40657cf631dda0c2ad64ed8f026650e8b3dff1e7 0.23 MB 616 126
190,280 190,280 00000000000005c54dc6e9405a603f506ec4470ab157b33e4cd676e1bcf40df4 0.25 MB 626 134
190,279 190,279 00000000000005eafe7208dcdf5bea8b7c9bf6036e5a0fdb6f5631cc7c601765 0.10 MB 256 134
190,278 190,278 000000000000087f469a3a59b436f9838610f2cdf42584f9eecc6a39f4f31401 0.25 MB 92 61
190,277 190,277 00000000000001fe93500ce9fd1291e8e79e36acfd98f9e63ebc124c1436f30f 0.05 MB 127 263
190,276 190,276 00000000000003f73b2b6e2d4c0fc6b14ddd3c84fb3cc013159137e124c6a1ef 0.06 MB 128 22
190,275 190,275 000000000000065ecff1ab2dd811e6328bab8a128cc89468ea9eb09435703d74 0.13 MB 444 155
190,274 190,274 000000000000045fe6533621748d9343fdc9b54e7eeb7e1397b1841fb77b57d7 0.25 MB 556 130
190,273 190,273 000000000000072bb3ab2b6b418acab8eac52308b7fb224f4393f44611238ef3 0.00 MB 1 0
190,272 190,272 000000000000066c3b7820128ad92ac91b7020d7b70e23ff60d096f9b8d4cd2a 0.05 MB 143 7
190,271 190,271 000000000000016408cbcaca3da4456d0564a85d7213deca565057de3c700833 0.13 MB 359 140
190,270 190,270 000000000000010ccf94e86aff946c9f0f784a4e90a2dc4498d27b306a5cb2dd 0.11 MB 259 183
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.