Memory Pool Memory Pool Refreshing

33,665 transactions
27.41 vMB
Show Random Selection Loading Transactions
Max Size: 154/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
3 sats/vbyte 6
3 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
875,877 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 3,505 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,876 (756,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,627 119,627 0000000000005ae7cc6a1c2707652a3b6864f1367b90089d33e58c3cf4c2a0e9 0.02 MB 59 2,070
119,626 119,626 000000000000918e8332b9622025914dcb558293294f390ba3d298afdd703a2f 0.00 MB 8 700
119,625 119,625 0000000000004921e7c8843f238ecfc95fd66cb5eceb5b1bc0054033307c1c34 0.00 MB 5 483
119,624 119,624 00000000000025296680bed8082a407404f3781d27040cf64a78699a41047523 0.00 MB 10 347
119,623 119,623 00000000000037f8f194246fd199c779965e1763844cb106d16a3de067fc5cd2 0.00 MB 9 0
119,622 119,622 0000000000009ebaae00238fd831b00d0475a130edcfbd8c1c9874cc13a3d979 0.00 MB 11 0
119,621 119,621 000000000000345ae65c4910c0d996e5f912bd5404b2c67d556fb302fdfd618b 0.00 MB 12 0
119,620 119,620 000000000000a46607e9aee101d2cacc44f058f2003e98f666384e85dbd2561d 0.00 MB 10 0
119,619 119,619 00000000000006005c4665db4effc03eaf1d0f1f65f8449617a8186af0d31c13 0.00 MB 10 679
119,618 119,618 0000000000003ccd7f7316bbf2965b25f66ff57b6fb236f6e6c6695fba57b068 0.00 MB 14 581
119,617 119,617 000000000000259de08fab5e2ff041fc8e63d04286625abc3848f1b6087c9f00 0.00 MB 13 665
119,616 119,616 0000000000002b77fe0eeb95c4345fc5f13abf9eea3ccbf5e79f94479a92c521 0.01 MB 16 1,536
119,615 119,615 0000000000001599ff2f038e67452937d7913546236257b49ce60d84615a2881 0.00 MB 11 1,532
119,614 119,614 0000000000001e908e5efb1fc22ae417edf9d2cd49bd5434e0fc631ab0e9ab72 0.00 MB 10 340
119,613 119,613 00000000000038b46318950b0ef28372df47bd05533ccbf4f656ab7839f9e1b7 0.01 MB 42 2,947
119,612 119,612 0000000000006002ebf5c9ca0148f8ec930dd647b17a68a2b7587b737394b05a 0.00 MB 9 665
119,611 119,611 00000000000062875b7cc897aeae78609884d71dab83ee753ac5038e312bf8d4 0.00 MB 11 342
119,610 119,610 00000000000082d31ca747649298a825ba6811b1a8b8d52706ef58e506e5c470 0.01 MB 15 168
119,609 119,609 0000000000001dd1d9b40b3ad134f4de1f30d4ecead6b0edd3184cd41e3a274e 0.00 MB 9 353
119,608 119,608 000000000000633c5fe39929a4378ef9517773273a4acc561846c7d94b3f0b92 0.00 MB 5 0
119,607 119,607 000000000000b37c7116f23b5d8055fee8b7f6e72aada496b6363e48d5a1800a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 710.25 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: 643.45 GB sent, 13.77 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.