Memory Pool Memory Pool Refreshing

6,382 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 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,589 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,318 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,588 (907,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,180 1,180 00000000592ac01ba4e9d4daec3da2b6fac63f0faefa0222c715b660c18ddcaa 0.00 MB 1 0
1,179 1,179 0000000034fc7458d2bb49e46e719ea47559ea30c20d8c5efade5990bb62e7f7 0.00 MB 1 0
1,178 1,178 000000001dadba6436fa436499143753ccaa635dbb3da592e11907be63f6af8b 0.00 MB 1 0
1,177 1,177 000000004af6b0d366a2c43803fd78afc3030c92b289dbd5d6adc90dd8a5cb6d 0.00 MB 1 0
1,176 1,176 000000006cac1e42db9bf5d95270e2c6d6295acd34613fd90b963acb270dfbf4 0.00 MB 1 0
1,175 1,175 000000008ac1737e8278283841daf67b89b0c23b2bbd2337e22144597e9d17ca 0.00 MB 1 0
1,174 1,174 00000000976317d31e8d80cb68f4ce62f32f5e808bc169aceeedcfc65cd4610a 0.00 MB 1 0
1,173 1,173 0000000054ad9ef57703ad41d194197f44048b09cd472badf53a5246a3713222 0.00 MB 1 0
1,172 1,172 0000000088050140d2390ff996e2c3036b2594562441868303d3bed3b02f53c0 0.00 MB 1 0
1,171 1,171 00000000cf0fd555a9230400d78e655f1f5f44534897e3942d96f27076095405 0.00 MB 1 0
1,170 1,170 0000000037a74bef375488f46021f90d3690317a16f885a4e8f41e255d5dde09 0.00 MB 1 0
1,169 1,169 00000000e387669a236a5a5aa809b33ec8f9dd4cd5d9bffe017ee5f20f004a46 0.00 MB 1 0
1,168 1,168 000000000ef8725eb972f2426f7e63a0393abbcc3c9f9d0402adb77a14d6b5ba 0.00 MB 1 0
1,167 1,167 00000000f0767ad76279839d0fced591231529c8b53d6ee282c6fd50d7c89660 0.00 MB 1 0
1,166 1,166 00000000916b7ad3fe0820aace4b006c8f1b3cf31980d321bd6bed6dd62418e1 0.00 MB 1 0
1,165 1,165 0000000096802223977e8859bc89748566516f34656c33b9a74179078f78819b 0.00 MB 1 0
1,164 1,164 0000000055c07c7afc4614c6eb8135233fbededd3560163c4f68ed2f7635a924 0.00 MB 1 0
1,163 1,163 000000002feb5d88964e58ace2ca025968febc52ba0e9249b452a741c3d619f5 0.00 MB 1 0
1,162 1,162 000000005ef21d4d4f403af302b3f855335e85a0e7ead44c2cb5ec1bb3be30d1 0.00 MB 1 0
1,161 1,161 00000000a51304fe9f8c826c8434ff8b8f6926cf14e10ee34657a6c9daee8e4a 0.00 MB 1 0
1,160 1,160 000000003d95af8bf9bdb1763add503b090c7c99ca6765707dc0d178956bef87 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.79 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,849.15 GB sent, 100.95 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.