Memory Pool Memory Pool Refreshing

1,823 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,862 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 1,819 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (69,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,764 838,764 000000000000000000007417742fa61d7de2a153a86fb44b30b138c07c065a11 1.86 MB 3,319 80
838,763 838,763 0000000000000000000109d66de8097e909c3c6686c34b2047f644b07c2c92b9 2.11 MB 3,142 96
838,762 838,762 000000000000000000028d4b49a7d46ccd529b691aeaefeef5662949498a47fc 1.85 MB 3,361 78
838,761 838,761 000000000000000000014ac5d3090edfaec0df9abf1f473b86248d74e85728cd 1.92 MB 2,988 79
838,760 838,760 000000000000000000024ebeb3ab260d3fa9d4f21d964259ba7222e9a20753e8 1.75 MB 2,225 81
838,759 838,759 0000000000000000000106020ba6c3a5eb4fe78514041dc0bdf9a7686331ae95 1.88 MB 3,486 62
838,758 838,758 00000000000000000001111efd0477145ed95e80c59b9797ca74587cdf118999 2.12 MB 3,259 70
838,757 838,757 00000000000000000000d111b7e61c91e25536a6be31f1c5a07c031ef9505459 1.91 MB 3,175 69
838,756 838,756 000000000000000000019dcd08959c640d7bf293e37d811aafdbb847f7ccaef1 1.88 MB 3,356 88
838,755 838,755 0000000000000000000159e4300e4bf873f862d6d7ffddf51144186d618a74c8 1.77 MB 3,497 64
838,754 838,754 0000000000000000000008de17d5093c465fba42348a61f0f82974f374d7a0ab 1.89 MB 3,310 74
838,753 838,753 000000000000000000013951ca2ec28e0970e6be56d493cec5f98037325999e5 1.71 MB 3,427 70
838,752 838,752 00000000000000000000b2d5c624d4268815367b1dc030a1419901424c45cc09 1.71 MB 3,422 89
838,751 838,751 000000000000000000033d449d1533a347caf42aa8f4ab1c3c9a7d2cbe983d7d 1.82 MB 3,235 86
838,750 838,750 00000000000000000000a9a40085b2dab7ff810e539e0e1189b0835338f9810a 1.70 MB 4,107 49
838,749 838,749 00000000000000000002290db97d61a3d1d1986c77d53f2bf574464a2984d02a 1.74 MB 4,514 56
838,748 838,748 00000000000000000002494238dfe3e40f235c4f5479124fb97b1f0dee220d74 1.73 MB 3,751 64
838,747 838,747 00000000000000000003109d898343bbfd85a16380b80b2786f92507bbbbe9b8 1.95 MB 4,660 68
838,746 838,746 00000000000000000002509da9476db6f578ae8d2bd81d83b992ea37b68db8d1 1.62 MB 2,604 70
838,745 838,745 00000000000000000002ef91640b252945d1aa97ed5a655e960bc13bbc70f58b 1.70 MB 4,505 83
838,744 838,744 00000000000000000000ac1b20a6a5ba60eda184a76edc0de8d08f36c190409f 1.67 MB 4,354 74
Previous 10 blocks ↓
Total Size: 769.28 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,635.54 GB sent, 94.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.