Memory Pool Memory Pool Refreshing

6,028 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,699 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,664 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,698 (9,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,744 897,744 000000000000000000004f5bebc038f8d77c63058c2860e056428053647574e4 1.52 MB 3,099 6
897,743 897,743 000000000000000000024058096971eeeed79954b0529165c1fb47de25241a16 1.83 MB 3,309 3
897,742 897,742 00000000000000000000dcdce21d82d45f8f12de5f7b0f99a8a058867a60e5d8 1.58 MB 2,563 3
897,741 897,741 00000000000000000002461f47f92ac6c62ba560faacb0c1db12b64324dbc7c1 1.66 MB 2,982 4
897,740 897,740 0000000000000000000127a8b81dea30b5a2b3ae0e7723562274f3f1ac22aa7a 1.57 MB 3,852 5
897,739 897,739 000000000000000000004ed2f3ab3a80857ca62bc1eb3237e8babd3b7b1b1bc8 2.17 MB 2,137 2
897,738 897,738 00000000000000000000f4b582810166d81f590a9c0a165e73154673445b070e 1.68 MB 1,658 2
897,737 897,737 00000000000000000000886f80183ea514adbca38d142f76c6ff8392ddea41f9 1.92 MB 1,585 1
897,736 897,736 00000000000000000000df6cc6451f7b68583a23ddc8903904cdcec5b87666cf 1.58 MB 3,321 4
897,735 897,735 00000000000000000000e8d2b59ae2cb2769d229a2da5340f8cb1d7d043020b8 2.10 MB 1,568 1
897,734 897,734 00000000000000000000d48b94c21ed538cc6c24f5f4c7a654eec198c1728dc8 1.56 MB 1,159 2
897,733 897,733 00000000000000000000542d4a55b12cf2a8ef86ecc36352f2798744a4b028b2 1.51 MB 3,252 4
897,732 897,732 00000000000000000001a3cdaf387594aa98ece86895c1a8610ef49d119454f1 1.56 MB 3,717 8
897,731 897,731 00000000000000000002358ad368b89772ba4f0e581544333c231dffc7dc843d 1.71 MB 2,938 2
897,730 897,730 00000000000000000001fd42eef033820080100d7680b7a51ffc724a89535606 1.67 MB 2,655 2
897,729 897,729 000000000000000000016bfb401529ad55f3e5329aaa89300fccaced6efe01e4 1.62 MB 3,686 6
897,728 897,728 000000000000000000006391d755452e255e159b2d0c6ce0d072f0b5bd0456e8 1.69 MB 3,393 5
897,727 897,727 0000000000000000000185fa29b205b73b54f06d5503e766e538f6ed70ea7696 1.65 MB 3,746 5
897,726 897,726 00000000000000000000999b170ccb7a6ea675da558aa08744e5ee1f2a6c846a 1.46 MB 1,289 2
897,725 897,725 0000000000000000000155425649947fc378fad6636b7e8234e785c4b1ba842e 1.77 MB 2,332 4
897,724 897,724 000000000000000000024bda35bdca2a471e7959f51436d2fb8c19b45435895c 1.74 MB 2,359 3
Previous 10 blocks ↓
Total Size: 768.98 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,616.49 GB sent, 92.72 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.