Memory Pool Memory Pool Refreshing

1,329 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,781 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,326 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (7,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,475 900,475 000000000000000000023618a37c17d39f47c8dffc49fa0f3a799bd4169a4bee 1.65 MB 2,106 1
900,474 900,474 000000000000000000007b5a1cb7730fa549376dc3dbd4ab3fb1c3d4b12ec017 1.56 MB 2,387 2
900,473 900,473 000000000000000000015e42fd66c5558267790c423574589face869c56994de 1.93 MB 1,940 2
900,472 900,472 000000000000000000017b5232ca7dc85c6773a51baff5d46957ab3f5d2d2ec9 1.68 MB 3,469 4
900,471 900,471 000000000000000000017ba8980fbebcf6d61c7a68342d3bdb00a85b08faa5c4 2.11 MB 947 3
900,470 900,470 000000000000000000021e74b6fff84c185661336da817b0c979643629395778 1.84 MB 1,702 3
900,469 900,469 00000000000000000000fbe8ba11144eb0ca17d50d3cbab9ce00a3b83fbcb59c 1.61 MB 2,633 2
900,468 900,468 00000000000000000000841740f6e016cc58b009c442b6b9c9df381b8e73da8c 1.59 MB 4,003 6
900,467 900,467 00000000000000000001db13ac3d89fe920b9c1c9b217527b2f750312fc9715b 1.62 MB 3,162 4
900,466 900,466 000000000000000000018a19596a07bce9a3e76320a520bfb83b373dfaed3767 0.62 MB 875 2
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
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.