Memory Pool Memory Pool Refreshing

6,870 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,648 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (604,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,229 303,229 000000000000000020f2ae2927e399b7c152ce393d37d5918b14a26da0662727 0.05 MB 116 37
303,228 303,228 000000000000000068b2d73ceac70b7b5510c39d5f7b948b74ccc05bac9c6526 0.01 MB 14 45
303,227 303,227 000000000000000009ef303366b1b2edd1566930e66b0248c4b7f323671ce670 0.11 MB 199 23
303,226 303,226 000000000000000022072da6f4e81af139e6d71d15d38f48b6f6c45075b9442c 0.43 MB 724 29
303,225 303,225 00000000000000001a1664df7335ca6eff4d4b7cdf5a24f501118735211e96b6 0.36 MB 594 34
303,224 303,224 00000000000000003ed64e42418a693d01747dbe862da6e37c5b8bec3c596588 0.30 MB 363 23
303,223 303,223 00000000000000001865e34f70453b1e998f061424564b2bd885acf2b114afe6 0.50 MB 995 33
303,222 303,222 00000000000000003f57cd66cab931da5758e6c18afa618184465765d0a46b65 0.35 MB 612 30
303,221 303,221 000000000000000000666bca283a14cd526f16623a2f7cc3622434631aaa55c7 0.22 MB 379 31
303,220 303,220 00000000000000003d1e562d126e6c63e68864cca858e1110c130d6491560a00 0.24 MB 283 14
303,219 303,219 0000000000000000311e19d50ffb3beeabe1aef5703b5e4600a9445b0ca93346 0.10 MB 256 44
303,218 303,218 00000000000000001109b0ff6dd83f4f41d0503982c36236b16364bb1a1fbb45 0.08 MB 148 35
303,217 303,217 00000000000000005e1f80af1c9dd9504fa641730bffad1a334da85b9e59583b 0.23 MB 325 108
303,216 303,216 000000000000000027658858a12ea3376ff2c2f9ff965e3746ecd4e3b7f55476 0.34 MB 566 44
303,215 303,215 00000000000000000ae2bb65b3a8a89e035998fd8c5f595ad7190db35f186ed6 0.29 MB 515 38
303,214 303,214 0000000000000000634d0894105e7b9f1ba8f3b3dd5a115e5945293cf64de09d 0.35 MB 588 32
303,213 303,213 00000000000000002a0d0d11c06a83aa854c0ae1a86ef22b139437e7f04f107f 0.18 MB 319 29
303,212 303,212 0000000000000000579d11b79a2632e76e333a21165cb2c0b74975978cca9b77 0.66 MB 670 21
303,211 303,211 000000000000000051b7495f94d746d32b072449369fd8e2580642ed8a05e92c 0.75 MB 1,371 33
303,210 303,210 00000000000000002142c9dce76a0af7a824192d8cc41ff96ce97d507ced4466 0.35 MB 846 51
303,209 303,209 000000000000000062b0cce2304baea23cd8604b50f0ad03991063481c01bd22 0.35 MB 890 44
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.