Memory Pool Memory Pool Refreshing

1,467 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,713 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,456 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (9,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,756 897,756 000000000000000000020bf7ff937bd37b10df2cdce9211383ee57892a67316e 2.38 MB 1,910 2
897,755 897,755 000000000000000000001a719c3e0424e234dd4b148487251172d7586b5ce425 1.78 MB 1,201 2
897,754 897,754 000000000000000000012fee6fe0c1e7b2172966beea18cee490847deb32085e 1.64 MB 3,454 3
897,753 897,753 00000000000000000001f51db9f6d998633ff6ee29d252c0455c18f8bbe44a9a 1.56 MB 3,741 8
897,752 897,752 00000000000000000000c5cc9fb5a7bf1b1df028927d22089de1d4fd585a81ed 3.58 MB 972 1
897,751 897,751 000000000000000000012a7271374424e85d5d8e07d1866dc30fe006354043fa 3.33 MB 948 1
897,750 897,750 000000000000000000011dd83f5cd5871c8020abd0b34413771d0cadc3af2fcd 2.10 MB 3,245 1
897,749 897,749 000000000000000000013062ef3e999abbd033f07bcee0d22b991e008a6bc8b7 1.65 MB 2,552 3
897,748 897,748 00000000000000000001d59eaaaa5f0f010a3702df17bbf9345d2ec48442868a 1.73 MB 1,905 3
897,747 897,747 000000000000000000016e8dd2631aa704ab2dbd1af51195232432c7faba2726 1.89 MB 2,347 2
897,746 897,746 00000000000000000000ffd20c69adff013d47b72aa1b22408ce59d35281c3e7 1.84 MB 2,999 4
897,745 897,745 00000000000000000001341feab1343a78eae157411bde3e319f756b8c43a3c9 1.61 MB 2,460 3
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
Previous 10 blocks ↓
Total Size: 769.01 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.92 GB sent, 92.84 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.