Memory Pool Memory Pool Refreshing

2,729 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 0.91 vMB 2,712 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (907,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
734 734 000000007f65dc5a5681c9de6fcdfec7f68aa67af923af236f151cbffaf8e26c 0.00 MB 1 0
733 733 000000003792ca071d4b698890b315448e6208f9f591ed88bebd3ed52012a505 0.00 MB 1 0
732 732 00000000ddd47166f0e4c39fb2db653955cdc9bef87530e8844153c13faabe07 0.00 MB 1 0
731 731 0000000019d382666db9959df7d76b1d3a68230dfe4ae9b6ab817260c02927a6 0.00 MB 1 0
730 730 00000000787381693ec698b7b6e84c8605f383cafb64071a03008938be6e52bd 0.00 MB 1 0
729 729 00000000ce8f753a6df03ffba3ed05db6cf79013e79b7d20c87e0e88b7672fbf 0.00 MB 1 0
728 728 00000000d14f2e97678951ad004d6699babd27e07ca722c46b30dc24c67eed7a 0.00 MB 2 0
727 727 000000001c7eb6ab129cf14659aea1f77f6e116ea8da2193182b08eae6ecf5f7 0.00 MB 1 0
726 726 00000000dbf3493c5424054e469e704ef49998e81fb7b1cd5056709def9a7279 0.00 MB 1 0
725 725 0000000089c680170ab1ea7f17a4df3ee03ee6d66a3c843ad83e41c36cc2e4ea 0.00 MB 1 0
724 724 0000000053fe3cb3bea4439a1b901b16a68ad0a790b82c3cb0bae6be33e9d14a 0.00 MB 1 0
723 723 000000000452ee8a3bea263fc991f365968043fc5cdcbf581c88516f573355ee 0.00 MB 1 0
722 722 000000000033b4ee1cc40f05145b1a3987cca2473589e7e23082996e2fe7c899 0.00 MB 1 0
721 721 000000005443178dfe42ea11ff3588d9b404c2584e886d3c0d798d4e9a67ae5a 0.00 MB 1 0
720 720 00000000a6657c121ed645db8a0e48cec4fde2f4a020d7322dc62071d8f8bc2e 0.00 MB 1 0
719 719 0000000090fd8059294d0cf84fd0278e8c618ca0ad09f712c0ec6c22fc216df0 0.00 MB 1 0
718 718 000000000992f083d79cdd428b664ce97105c57fdc63049371bfa98c28dbbc79 0.00 MB 1 0
717 717 00000000cf9274eb4bc9d220d00c348a3955b3f6ab76e423bca412c7bfd288f1 0.00 MB 1 0
716 716 0000000002486c11d719888893ada10ad32cd618056d7ca7db047d95fe7733de 0.00 MB 1 0
715 715 00000000c99ff7745c9a2d493a4cb10be61ca52f86ef6a0e805664cdbd68c7d6 0.00 MB 1 0
714 714 00000000b60efe1822717bdb70ea1bf8e3a33c3d5cb0cf6ff42a96e93368b9fa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.27 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.29 GB sent, 94.24 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.