Memory Pool Memory Pool Refreshing

5,996 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,573 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,790 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (894,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,200 14,200 0000000059bc248e02560ab9d2a7cdefa20176a800b71e08fa7af19dea403d83 0.00 MB 1 0
14,199 14,199 000000005d136bf7fc9f88730bfd776bd9ecbe649c3e6c73c49bbd9fe1efad38 0.00 MB 1 0
14,198 14,198 00000000dded1ea96ef5ee66cf2b09db22b02fe549f1541b61b5cd403463ea5f 0.00 MB 1 0
14,197 14,197 000000000d087478661ec3c4f6902efbf508eca2670992e2d0225eea43995586 0.00 MB 1 0
14,196 14,196 00000000e59e37d7091cabd7be244fbdfd32092f9d301d46e4a6a71819c5b325 0.00 MB 1 0
14,195 14,195 000000009858e8ecc13c55da81cd6b3451cc73a9bb5a080e4d02b922e67d0ec9 0.00 MB 1 0
14,194 14,194 00000000f18d3c76d80f4081298f7f18a3b78cb2009e6233bb55fba52e1e6050 0.00 MB 1 0
14,193 14,193 000000002397e22391e4d34f2323d45246571aa70f35e7e245abd18659823458 0.00 MB 1 0
14,192 14,192 00000000e28db6faf2fdf1c2fb4ad2b8bd1d9cf4937fabb994583ccdfaae040b 0.00 MB 1 0
14,191 14,191 00000000a3b6639d09e515b63169d52850d15b8b23ea1c4ea4669d303bcce4d5 0.00 MB 1 0
14,190 14,190 00000000c5fed8e3a816b41acb2e546428015751e0bfe36d63829df69f0f9eb7 0.00 MB 1 0
14,189 14,189 00000000a7e616771b498b42c81623632afbda5ea5d206a83077312b487d9497 0.00 MB 1 0
14,188 14,188 0000000076eb0ad97572e8f45cad911e2069b4f775120cb1a5080d7e5c430dc9 0.00 MB 1 0
14,187 14,187 00000000c83635a3463ea1910d76eb296c0bdd2d70859cfc2a7cd6bd69bbf8fd 0.00 MB 1 0
14,186 14,186 00000000974d5be4b7af78b5614efa59effc39338bc61748279bdc30fda71ec5 0.00 MB 1 0
14,185 14,185 00000000b77e4e293ff50836d57a8a236f5aa1877b9d528134b68c055d2cad64 0.00 MB 1 0
14,184 14,184 000000009596e7338f1ee584573b75d19835a7717f7b622839ffd0197d8eaed2 0.00 MB 1 0
14,183 14,183 0000000089999e2637e73a09d9b60b8a917a1b938582eb61c59842a6021ff8ab 0.00 MB 1 0
14,182 14,182 00000000a743b85dd2450b894204724ade54851a6b0ad17912f585d8de35d894 0.00 MB 1 0
14,181 14,181 000000000dabdb3329018ff7675dd225c8340aecf070cb5af2ccdad93070afef 0.00 MB 1 0
14,180 14,180 00000000b1dfcee0f8df6f7193901f9f734eee4c7dd99a56f67d26f5bf5328e2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.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.