Memory Pool Memory Pool Refreshing

5,938 transactions
2.07 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
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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,760 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (630,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,311 277,311 000000000000000295c74eae7d2e8e02b3097454318348e1cc8b9cf6aef15cd9 0.09 MB 187 43
277,310 277,310 00000000000000019231c58ced75eb097d1646da07c8e6dd1e1f374462cc4be2 0.22 MB 498 65
277,309 277,309 0000000000000002a42f96b4898cd992abc7aeeb6f71067ea0d0b393e50470ed 0.16 MB 285 47
277,308 277,308 00000000000000003482318ca7b8c110342041944275c2ffc7673ee8925ca989 0.14 MB 252 43
277,307 277,307 0000000000000001596cbba78dcef77bc0b073c35f557d61edd30ef4c0243cd2 0.02 MB 27 46
277,306 277,306 0000000000000000627a39949099958135db17e743eef2a5570fb0de33246b85 0.09 MB 195 42
277,305 277,305 0000000000000002b0be6f8ec418b79cdb5e218834e26e5af1aba6dcdcf1367a 0.09 MB 194 54
277,304 277,304 00000000000000029ab00827db17855d1b0725f6181471aff8a0e9f14a6dddab 0.12 MB 266 69
277,303 277,303 000000000000000342c8ba468532ca3f4186410c6d9eb9115e9c12c18cd25a74 0.02 MB 43 46
277,302 277,302 0000000000000000b9b7247be0f559aac078fc7b10f8f399db40bebe81004631 0.02 MB 38 40
277,301 277,301 0000000000000001219742a2f4bb8f95d1a0d184693cb140ffaa468be24f808b 0.02 MB 29 27
277,300 277,300 00000000000000003374e135ddc177811d125d00ab126f36e71b72a1926d16b9 0.03 MB 71 52
277,299 277,299 0000000000000001120e95194a4a79d6f1620f00802334f3b5202f92d70f7e35 0.02 MB 41 32
277,298 277,298 0000000000000002f7de2a020d4934431bf1dc4b75ef11eed2eede55249f0472 0.09 MB 78 6
277,297 277,297 0000000000000002337910ad43f560f645b5a28d002cdc086405c57d6560a260 0.11 MB 230 54
277,296 277,296 0000000000000000c8f7facf39dfb69089372e579da73ce8c3baab5cba4b349d 0.04 MB 93 44
277,295 277,295 000000000000000086df6a63cf89a18c26cd9787c6469d521abad87479654cc7 0.14 MB 137 16
277,294 277,294 00000000000000037a0455ac80a184b16a7738ace5a0bc7dbb68395d24c3a975 0.25 MB 569 48
277,293 277,293 00000000000000008f6cdecec5a56be1713cf1d4e93fd9220e2c9ae098802dea 0.25 MB 633 80
277,292 277,292 0000000000000001e741df90a15dc1c0a6df288a05f943e621ccd4b2488c2f07 0.03 MB 98 132
277,291 277,291 00000000000000014eec5b0f435462cdb587e9df2b11170946be7144f8d74046 0.03 MB 52 42
Previous 10 blocks ↓
Total Size: 769.25 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,635.20 GB sent, 94.19 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.