Memory Pool Memory Pool Refreshing

7,151 transactions
4.02 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,572 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (603,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,791 303,791 0000000000000000283a012e7f905ae8e10f55bb7e3e9dc2bf475facdfadbe86 0.43 MB 863 38
303,790 303,790 000000000000000021c937d41d4e37a9129915ecc98a799d3d78b61f73cadf67 0.42 MB 924 33
303,789 303,789 00000000000000005275c97ebf30597ab495261394778fefb29d21c521b78829 0.00 MB 1 0
303,788 303,788 00000000000000003a031d1f8c80062190e3c9e32f08fb9e31fe225f40fe73ea 0.34 MB 753 34
303,787 303,787 000000000000000016fe53d4959b7a8839a56addb9e4a383f33027adbdfb072a 0.12 MB 69 11
303,786 303,786 00000000000000000dbb3641a4f07f2bf8fcd8df000e75d45077ff499dea552c 0.35 MB 494 25
303,785 303,785 00000000000000004ae51af1a6a8087cd5cbaccf7fcbf891a40e856e9accef83 0.08 MB 181 30
303,784 303,784 000000000000000033ae00eb6961ae57465f41728550e5ec358c2bed32768646 0.30 MB 530 34
303,783 303,783 000000000000000063be697bdeaa662587226ca7648aeed64a324d7cef936ccd 0.10 MB 146 24
303,782 303,782 00000000000000002000f549c254e5c425959e3f2e6a6c338ef561a02b7fb485 0.11 MB 199 31
303,781 303,781 00000000000000003dfee5cb0c662d30b1effc2ee605c48e688838d507e00430 0.06 MB 69 25
303,780 303,780 00000000000000001bcc80ca34aaa068c51062d5c8273f5c88cc896392f80b8c 0.11 MB 116 26
303,779 303,779 00000000000000002423252c2ef332519a39cea24378774a3fe91803f6d66411 0.06 MB 106 42
303,778 303,778 000000000000000004c201fcb14e9a867f63fb83a41bf806463cfbb235ca7a66 0.38 MB 286 18
303,777 303,777 000000000000000000c7f11da8abf57fe99492fdde621a3a456bf34cf774dbb3 0.27 MB 456 32
303,776 303,776 000000000000000044e3ae06a30b68aecd0f22d1e437ead6047adfa57db5c2a4 0.07 MB 121 28
303,775 303,775 00000000000000003760c930094a602d6925a77baa3769dea2df3979d6fc860e 0.24 MB 464 35
303,774 303,774 000000000000000014177730cfda6aaaeab35dedede97c6ce81f3aed8e81aae4 0.13 MB 233 25
303,773 303,773 000000000000000039a2f249c4eb750f7d9017f02a92a9f131063a4b132b3015 0.78 MB 1,309 31
303,772 303,772 00000000000000004672c93a9821862940bb0dc44cfa18a27ab61c7a9e0399b1 0.19 MB 33 11
303,771 303,771 000000000000000024d5b0275fecb2fd375a9fb066a50fb12d03311520831749 0.06 MB 111 32
Previous 10 blocks ↓
Total Size: 769.03 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,625.98 GB sent, 93.05 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.