Memory Pool Memory Pool Refreshing

5,690 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (626,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
281,116 281,116 000000000000000014d1ce25ced59745c9e8310c1b24478a7db0d2564b03b002 0.20 MB 389 68
281,115 281,115 000000000000000087ed5d660d06aed65412b33972efd95128b30e2b10939e7f 0.06 MB 155 53
281,114 281,114 00000000000000012d3c0ecb957a9c1f60abe3086e7b055111dc174d841ec235 0.01 MB 33 46
281,113 281,113 00000000000000014eb09dfe4c514f01a0cd55eec268f0b8e1ec37a65469c1eb 0.17 MB 398 73
281,112 281,112 00000000000000006da8a315618720e363f6c0db1b9f262b9fe434badac2c06b 0.09 MB 205 73
281,111 281,111 00000000000000010c003f1c09dac79f016b5f432a8014a6ac36738bcc1d3bdd 0.11 MB 201 54
281,110 281,110 0000000000000001ad28406fe97345ef401bc88d9718356cb06e73a5ad0cae23 0.16 MB 226 13
281,109 281,109 00000000000000010668c98c254799194c586385d6e229ef863dca7b8a89bc07 0.04 MB 105 50
281,108 281,108 00000000000000016c6828adce4d87d8be8f9c1bcbb54dc344554178b60c4e15 0.23 MB 462 59
281,107 281,107 0000000000000001ade662c1c075eb9442fa404cd2d7160927cba0b952cef1bf 0.15 MB 290 51
281,106 281,106 00000000000000022518281ccf6fa758d6cfb1c81176be94943f01b57040cdaa 0.10 MB 104 18
281,105 281,105 00000000000000006c7065ef050e9d074599db1382dbb914c5bc48a4587cc5f4 0.04 MB 71 82
281,104 281,104 0000000000000000bea434091a28d8637d38180f50d3bce2927bc407992cf7e6 0.13 MB 306 58
281,103 281,103 0000000000000000a9fbc533d59a6f492663ed4193b89ccd36c7525688cc5b07 0.10 MB 112 43
281,102 281,102 0000000000000001ea8dc3b22544b64349678a8aaa743e463d0a5b2bbe8011f3 0.11 MB 223 61
281,101 281,101 000000000000000148499811ea02cbb6e706f9a8a583e908317313c9244fd967 0.04 MB 54 30
281,100 281,100 00000000000000010453847e3677e6255a56efe244256faa94a9583a9fb4ef32 0.05 MB 110 62
281,099 281,099 0000000000000001bcc046c061fa709fbe5e669645a96f6ec1ebb2ef10e06769 0.11 MB 264 73
281,098 281,098 00000000000000002667d2b852785006f5612d197366a183a61e2b8577b75db1 0.05 MB 73 23
281,097 281,097 0000000000000000118e93a1d32cc7c5a46ab1e8156291d6254536042ff31fe2 0.25 MB 514 47
281,096 281,096 0000000000000002311d3fad0fb28fb671f46436039fb1005f2bbe28ca90681b 0.05 MB 124 95
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.76 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.