Memory Pool Memory Pool Refreshing

650 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
908,042 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 609 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,041 (761,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,425 146,425 00000000000008f0f797e20d37684c25f0e8028699648b0e29e5ad31c9454b52 0.01 MB 22 31
146,424 146,424 00000000000003e31f58850d58b5c8ea86094f0306e60655a25df7cb200755ba 0.01 MB 8 31
146,423 146,423 00000000000007c26f45acac7b95b76069c8a304db31fe700cd7e711f9211068 0.03 MB 111 77
146,422 146,422 00000000000001a7a79d1c112fce0a2377a9a703303e301f08cb019f7c0616de 0.01 MB 19 124
146,421 146,421 00000000000006e5be24133e26e8347fed0f07737ed11d81bf03ccced9fa880a 0.05 MB 160 15
146,420 146,420 00000000000003f828f55cb94703cbae387adb8fdb2f43e7cb19d05734adc329 0.01 MB 39 83
146,419 146,419 0000000000000389c813e5cd3ec83cabe0769deb352934441a7c3e32780d41f5 0.00 MB 2 194
146,418 146,418 00000000000005d5bdc7ee2300234f701ada59663657296cffcaf5fd973b0a82 0.02 MB 49 143
146,417 146,417 0000000000000623d0a5ee5ccdc971f9a5e5ed8854d6e9a7b54990aa6d30c26a 0.01 MB 27 69
146,416 146,416 0000000000000043e2ad3c23321f3cc2a71b9b5d1d90c4a448ad1e2b834ca3a2 0.01 MB 29 122
146,415 146,415 00000000000001684c25e8d12fcbd630bbea09feb1f36918f661bf8dbc213d69 0.02 MB 59 216
146,414 146,414 00000000000002b5f32e77a8489ddf2d68c276fe176b59a8c29c1f2d140545c3 0.00 MB 8 407
146,413 146,413 00000000000003d37147093c4484d6cdfbd3cdfa08c36c740dd3ac7c65fe55e0 0.00 MB 3 0
146,412 146,412 00000000000008b40d3a5dcfd4ff9b4fe99c4bab2b980185b5c6fc54bc9f2c06 0.03 MB 43 170
146,411 146,411 000000000000090ba1d2d7d9c2ba73b8687186d9683a64be8ae4af3c5ff7d78e 0.00 MB 8 405
146,410 146,410 00000000000002f816e51c30a27d250c66c9731fa19ce9bfbaf55d52b85f6ff9 0.03 MB 85 190
146,409 146,409 000000000000083afb85d386037dd640f4d5488305f1c9d3fa3ac3fedd8a24b7 0.00 MB 3 80
146,408 146,408 000000000000002daa83a224e5dd093babe170f0717ea21cc1a4e20261403cc8 0.01 MB 17 282
146,407 146,407 000000000000062b45ad8e6b85fdaab426b6a0d4194bb01ffb523f22cd006eaf 0.03 MB 57 290
146,406 146,406 000000000000017ef31eb7d28aba49c9685d8c6cf33c413ba2adb4f12af26a87 0.00 MB 11 189
146,405 146,405 0000000000000735e04998efdcef48eeba661bf16ee783fced56fa34c6620cb0 0.01 MB 20 155
Previous 10 blocks ↓
Total Size: 769.62 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,652.06 GB sent, 95.97 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.