Memory Pool Memory Pool Refreshing

19,726 transactions
6.33 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,630 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (400,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
506,800 506,800 0000000000000000006a14c181cb27d113016b39415a9aa736d2420b5c84065f 1.07 MB 1,501 83
506,799 506,799 0000000000000000005a40937b5f68cd8f7f58bb12f9cafa9cfdc56da534c04e 1.28 MB 1,674 87
506,798 506,798 000000000000000000430c7361b0d23791246c322c534b87f4fdbc3a47656d56 1.05 MB 2,123 182
506,797 506,797 0000000000000000004e5f8d6928115ff82ac99231b03854ec55c7faa5143477 1.08 MB 1,690 88
506,796 506,796 00000000000000000037871ad487a28eb147840aec0e29d68be82f68b8709662 1.17 MB 1,409 64
506,795 506,795 0000000000000000003bbb656dd8ce1fae4bb624f34a580871ba82e23fae6bae 1.07 MB 2,490 224
506,794 506,794 000000000000000000587d5035eb95d5665f946e5676f13d2d4c1b2f2f6a3388 0.21 MB 330 101
506,793 506,793 0000000000000000002afec837864ef142141f5c3abfeff4fc77a125cd43029f 1.18 MB 2,012 103
506,792 506,792 000000000000000000092011d8c05c22688cdd9f5d6b1047eaf595cb72e267b2 1.04 MB 1,032 69
506,791 506,791 000000000000000000110398576bc08c8d96e78f377e1aeb15514899be2940f8 1.02 MB 301 24
506,790 506,790 00000000000000000028914a0e38343137b9899a073eefbf68fc91acd8a7d66f 1.07 MB 1,478 105
506,789 506,789 000000000000000000257ae920525a0727b7f770a15aba119ea98dcd12a5393e 1.05 MB 1,607 44
506,788 506,788 0000000000000000003b34772abb8d3fb52830d82a033d4d0ef535f2877b230d 1.13 MB 1,288 43
506,787 506,787 000000000000000000176e912017096ef878d6f6d17575fb1aa3613c1c45c95e 1.05 MB 2,146 158
506,786 506,786 000000000000000000261b3a5386776e4b8515d49c3dc9b6de6321a45221a5ff 1.04 MB 2,609 241
506,785 506,785 00000000000000000067000bc07ae358388dec1c25552a160003f56dc4beefee 0.09 MB 186 116
506,784 506,784 0000000000000000003b2632103bd4c41cf11d8d0702bf80c7acbb6b5e42663d 1.10 MB 301 30
506,783 506,783 0000000000000000005fd54e619f6adbf1f3c95a057c4cb5d0868fff29c486cc 1.20 MB 208 8
506,782 506,782 0000000000000000006436a0cc852e6fc4f7bc97b158440d6d0d27553fef9d2b 1.01 MB 519 42
506,781 506,781 0000000000000000002d2cd10c5eb227c34fffd6809b45a71a5e321d3a6fb4aa 0.44 MB 774 164
506,780 506,780 00000000000000000056c06de0b2f1e210ab5efa1341791e53c0742a17d37e07 0.69 MB 1,107 142
Previous 10 blocks ↓
Total Size: 769.02 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,624.53 GB sent, 93.00 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.