Memory Pool Memory Pool Refreshing

1,449 transactions
16.42 vMB
Show Random Selection Loading Transactions
Max Size: 66/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,331 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 1,273 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,330 (807,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,789 100,789 00000000000107925a52e24c838788a954d1a6d5858301c66d50b2a074787460 0.00 MB 5 0
100,788 100,788 000000000003d39248a09f53cf12d8a7aa280f455548ec8ad9b29ef7e4c1f882 0.00 MB 3 0
100,787 100,787 0000000000019b85dfef188419d3c0bf2bd0d660bb41f3349aff4555c4211358 0.00 MB 2 0
100,786 100,786 000000000004743e4327d513dc55bed26ac93d6bdbcd33a3005917f8e79ae0a0 0.00 MB 3 0
100,785 100,785 0000000000024d9f5ff137a19eabe6438d91c7bd8fc33eb9775ff53a2083145c 0.00 MB 7 0
100,784 100,784 00000000000304d51de00dc9c22b439030160b615303f0978d0e5ebc14c643b3 0.01 MB 21 0
100,783 100,783 000000000004266fa21fba14a00171979e54f7a6af4c7784519c328872f79b35 0.00 MB 10 0
100,782 100,782 000000000004694facb285c75a72fbd274637633ab6299c50be1ff3c54d75a49 0.00 MB 10 0
100,781 100,781 0000000000032a413b436ac39c492cc47e62f9d4621edba393331fed608f9011 0.00 MB 1 0
100,780 100,780 000000000002f5667143d584d5641eb9d1b529cdf4b24cb06902867f31963439 0.00 MB 1 0
100,779 100,779 000000000003ddaa25833c8653bd23fc14cd9a1b453c08865e95d8eb6fb4a50b 0.00 MB 2 0
100,778 100,778 0000000000004f2ec3644ce50dcf731fb443526a31ac4d012f859afe16af644b 0.00 MB 1 0
100,777 100,777 000000000000cfd5b931bbe214c34fd121818bb126e7008c50d6d0f2b8a3a842 0.00 MB 2 0
100,776 100,776 00000000000062e7bce5354ada80395d2d1fe678573e2bf0b14d92e8a0b56357 0.00 MB 6 0
100,775 100,775 00000000000098a5b5f79cd636c86f3d801a6078159606b785a17cff296706c9 0.00 MB 2 0
100,774 100,774 000000000000a4597385693426b0c3ad988ef45dba33b1593f004b6fe4d9675b 0.00 MB 1 0
100,773 100,773 000000000000d5b7c38c265cf29ca3e70f4fb00bea03daa3faf3fe0fc90289f1 0.00 MB 1 0
100,772 100,772 0000000000027f25025fa1edf180cd9e2a487c973aecd7c5163708595f39d9b8 0.00 MB 1 0
100,771 100,771 00000000000421bd8518f5d5a7ea73bd475cea13077cd5a0968391bb32218770 0.00 MB 7 0
100,770 100,770 000000000003b48419695a087a25704bc24399fb624475c70c28434e5d5b6e72 0.00 MB 11 0
100,769 100,769 0000000000002df9515d531102babb0f40f1e7073b12d747accc8ce155ecfdfb 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.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,701.50 GB sent, 98.71 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.