Memory Pool Memory Pool Refreshing

8,321 transactions
3.35 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,733 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,282 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,732 (799,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,478 108,478 00000000000219e5f54265dc72f38ae7743174a77b2c8ec2b5bfdb8fc69f3dba 0.00 MB 14 0
108,477 108,477 0000000000023b7075800e1915af598c2bf7c5ae8531e306c9128507078bed58 0.00 MB 8 0
108,476 108,476 000000000000970f5409666769db0f657be0084ee17591bce01ef0f60b95e146 0.00 MB 8 0
108,475 108,475 00000000000005ed9da8c0d7cdecf6b71e34d66f37c0824faca552c34c006364 0.00 MB 9 0
108,474 108,474 0000000000023a2d3c4cb471ec16feaacdd599b54d63987cdd4a8f9dcc3be951 0.00 MB 13 358
108,473 108,473 000000000001171e7b541b95d4bc39f5d2d3a3f1001d7b9dc4625dfcbe766c21 0.00 MB 12 359
108,472 108,472 000000000000b71e552b3db8c1dd25ddeb8fff5cedbc35f51ddedeb590f2f2c5 0.00 MB 12 0
108,471 108,471 000000000000e39dbadaf134ab84f9f30d57023cb69a632cc2acf8ea675dc440 0.00 MB 13 0
108,470 108,470 0000000000019eed9bcec0eba08d35dcd3ca0492566ba462b9f49be58d1746cf 0.01 MB 43 0
108,469 108,469 000000000000c3650fe60fffc82d2d2bc1e3d0930c7c5daaa6071710feda75a8 0.00 MB 1 0
108,468 108,468 0000000000003126ab22debe613a084674ebcf8f509560e3635131302e851869 0.00 MB 4 0
108,467 108,467 0000000000009a61579fa0d8fe3c1394f077cafa3651d443277ed537aff8edd5 0.00 MB 1 0
108,466 108,466 000000000001493b3f37a52e837bb874ef091a3da67d9b5cc797cb3fcbce62bb 0.00 MB 2 0
108,465 108,465 0000000000018ffa68b5467c2be1f5b4337853bdb3630fef6563aa6c70ec3cdd 0.00 MB 1 0
108,464 108,464 000000000001375eeb97ded50decb28f42e0bb55ff96d7307ae527eedb697c8a 0.00 MB 3 0
108,463 108,463 000000000000534775eb6e4529c0715dc13492ca8d1fbb88de8c0c6a083d84aa 0.00 MB 1 0
108,462 108,462 0000000000021c7fa27427e88e39b92263d5ba989a9a9209185a19e19dae5a7e 0.00 MB 2 0
108,461 108,461 0000000000021527047a51c40d687a201c8bde6a6d0bf8e8e3fe7bb3e08f70dd 0.00 MB 2 0
108,460 108,460 000000000001ea22435d89e66b4d9637dea97420aa04adabc9ab60ca192c1ab8 0.00 MB 1 0
108,459 108,459 000000000001b2ad2992637313b52d245883afad18d9543d5257db9fbb6a278d 0.00 MB 7 0
108,458 108,458 00000000000242d873319bfe6d3774831c3c891a80a8782401c0a0282f683c6e 0.01 MB 25 0
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,627.09 GB sent, 93.10 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.