Memory Pool Memory Pool Refreshing

705 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 705 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (715,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,739 192,739 000000000000054ea4eb266027e6ecc5bafde5e5d73966cdf7266ee6a12ba963 0.02 MB 32 61
192,738 192,738 000000000000042fa33552af7ec91bb2313fc8641a0ac1dba336850f6a147d91 0.09 MB 235 153
192,737 192,737 00000000000006067752e8710685e97371f6da859018837e082181335fdaff1e 0.06 MB 110 149
192,736 192,736 000000000000034d36002cb7c80d0c5fbd3739950f75cc24b7385f30bef1a280 0.05 MB 170 375
192,735 192,735 00000000000000251c1a93e61b6d1c89b85814a1c0e825583b83e11cb8a3211b 0.00 MB 9 15
192,734 192,734 00000000000004fecff8cc786509a8dcf1aba882f982e9f196e3276ce35fb01b 0.02 MB 44 103
192,733 192,733 00000000000005e7af25b9a8a231a561872bc0d127c4792acff7945e703f1a31 0.08 MB 189 165
192,732 192,732 000000000000018ed07d30000a3ce24ab1f19bb0c368dd850f1bf8389d0fc7bb 0.06 MB 168 189
192,731 192,731 00000000000000db5fa4c4833cdf211b047c4b2280c39def6dcec6fe34ad601c 0.00 MB 4 459
192,730 192,730 00000000000005539b246d3a16f3e4783d1f6b5b01105868e9ebf98a90d9baf3 0.00 MB 9 58
192,729 192,729 00000000000007068db9080b334309bdfa8b59f258c80c5a8db292080e05e183 0.22 MB 749 33
192,728 192,728 000000000000029607e788e13efc2bfc5bc90e34ad91a02605382c28fb7eb1ea 0.01 MB 23 119
192,727 192,727 00000000000005e77b81bbc2e64d9bb5b85157158ad836f1d0faafaa8b217ee0 0.06 MB 112 126
192,726 192,726 000000000000059861f537827356180d4ae63435a057e37881277de90e82109d 0.05 MB 126 135
192,725 192,725 00000000000004043827daad922242de46f1e02be3440cfb75f1ba047630a433 0.08 MB 223 122
192,724 192,724 00000000000000a68387288ef07d3b7ecf038490c769c120d8d99e84af1e2ef2 0.06 MB 144 144
192,723 192,723 00000000000002dd8f8412ce99aa8e4cdc78ac77413bab688d1cca1a610665a8 0.14 MB 160 110
192,722 192,722 00000000000006ace6bc87c2870caafd16813cc1c1ef58965c16c6eda8cc32aa 0.06 MB 116 94
192,721 192,721 000000000000038db4a7f523fa0d53e6078b0a62b94c2a9c0d2b1493617cdfbf 0.14 MB 364 520
192,720 192,720 000000000000003b94df3458a90d54efec00e90887259fc3050e398e67982e32 0.04 MB 129 9
192,719 192,719 0000000000000391c43e4fb82b22335c09120b3826f440a5de7caa07d7d1e75f 0.10 MB 234 120
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.