Memory Pool Memory Pool Refreshing

10,017 transactions
5.07 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
901,598 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 2,161 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,597 (748,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,922 152,922 0000000000000c619d73a6410fd1f6c082efecc5c4803cc4f0b2d2c42f9ff140 0.01 MB 16 11
152,921 152,921 0000000000000065640cc569fd9d7b6994df83a7b345331bfa47d4de81c9c6c1 0.01 MB 10 376
152,920 152,920 0000000000000cd0591416300df69f83ec4b689bd031ff27ff98a003f3bcf01f 0.00 MB 15 246
152,919 152,919 0000000000000d5522ec4583a8eff9b47c01e3920ff669fd7b32723470bfbba9 0.00 MB 10 739
152,918 152,918 00000000000003d51739178354ac479bbb48a63d0a4943518067ed6fa1186d6c 0.01 MB 27 111
152,917 152,917 0000000000000432cae9f3f0f5ded204bb024ee245b85489e245e94a4b5c3383 0.01 MB 17 200
152,916 152,916 000000000000020efd1a2fc07a83fc8f48f7607d5d561486ccb8f3ae43b5b50b 0.02 MB 44 37
152,915 152,915 0000000000000c6dd89dee076675661b3290422423687b3f082765e5cbd0b071 0.03 MB 53 58
152,914 152,914 00000000000002fe7ec988a242a655c33fbca0df9a65d85f1224e1283c17c09b 0.00 MB 7 26
152,913 152,913 0000000000000379e74fb8f9b37ee106077dd0912287baeb380813ab7e06926d 0.01 MB 22 97
152,912 152,912 000000000000044fc8884fd95273a4f8ac31c9e3357060be66c5c99103690b02 0.01 MB 34 260
152,911 152,911 0000000000000a1c3c9431c99c9e3368051719fd6eab1d8eb59f35f339757ef4 0.01 MB 17 216
152,910 152,910 0000000000000553d16f9844a418e646003817ed9e5428847bfc29cadca21620 0.01 MB 19 261
152,909 152,909 0000000000000941fe87e49ed08ab631679d04964298a58c552439d35425a31a 0.03 MB 88 68
152,908 152,908 000000000000008cb9a584b6083199f4c557e7a88268098575df3d224292a9c8 0.02 MB 51 23
152,907 152,907 00000000000003c44a31e5b5b12feff7b803ea36fc91f45d579bce4e89d8c76a 0.00 MB 8 54
152,906 152,906 0000000000000704121e813af94b2fc741cf974b582b3f3f14aeb70c9de6cffa 0.00 MB 10 268
152,905 152,905 00000000000003cb568d38b9f1660df91f40529a0488e140c1d22039b2a65ac8 0.01 MB 23 137
152,904 152,904 0000000000000baa1c0bd9bbdd46cc802f0804e151c4ddb86b594e7a6c96637a 0.00 MB 9 38
152,903 152,903 00000000000002ed5d460b34088625ae4fb682be45fb97d47e89b60321b9b6ca 0.03 MB 47 118
152,902 152,902 000000000000029bcb24dcf9a34f0e50a4e6d0f24dda1d03d975895694bce49a 0.01 MB 33 148
Previous 10 blocks ↓
Total Size: 758.48 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: 743.02 GB sent, 39.32 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.