Memory Pool Memory Pool Refreshing

544 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,470 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 541 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (900,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,783 7,783 000000000357e2b033c9e9bac5ea4fcafed732f89da87ad837738ad61f6a5c38 0.00 MB 1 0
7,782 7,782 000000002b2f5f9fad5dd5242e028305482b2afef1ab84f113e5f2e53717dc32 0.00 MB 1 0
7,781 7,781 0000000051123fc90ab6e36edce52fe309924cdcd5160313d82d00536c868ef3 0.00 MB 1 0
7,780 7,780 00000000caacc22c3c30c5bfc48fe04cbc922d8240a2b766a19cedead68486fc 0.00 MB 1 0
7,779 7,779 000000007b85b403757304d6172bfd9de5024cf8705ca0c39dc78f50b228f2cb 0.00 MB 1 0
7,778 7,778 0000000074b3e5c7c97e10be14edc49589e469eef0c3109e5f5a6041383ba409 0.00 MB 1 0
7,777 7,777 000000005785d33c4ebe225528532e2fe7d1f545f01b486f16261afa3359ba8f 0.00 MB 1 0
7,776 7,776 00000000b1b9a989dbf3e63e0232ed2114453d9b708c4de71008386850d72f97 0.00 MB 1 0
7,775 7,775 000000009d3beae0d6cd970b1dd8a183f7d7797ffea706365c6b300ef4aa72d2 0.00 MB 1 0
7,774 7,774 000000006f5a830dc955c5d3587088a19238fce26169d3c7309c4c7a64b03324 0.00 MB 1 0
7,773 7,773 000000009d58fcec66383826c8ecfe88508c1a03d7e4f8f8bdc4bc06a553ed5c 0.00 MB 1 0
7,772 7,772 00000000eec7489e37434253d87f78af46c0aff353e1495a92ea414497161500 0.00 MB 1 0
7,771 7,771 00000000f7e3f660f4169fc14fc53f9b848d8c091cc7a573cbfd8dec6dd04ee3 0.00 MB 1 0
7,770 7,770 00000000d0f016b5d0f7a74996da46b26b60bcb44b51f351674c5bd1db05f3e1 0.00 MB 1 0
7,769 7,769 00000000fc27aac347a23ba321aef720fd9854643cc11c69c0b9dff716f7b718 0.00 MB 1 0
7,768 7,768 00000000fb8adbbfaa3e850103654ef1efa24ff306262f4848a58542c612c114 0.00 MB 1 0
7,767 7,767 00000000c8150258cb19b6a22698c759d3ea773574836ee67fe90bb0c9e87e3b 0.00 MB 1 0
7,766 7,766 00000000b293631d7242437048e2cd5e2a731d32095bccc9dd59f3279b904dc6 0.00 MB 1 0
7,765 7,765 000000005e5eaebb1f806e1f3d72a9f8c0d79a096346e6dd5a68c0de1fe0da8d 0.00 MB 1 0
7,764 7,764 0000000080b724743eca50899691555164e2568b421397d3ebde65689c03e5fc 0.00 MB 1 0
7,763 7,763 0000000045644e30e3239267977eb894cde87977781e3d401c5baafbc3edc263 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,784.26 GB sent, 99.89 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.