Memory Pool Memory Pool Refreshing

899 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,665 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 885 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,664 (862,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,643 46,643 00000000033c9fb980ae000c9f94caf37d6ea05a804c9b35c5b6f9b561a60e55 0.00 MB 1 0
46,642 46,642 000000001f2ddcffd1d2e600bee798a63b52e86747a0860f4ed22933bfa84cab 0.00 MB 1 0
46,641 46,641 00000000018bd269a5c8bbb5d77296de04373503f5eb59afba128183d0350066 0.00 MB 1 0
46,640 46,640 000000001cdd7d1d7440352a6375fdec9bdba6e092914b1405a511855ecc1ad3 0.00 MB 1 0
46,639 46,639 0000000013baaedf8f1ee54bd090fac4bb038274c6f31a8de86a61fb8cad67a9 0.00 MB 1 0
46,638 46,638 000000000b263b103a8b2e6edc59303970c55ae62898d7cb4643361c81303f5b 0.00 MB 1 0
46,637 46,637 000000000a13f87231c5c8e9b03f524c419733226c2ca34de8d2e36387e2d257 0.00 MB 1 0
46,636 46,636 000000002f784a2a0e48012a7ec7c7710fa3909bbf4b40e38248199829169b00 0.00 MB 1 0
46,635 46,635 00000000363943395c06bf8c1c9914da3e1a0afe9ef39989be66781ffcfc9660 0.00 MB 1 0
46,634 46,634 00000000119ae26950b1addcfec5cf59b6f14c557d9e9e8d19755f90ba1fae31 0.00 MB 1 0
46,633 46,633 000000000338329e2ba8a9f5459ea60c682415fde3ed9393047b419711c2f55e 0.00 MB 1 0
46,632 46,632 000000002feeff476dcf867a4e0831b1deb4ed7c7e8e367106e4d467e1537f39 0.00 MB 1 0
46,631 46,631 000000002596913d5e7fed2eb32075ab31ca40e92df371b829020e8c8a2c7a90 0.00 MB 1 0
46,630 46,630 0000000022d21c4c7bce2ff4a986f097aee5b37e2bc1b17380fd4f2cc5ae6545 0.00 MB 1 0
46,629 46,629 000000002a1bc1b821ab827e7303be77a31333750e17d8b3ca011331a5bbd69f 0.00 MB 1 0
46,628 46,628 00000000000eb6d554b5d5920f7b418eb169b8b5435425ffc8ca63a0236d825b 0.00 MB 1 0
46,627 46,627 0000000026feedb072100c44c160aad2548c6719998f7c9eed7a71b67824f85e 0.00 MB 1 0
46,626 46,626 0000000025ba29dc119027be2c717db2c6c55fe5388a2e882599d7e412247560 0.00 MB 1 0
46,625 46,625 000000002255f829859d638c2ed98b67072bf460515ec08f19ce73688994b2b2 0.00 MB 1 0
46,624 46,624 0000000022717e53c263075c11334e69a878c8e4bcf91e9d246c3c1f0efe3264 0.00 MB 1 0
46,623 46,623 00000000310f2e97dc932eaf13376ac08afe8e641802ace622f9095c5cd5d156 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.93 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,853.25 GB sent, 101.62 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.