Memory Pool Memory Pool Refreshing

290 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,567 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 289 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,566 (900,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,858 7,858 00000000ff43e4905adad05611d886de6192920903d8de58a3958a474297536c 0.00 MB 1 0
7,857 7,857 00000000d1bbc52d1d3613598e50214b571c1f5d525db9e0845cd320cfa64d16 0.00 MB 1 0
7,856 7,856 00000000c5ba60743d325006126cb3b1fb3a0c5cfae38f70c3b30a1b02f81b4a 0.00 MB 1 0
7,855 7,855 0000000014f66ca81e544f8b094aced340ae2f0e3452829eba2c28bd360bf52f 0.00 MB 1 0
7,854 7,854 00000000606b3f705e9d875b960ffe3ebc03a2e4bab96a44e85ae00a995c693c 0.00 MB 1 0
7,853 7,853 0000000005b20bb1fe4821dc10b369e453a7642e1279419126efe34f1e2bee82 0.00 MB 1 0
7,852 7,852 00000000551d6d74c20b6cf721470c85e0db58cd8dce4feee3d9537d9097a29a 0.00 MB 1 0
7,851 7,851 0000000071c93c1b85a9d259786cb8fd604f3ac366e26428bdff4e18e0b37085 0.00 MB 1 0
7,850 7,850 00000000b1564f7023873353c8e95cd498177d0d6f4d1ef4b6bbab4533461e80 0.00 MB 1 0
7,849 7,849 00000000d9d32fb5c2f98d89cd677b9c1d2316dc29dc2592bc4903825f2183e7 0.00 MB 1 0
7,848 7,848 0000000093cd17e2342eed322d209f94ca67eab09b2670ad50715a306662e83f 0.00 MB 1 0
7,847 7,847 0000000095f66f5c23feee3647daae12ddf08df9acccac906cfeb34fc9e9e813 0.00 MB 1 0
7,846 7,846 00000000f50ecd7a0b35076021c957d6df5b1f045ad24cfeb271c278bafe030c 0.00 MB 1 0
7,845 7,845 00000000083731ec88716c2b972bcd3333ce941b4425df7c7d95a60c733f5427 0.00 MB 1 0
7,844 7,844 0000000042ce3fa08a008cce1f6127c55505a56c2adf03296a5b9253e4c43ab5 0.00 MB 1 0
7,843 7,843 00000000e059c4a708adca010d217e484600c568859708cf67cb8900c82c1a04 0.00 MB 1 0
7,842 7,842 00000000eb7ad499b9bb85905ac97b514418ab030f74424d21f4bd88e4271b16 0.00 MB 1 0
7,841 7,841 000000001ee7109f7e57c96d5b1d125caa3e15ed967fa2e98c5b9228162d6c4f 0.00 MB 1 0
7,840 7,840 00000000cfaad7de6eef5817f3e42943c8219991aa52f44280e5504607ebd743 0.00 MB 1 0
7,839 7,839 00000000ccaa7b8ae59f0bc58e7aca6ea7020b433a5127679c5372675519c102 0.00 MB 1 0
7,838 7,838 0000000008535274df95b9754828b09cac384a5d9f43453f769219aaccf1cd9a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.75 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,847.78 GB sent, 100.70 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.