Memory Pool Memory Pool Refreshing

6,725 transactions
2.42 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
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,840 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,515 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,839 (7,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,465 900,465 00000000000000000001f6cb92d7d8c8029b343f90b434cc8318e5cd36101433 1.12 MB 1,128 2
900,464 900,464 000000000000000000007036e7468c18d0017e4ef052533ae21966acd9a94637 0.96 MB 1,045 2
900,463 900,463 00000000000000000000995fbbd716d1d1946b8fadc898c7709f85b3c35e38aa 1.51 MB 2,782 3
900,462 900,462 00000000000000000000e53195b05c8a3f4e4161f862cb0f1a61154925e1efb7 0.14 MB 237 2
900,461 900,461 00000000000000000001f525e764ecfb01f46e0a86e2340a07b33e75fad35c6c 0.34 MB 439 2
900,460 900,460 00000000000000000000713087085ea0ce6455ad7169ac99d27917f407486560 0.11 MB 272 3
900,459 900,459 000000000000000000013296d7f3190a5d2cecfe2884896ff5c7211a3fc3359b 0.29 MB 284 2
900,458 900,458 000000000000000000009203d59ad9bbb11b76c449d5d987a55f43eccd1ab5b4 1.75 MB 3,165 1
900,457 900,457 0000000000000000000086ac56a6c78b590acf4114dd6f6d6f0612e021a1bf6e 1.61 MB 3,226 3
900,456 900,456 00000000000000000001623be419c3bf57936642ef79e5c340ec7f07686d54a5 0.65 MB 1,042 3
900,455 900,455 0000000000000000000173d72a893696dc62760406d5a661c5d7d43849f3546c 0.81 MB 1,495 2
900,454 900,454 0000000000000000000170c877b44429d67ce206f2f39822ddc3e014644f5427 0.96 MB 1,794 3
900,453 900,453 0000000000000000000128e329471b31a9d303bf0a49d5eb31c97cbe915a47a4 1.34 MB 2,445 3
900,452 900,452 00000000000000000001479ace531d3c901d5711a5b8adf46dee333ec2f7163e 1.09 MB 2,102 3
900,451 900,451 00000000000000000001d27317bdac539fb86c2e7e712db713ef8aad81e566c7 3.99 MB 12 3
900,450 900,450 00000000000000000001f113385647037da5a1a8123d93925a4040ff9f0e6595 1.63 MB 2,903 3
900,449 900,449 000000000000000000006b78eb788e0bfbd51fa38835b8a88dbfbafa75899fab 1.50 MB 2,059 1
900,448 900,448 00000000000000000000a7157e353cf31e708b930cd037ea13e43f1a2201b69c 1.47 MB 3,174 6
900,447 900,447 00000000000000000000b5a971c7c6712d160a659c8bf6ad5f0d8bd2a68c2aa5 1.75 MB 2,658 2
900,446 900,446 00000000000000000000533b65bc12d11210242cd5bebcd61cc2d8ae252f3099 0.34 MB 621 3
900,445 900,445 00000000000000000000986dcd9d0440aa716e8537268e9670d552275c4a09a1 1.26 MB 2,161 3
Previous 10 blocks ↓
Total Size: 769.24 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.05 GB sent, 94.13 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.