Memory Pool Memory Pool Refreshing

1,109 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,402 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,109 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,401 (901,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,608 6,608 00000000b776ee1fa3ebb0171daf50fa16b9d57771edbab95731716e58a8bac1 0.00 MB 1 0
6,607 6,607 00000000021c3bcfd21ff39ec04f4232ed4c692af0abf8220f0b5558b1f793aa 0.00 MB 1 0
6,606 6,606 00000000bc0d16fc430f40453a9e9e111abce5d406ca190919975dcd07df4f10 0.00 MB 1 0
6,605 6,605 0000000096c22cc70e57f530e99fb47133767dae4d7708b0d740bb560c2ace70 0.00 MB 1 0
6,604 6,604 0000000032c77420b3b96781f8e5fbbaa880741cb8394df821a4ec4660ad8436 0.00 MB 1 0
6,603 6,603 00000000162cbdafac48666609b3d5e21989497bda594c167e0a07ad569bb154 0.00 MB 1 0
6,602 6,602 00000000d7d7febdb0a8296d74a691660cbd21f4f14be0eebda4c3f91dc88ccd 0.00 MB 1 0
6,601 6,601 0000000030d8559b2a6a5e5191bd206ccca9278bf37faf042f61da3e4cf660c9 0.00 MB 1 0
6,600 6,600 00000000ed467a2513dd15679b22b20138d16b7b608f6ab79db482011fffa423 0.00 MB 1 0
6,599 6,599 000000003d2e9b6028278e748c5c0ce4aa9828c60bf121f48656ad32f33e52a4 0.00 MB 1 0
6,598 6,598 00000000934b8d7c7585d55221f78f93d40c029d70e0cf774d41a38e734629fb 0.00 MB 1 0
6,597 6,597 000000002f330a14301be6c2339930c2d72cc141be5d5f7a7982253d4f7c7092 0.00 MB 1 0
6,596 6,596 00000000ac79664ac9f5e5539a70966d84bce6e2e170003c80df4d3623a13ddd 0.00 MB 1 0
6,595 6,595 00000000f3b7880ffb51cf6ebe759af3f1e13649c8cfe817158232f0a43f9538 0.00 MB 1 0
6,594 6,594 0000000077407e69c46dc29ddaefc1ec05bac9f998ddf78ef23972c7cd83e009 0.00 MB 1 0
6,593 6,593 00000000d9cbcab4341ca7707690bb5a2da1f10acc7ba3a8f93ca9795332e228 0.00 MB 1 0
6,592 6,592 000000006f1ba1cb2eaf16ab824eb010bfe3090dae09cfd92f1298e33456e922 0.00 MB 1 0
6,591 6,591 000000000cb3a31d1c84a70c60b74a6311502e0bd4ef9a31bfbf17903bb276b7 0.00 MB 1 0
6,590 6,590 00000000ad3094bffd4b5f035d1f9fb4ec32fe786faef94d6557136540715199 0.00 MB 1 0
6,589 6,589 00000000c326f5a6a64726709ddde82ba58a8fa78aa4b9b6fb6df3c23fa876f1 0.00 MB 1 0
6,588 6,588 00000000004b536fdc5171605e51357a91b53f1cbdffa59448fa07c5ef07be47 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.44 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,709.18 GB sent, 99.29 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.