Memory Pool Memory Pool Refreshing

2,729 transactions
23.56 vMB
Show Random Selection Loading Transactions
Max Size: 96/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,317 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,326 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,316 (907,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
429 429 000000008e5da1aa58d17da1bbc95e9b032714e7ea7831e82f2830bf97dc38e7 0.00 MB 1 0
428 428 00000000ee39e13fe7c693ada69c543501a6dabd5ef2f72d56a43c1e906f795f 0.00 MB 1 0
427 427 00000000d3f81421d484c4d27f2c3c31a82f33850eb483926f8e0297070f5de3 0.00 MB 1 0
426 426 0000000065bda4f8ed6ea6070ce861d1388d7375d6060e6113fd574a88173710 0.00 MB 1 0
425 425 0000000031c97dfb51b823efe75ee7917133bbfc610b0ffa07d21d52006b83e6 0.00 MB 1 0
424 424 00000000fbeefb043c0f27fc4a978e6a3600e90bed2f4c2de756c2a1c65cf544 0.00 MB 1 0
423 423 0000000002dbc4c9438932dd99fc1ccc00868af1a864f4ec41766edd3fdad38a 0.00 MB 1 0
422 422 00000000e5712502949a46acaddb05b85428ea87f6756c67f6e99d4ee8ecb274 0.00 MB 1 0
421 421 00000000ae162df19a3451cefa33bc09a4a91b53e9bf103d57386158b798c71a 0.00 MB 1 0
420 420 000000006a906fbef861f23ce8ff5fae146675508fa5ec64817db5c81be04019 0.00 MB 1 0
419 419 0000000022d4d7a47758faf2674bf884b08cb54400d62d1736978895ca20914f 0.00 MB 1 0
418 418 000000003255163ea0bf1f01d5f559727ae71685d261baca156e2cd3c6e9e0f2 0.00 MB 1 0
417 417 00000000f334596d5afdb4b5ee5fb6974718f1d94160e57a10c4db598144b808 0.00 MB 1 0
416 416 00000000accb9001c11866848a686bc3f2c42111cbcf2ee52cc5f5c7fcac508f 0.00 MB 1 0
415 415 000000003f7e074587fa1684ac863519fea3c64040b05ddd04948a13f7b19b42 0.00 MB 1 0
414 414 0000000054f5445a546e095668d56d66fbf5c977561da29b3ae8b97db9526d7b 0.00 MB 1 0
413 413 00000000621e04b0b315c9d341f8b4ff269443178a9e895e49042e3dee11fda1 0.00 MB 1 0
412 412 0000000072d95c134f9a33b8f94bfe96186efc32fe8c6d13bdc2a196e40e2df0 0.00 MB 1 0
411 411 000000003ddeb377f8c85e3c7b1ac78715fbb90fe65a617d0c57c0a6f62baf94 0.00 MB 1 0
410 410 000000009579d1a62c9b365682641a0a6d73fc047b93fc5ab4ea046ccd9877ef 0.00 MB 1 0
409 409 000000005ab5baa8ca1a5343bb7d84a5ef42e31b91a2e673137654d689881b27 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.23 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,700.82 GB sent, 98.63 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.