Memory Pool Memory Pool Refreshing

8,074 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,745 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (824,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,649 83,649 000000000023057879603273ea75ab24b16981bb4ec51fecb5156a80513c9f81 0.00 MB 3 0
83,648 83,648 00000000002b8619031923d61ae88573163ea481e98605fd5a741434dac36155 0.00 MB 2 0
83,647 83,647 00000000000c50ca91d4975abcd8341c9bf12bc71346cfcf4891317676ee2735 0.00 MB 2 0
83,646 83,646 0000000000298459447d74234a4133925ac60258719cf5956ae0daef7e075b5e 0.00 MB 4 0
83,645 83,645 000000000012851165bcf24ae613b70781e2d8d458aae2a5598cff1f926238b8 0.00 MB 1 0
83,644 83,644 00000000000a6bb56dbb74341bd46882682288904548ca345e32da7388fd84eb 0.00 MB 3 0
83,643 83,643 0000000000062239259edfc12bafd0e129c9b25aec1376b460000ee9758df0a2 0.00 MB 1 0
83,642 83,642 00000000002853656b6ead3969cfea4afa23e2b2f838c86277cda8d63ec6d5d7 0.00 MB 1 0
83,641 83,641 00000000001996ca247b2c924c3828ee5d2f906e35b200fcece2c50ff04c40b2 0.00 MB 3 0
83,640 83,640 00000000000ba23896cf7be4e01268429a9e7c5c0d600de7f9d37375bf61a54e 0.00 MB 3 0
83,639 83,639 000000000002fbb49bdbb22306dd684d543794c21f30046a0c5ba1eb880b6ed3 0.00 MB 15 0
83,638 83,638 00000000000d254a54e5ee6998cb2cef947a034c4bb4753725949c49f277b004 0.00 MB 5 0
83,637 83,637 00000000000fb7f7a3271880d29383e38d65a8c2a303f11075d0b9d56ecbed78 0.00 MB 6 0
83,636 83,636 00000000002a30e4692767b72c683b686053a03bedf558341453de3bd995a77f 0.00 MB 11 0
83,635 83,635 000000000020c76fef934ffd6ee8248c4c34a6ea8b5dbe9b29a02f4f2f77d142 0.00 MB 3 0
83,634 83,634 0000000000046b45f78697168816986f52ec6e546570695dfae33db9c60f24b5 0.00 MB 8 0
83,633 83,633 00000000002281c100fc0f4405ffd5bd3b90a391a9b94990279bac3a85519794 0.00 MB 1 0
83,632 83,632 000000000029c895e59224343ad1959c14f28a44e90c61c90c646efad9dc71bb 0.00 MB 1 0
83,631 83,631 000000000007cbfebb6c989f16007c007e769b3cbdeead4f0ab25f75812f14f1 0.00 MB 4 0
83,630 83,630 000000000006d3be163f1f67218be1c4cfc11370c40b6bcdada6156079eda980 0.00 MB 1 0
83,629 83,629 0000000000217ccd670e15802891fa3fc4793fb73b091245ea0d49492d7bd255 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.98 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.38 GB sent, 92.72 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.