Memory Pool Memory Pool Refreshing

5,216 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,106 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,835 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,105 (677,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
230,325 230,325 00000000000000793dea564fd570f9c7fa95056aa4755364260b1de41ef20a1f 0.08 MB 171 153
230,324 230,324 000000000000002d31ba9edc60ce1a0535f723a32a5c01f2334b1c1bda0ce398 0.02 MB 66 177
230,323 230,323 0000000000000198f5be9f9ab0f8b14f048c46b62a7431d24e000f29718f4578 0.16 MB 362 140
230,322 230,322 000000000000000013b542b70897dcb248a0379e7a2cf9763f5fb3e90759072a 0.05 MB 95 137
230,321 230,321 000000000000006ecf8c199992f43d3e364ab2af035c1a2461b072edf192dff9 0.25 MB 532 90
230,320 230,320 00000000000000347a699fc5c4a15564df2491d2f36595c776824e0c4931e060 0.20 MB 496 184
230,319 230,319 00000000000000cb288c48dfdd4278aa393a8781699be83af25c532046c4c8b2 0.14 MB 307 167
230,318 230,318 00000000000000a450fd05e98626553623c5afc717d33e6ad0a7aca2b1288e9d 0.16 MB 313 154
230,317 230,317 00000000000000ef380907f1d98ea009703b308ee77fd1685564ef5bf675b10b 0.03 MB 64 232
230,316 230,316 000000000000017e8b7a11349cb6f2d05a943e1d053526a18718d70f99bd7d2b 0.27 MB 592 157
230,315 230,315 0000000000000141b5a7995d359da68e88a17a9855e1e8c03c265bd05fe42664 0.37 MB 886 193
230,314 230,314 000000000000013cafe92953dc17c6ab602d6402478be70e77636a0d774f7768 0.09 MB 160 31
230,313 230,313 00000000000001c08b720366d6aa9978a18bbf9c35dff3611fb5ba5b87eb7880 0.25 MB 572 139
230,312 230,312 00000000000000b4461a90d741657c7c2589ff19fab39459f898b8b1084ea2cf 0.07 MB 136 113
230,311 230,311 0000000000000115e28f442b56bc79c8992f6fcb2b826da2d7b7c656a37a6b58 0.07 MB 125 77
230,310 230,310 0000000000000005ab28527be2daa7fd435f2c9c43d1ef37d66e147a86cf9023 0.14 MB 327 156
230,309 230,309 0000000000000184a87b84feb3a8c45a811adce39b9a9c16b02bba5a12be03f3 0.34 MB 750 160
230,308 230,308 00000000000000e4972bd882b2018fad1a793bdc70034fd0af7b3e93aa853db8 0.28 MB 604 162
230,307 230,307 000000000000013ab25ea5d23b793cb55a3db654f6052426b7ec7904f0b0932b 0.13 MB 369 262
230,306 230,306 00000000000000257fb02814216d410d03eca13d40745f25805c29c125734ceb 0.25 MB 499 514
230,305 230,305 00000000000000d0f157cffe92bf831e30bf496cd58ee7bf2079fd423cbc1e7a 0.20 MB 159 33
Previous 10 blocks ↓
Total Size: 769.74 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,679.27 GB sent, 96.61 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.