Memory Pool Memory Pool Refreshing

4,140 transactions
3.45 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,128 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (836,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,514 72,514 0000000000542544857eeb8649ad20e2d08b24f17ee1982fa1e90c3c594211c1 0.00 MB 1 0
72,513 72,513 0000000000ffda8c4ddb9eb9f978d250c24c2ddf907c0ce867a795bc6ca071a2 0.00 MB 1 0
72,512 72,512 0000000000b25490b112336d58d6255934a1580bb3ee1e248625a3ac08b135df 0.00 MB 3 0
72,511 72,511 0000000000324b064197ebe85701225b7d9747319c5e3ec151eb8acd32f1882e 0.00 MB 5 0
72,510 72,510 0000000000e01dc23864891cb23c6c454a8c9c5a584bc4b24bb0895fca8440e4 0.00 MB 1 0
72,509 72,509 000000000083dcf46018796a600bfd1fb1cfc1ec50abc403832df92c1b19a93d 0.00 MB 1 0
72,508 72,508 00000000005919d9fdb23c4cd05051e2c788140ad4f462affbf80f2c10e33004 0.00 MB 1 0
72,507 72,507 0000000000e4ddbe62ee337118b7160f32185f9a39758e8fef7648f7734e06f4 0.00 MB 2 0
72,506 72,506 0000000000d1b10d8b53c842b475f838e0e4bbb1a4ef419298a7eaaf69a7efda 0.00 MB 1 0
72,505 72,505 00000000000914b29d9863137d23ddf4c8720b8bdb92bd66c2f47dd87b1c97b3 0.00 MB 4 0
72,504 72,504 0000000000d87a48ff07a257865c22d232f61e44dd72e8aafccf40db25d8d18b 0.00 MB 1 0
72,503 72,503 0000000000e37c4795d3d47607fcf99cec417807cbef6b31f8ec7e01fe7ee7f2 0.00 MB 12 0
72,502 72,502 00000000005316253c2f5f00307588984b9feea8f8e5c793614dc6371cfd07e1 0.00 MB 10 0
72,501 72,501 00000000002713a87683020f0451fb50cc9e3497e3bf32690e9221e2fcced75c 0.00 MB 17 0
72,500 72,500 0000000000f66e1534339959a6f7c9ad1aab16c4ca7ce8ab4277b71770630899 0.01 MB 21 0
72,499 72,499 000000000081fb034968ae09647f78a30678712dada458438b420a0845c0fcba 0.00 MB 1 0
72,498 72,498 0000000000ebae06c57d1f790e7d4fc89d1d5e886623c37c64d0c6f36c302e9a 0.00 MB 7 0
72,497 72,497 0000000000e6ffd035a34c17428a4f7dafb4a096bdaf7f6f577a6897072886a2 0.00 MB 2 0
72,496 72,496 00000000009abb5a8924cad31a4e87de89faadb2bbc21a559dc657069515e2b2 0.00 MB 3 0
72,495 72,495 00000000004f0b2e8ca942f9bcc738353b8a22de85a4e2054e3dfac31b9e72c7 0.00 MB 5 0
72,494 72,494 0000000000bf230b44496143d7aecda544cae9eb253eb410d9348db29ddb7894 0.01 MB 42 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.78 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.