Memory Pool Memory Pool Refreshing

3,093 transactions
2.41 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,139 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (698,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
209,441 209,441 00000000000004f95ab524e86d5ac6041f4d342f51df0ace729ad05e438beaf9 0.11 MB 283 253
209,440 209,440 0000000000000464ce58af1b8bde769d9a93d0c392c1a3c757e65c0ed65e3910 0.03 MB 84 153
209,439 209,439 00000000000002f9de8cfcd5aa062169667814526b4b4a5f7fb7bc8e7f0106b3 0.09 MB 272 188
209,438 209,438 000000000000033e1ced68eda55f3eafbff9f842eac4c746e164751f312d7fb2 0.14 MB 486 171
209,437 209,437 0000000000000258be4e092c56e23905a7b55593f5a2fddfd3d79d0386902308 0.25 MB 494 180
209,436 209,436 000000000000004b525071b5069bedf21180c0d71d94b961c323fd07ec0450a6 0.11 MB 281 177
209,435 209,435 000000000000008713455ac86a469c101383b8c9fa68bbeba51a948f9f6ea573 0.24 MB 305 125
209,434 209,434 00000000000001e18cfab0ed2eb85fc7197f0f6435336c80648af9cadf029258 0.15 MB 255 150
209,433 209,433 0000000000000461a59fedc3a822d6f51f785761941c4572c6e709e4ee24831a 0.05 MB 144 185
209,432 209,432 00000000000001b9ec644462caf64275f5e1487605aef46d1fff748d88af9b4f 0.07 MB 200 313
209,431 209,431 000000000000001b849e3ba35d73b5bab6684415b076a881c32f9d45e8fb1ab2 0.18 MB 355 224
209,430 209,430 00000000000004af49bda7db8267a9ac088a0715ff15505f5d8753d17e551b4b 0.05 MB 193 11
209,429 209,429 00000000000001b286d6217013d5961e1f88e4cc05d6c0527a6739cffe794972 0.07 MB 170 190
209,428 209,428 00000000000002edc7f2da7db897e81548d6dfaa4b0ecd9a7a2aa50ffd34b538 0.08 MB 177 199
209,427 209,427 00000000000003a020c3c6049270087574498c2c8d191d85326abf51e2bb9d75 0.00 MB 9 496
209,426 209,426 00000000000001fc245bf978e780fc08827ab5e4a4f59eaa06882b5131ed3bd4 0.05 MB 170 42
209,425 209,425 0000000000000043205d3b2cbef01aa03e812946f11a71444c9806da14f907e4 0.30 MB 362 109
209,424 209,424 00000000000004a5e734fe908d5fb07be1f3c90030a7130440bd8dfe31dd49ae 0.14 MB 365 213
209,423 209,423 00000000000003bae6dd4996424dadc1d378e04d270f0952ca0c7548285fe1c9 0.12 MB 269 197
209,422 209,422 00000000000001469d1ae85b12da297338689f1bc1ef32a51ffced948e4581fd 0.06 MB 128 166
209,421 209,421 00000000000000eed04038438a0dfe049e14f3118b6f4f701a7ec789302a3ae8 0.09 MB 230 190
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.