Memory Pool Memory Pool Refreshing

91 transactions
0.02 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
881,865 000000000000000000029a8a0000000000000000000000000000000000000000 0.02 vMB 92 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,864 (658,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,234 223,234 00000000000000bba17f22fba7395913d6822c2f2050cfdf160a45318e0eeb3a 0.21 MB 94 30
223,233 223,233 00000000000002e67a5182fdbf074651a8682cf01bd75c4311e39e345b45b9ef 0.14 MB 314 172
223,232 223,232 0000000000000304e8971e47ce97bcfc97f3b3412a421039f336518ad04a0de1 0.23 MB 503 229
223,231 223,231 00000000000000f5a46ae16898bb37f89817f9e214808acac058792322d65d8d 0.17 MB 416 205
223,230 223,230 000000000000044747bdc3bb3a1706a4ed19e1b8d9196826bb298671b2a906d7 0.13 MB 270 139
223,229 223,229 000000000000008a97c74f2a7acc293a7222f1cad56f9e63462916ef7494b4d9 0.28 MB 443 136
223,228 223,228 00000000000000d2ad78641165f61bc4a80d0082ba258cbea544b5edbdd95330 0.25 MB 776 285
223,227 223,227 00000000000000efcfe210ca19b57762212c0773ccb4577750d8d83cdcdcaea4 0.25 MB 574 253
223,226 223,226 0000000000000103543ae06e8650a666302dabaef5c4a20b95179e6698e2aaab 0.25 MB 519 221
223,225 223,225 00000000000003b5fbe27039876afd55f22effb52573befa61537392f6e829a6 0.00 MB 10 0
223,224 223,224 0000000000000453aa3d344e474021a902d5f7930b44d1ca9385e05444136fe9 0.25 MB 725 280
223,223 223,223 000000000000045aa4e7f504484bf70a1568eb9de6022b976e6d875e3df2ff5b 0.44 MB 745 209
223,222 223,222 0000000000000147a61452eeeb27233835bf37033d4ba81349f0ac277320a32f 0.07 MB 197 209
223,221 223,221 0000000000000177e97d715e1cfcd70c2f2abbba140a85464d4d6bac8b04819a 0.08 MB 216 126
223,220 223,220 000000000000002a2ecede19e6c3a85b45ca212b80f28be7d533f3e8c005ba0e 0.05 MB 79 98
223,219 223,219 00000000000000f6ad3765be60a4c70580ebb11ee6c11613872b316fb8811243 0.22 MB 480 205
223,218 223,218 000000000000001e5a018a0dec23c43d26eca440075c79c39391f31db37a2cba 0.21 MB 428 169
223,217 223,217 00000000000000e73b3257d4bbd085c55579ec1fe6df895f2cc0248c4d30656f 0.26 MB 339 92
223,216 223,216 00000000000003d715b2a3bbe3b88625d4a260127e22e7c3a14c3941b435a31e 0.25 MB 581 254
223,215 223,215 0000000000000432109d0f3462e5cdb74741a22b4e220abf7700179743002807 0.25 MB 787 354
223,214 223,214 00000000000003fd7e82822a52daea48aba6fa6f706abad45b7035c6fb074900 0.25 MB 803 498
Previous 10 blocks ↓
Total Size: 722.16 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: 2,028.14 GB sent, 73.77 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.