Memory Pool Memory Pool Refreshing

5,433 transactions
1.57 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,905 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (605,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,108 302,108 00000000000000007b9ea0829f57376bea4dd00f8fa6a8b1b916626cec300bfd 0.35 MB 653 24
302,107 302,107 0000000000000000312a992f6dbf2a21ec74dc1ff316d2386b3ab8ab735ee989 0.25 MB 676 42
302,106 302,106 00000000000000000d37d9bea71e0e220152e3dde8cd2a049e44fdcb42371da1 0.35 MB 834 36
302,105 302,105 00000000000000002681bc78b8ebb8fbb4da2c24dfe1c67c6e10bb6ae1e4395b 0.35 MB 1,123 54
302,104 302,104 00000000000000007a658a1cdb5fdee2aedb0898d6c8fca1fcc175bbf6d1903f 0.83 MB 1,307 27
302,103 302,103 000000000000000060bb15f88e2d93ae04ca306afca6e8071471e7ccf1c0b294 0.06 MB 109 24
302,102 302,102 000000000000000041403ed70aa2c0cb7a487d4a51e5fbaa2ebcc15761529a42 0.13 MB 242 23
302,101 302,101 00000000000000005f74a9790e7c493bf003312c0ca3db1c9c7571cda675b929 0.25 MB 480 28
302,100 302,100 00000000000000000dd020ac75e588afe79fb17157bdecfecdcc6fd5ba44ae9d 0.34 MB 432 26
302,099 302,099 000000000000000016c647731b91671266414e17221407e0b27b3b62a95ee16a 0.35 MB 260 16
302,098 302,098 00000000000000002a2241e1f914f6b6f6f383d9dc77f95c899e7493390d4525 0.50 MB 1,393 45
302,097 302,097 0000000000000000141a88fae6c8a9d921c11ff5650b4edab34ec0d63c6e2703 0.04 MB 106 29
302,096 302,096 000000000000000034838468412e82bacb38218aba50ec8f05cd4d4cac7a2390 0.24 MB 453 34
302,095 302,095 00000000000000001775fd0c14c24d268840e991b762a2320cf4dcd3e1b81e19 0.08 MB 24 9
302,094 302,094 0000000000000000718c137cd9f728cfe7e4302298752ea518d85872127dfad1 0.35 MB 724 39
302,093 302,093 00000000000000003c368e3b5f601597bc09a052b196ec30089ca95738b9ed77 0.35 MB 547 28
302,092 302,092 0000000000000000239aa9a6ffbc805ec3bd49cbceea26a53faa18fd114bf462 0.19 MB 512 45
302,091 302,091 0000000000000000257deff04829aaeac09492cf1a7b9dd4f78586fc81e1576e 0.15 MB 248 21
302,090 302,090 00000000000000002b0efc2fa0b933c9c3061a84852e35ba9f91d7d61dbea275 0.23 MB 479 33
302,089 302,089 000000000000000047c06ee89bf1416c1fcd642e0d036a7d8f80d3c7d3f3684d 0.35 MB 641 35
302,088 302,088 000000000000000050ba0192cbce3228102784f244902c056ad706953694e195 0.03 MB 88 24
Previous 10 blocks ↓
Total Size: 769.27 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.30 GB sent, 94.25 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.