Memory Pool Memory Pool Refreshing

6,416 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (697,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,432 210,432 000000000000035718b1684d8b096ed368230050526a3b67a61242a06e41fba3 0.25 MB 462 132
210,431 210,431 000000000000022f3e2157708814efdc3648c713fb479c4b07eea5d17628e2aa 0.19 MB 363 164
210,430 210,430 000000000000049260cbada10f6607ec15dca7bbb05e5ac2da80aea22530d10d 0.09 MB 145 129
210,429 210,429 00000000000004c9b715c61d0523d2c9c9b602a03a75c7d78fc16a2a4e601252 0.02 MB 36 139
210,428 210,428 00000000000000203df6d61c472b12ac9e7c1bb1fe6073e908fba892fbcd6e0e 0.16 MB 391 217
210,427 210,427 000000000000003c65398af3acf7175c7c6f50a79bc36686450e01ff76fa614b 0.06 MB 128 185
210,426 210,426 000000000000024cfd022f4525f54fcb035094d5202b1861875be732131a4213 0.03 MB 55 148
210,425 210,425 000000000000008680c822864a2a0b2cd584f56744d0c42f2d818567fd71d41e 0.13 MB 365 188
210,424 210,424 00000000000003409e48dedc2e89cddb7b70478b5272fbda7c7346fce186a052 0.05 MB 150 76
210,423 210,423 0000000000000029c6d2a4bfb0bddc2c271fbef876ca7f04b60195f150863245 0.05 MB 101 129
210,422 210,422 0000000000000165db3f3e6ebf5fb2576ad12fee647b42f090b4a17505143fac 0.05 MB 101 173
210,421 210,421 00000000000004179e032106d9f8194df9c0ef71182581d71ebc837b98d1e4bd 0.04 MB 93 151
210,420 210,420 000000000000032a50b6cb3fa556d8cb040367c5929a96350494c95e07a1ebfd 0.00 MB 8 17
210,419 210,419 0000000000000401702768b8fe723e1ff122e43fcb9ddd5e5298855bfee5d2f9 0.13 MB 174 58
210,418 210,418 000000000000038a81a6c4f9787769f602417acb0c8bdb1eb1101913507ba3a7 0.09 MB 178 134
210,417 210,417 00000000000003e958de48ca38acbce3f76164d632453232c8cf8e06aaeabc1d 0.01 MB 12 87
210,416 210,416 000000000000036b0ba5fd4e762f8c746a47a9714f92b3a2e44e3916a6f68165 0.04 MB 90 172
210,415 210,415 0000000000000048b637316efab64c60a53cb54b6f742407dd5ff0025c8b7977 0.20 MB 484 179
210,414 210,414 00000000000000f7aecc2c5883d4d2ecfc9b132693ca3932c48b55b16a07b563 0.08 MB 88 109
210,413 210,413 00000000000002e068a567bd147f519cee5728e4d2e46308895c835064c397c0 0.03 MB 72 232
210,412 210,412 0000000000000098385a3ec06140d04aabafdfe4885fad2baa28249a869cacd5 0.02 MB 54 153
Previous 10 blocks ↓
Total Size: 769.21 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,634.37 GB sent, 93.99 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.