Memory Pool Memory Pool Refreshing

5,816 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,721 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (718,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,776 188,776 00000000000004b0366d9afc05ad07d0fe7dfb6ecb2f016fde39084fe401ee20 0.06 MB 132 134
188,775 188,775 00000000000003513acf66710250107e635855f5aa903070eabc9334a8ed5316 0.09 MB 202 99
188,774 188,774 00000000000002b5afd397617fe4efba72d69aef8db2b7cc07f0473363a5f5c4 0.23 MB 512 98
188,773 188,773 00000000000009796a6c422e38b800676336b3b98c6cb09aee5358f7bb7c81b9 0.00 MB 9 0
188,772 188,772 0000000000000754537298dfd9b932b7d754d4a96aaeb47a071380a5d7a503ca 0.10 MB 256 145
188,771 188,771 00000000000002eb33333f1c7bb5987a63623d5564bbe65fdb016e3198f3ec90 0.18 MB 449 153
188,770 188,770 000000000000018a1841738ab5144da08beb31d0cf0f0c09773f43f812e89dcc 0.07 MB 182 149
188,769 188,769 00000000000005e31921df8378658fa482de4f0550d7157e94b30491bb227723 0.05 MB 105 139
188,768 188,768 00000000000004851940346933e6628842d24586fc6e120741bd269c422e6abb 0.03 MB 77 78
188,767 188,767 0000000000000542ea95d24b712687c349c9f0423d9817892da0c7ced2b04b27 0.10 MB 190 157
188,766 188,766 0000000000000263261fd17537e7d37d2c89ed5ba66601bc7ca6c313f31df705 0.05 MB 158 54
188,765 188,765 0000000000000666f2f404a023203f323d43039ba2014be085542cf489999d42 0.11 MB 134 67
188,764 188,764 00000000000003a1a5cdf057198943aa37550ee7eea8d6a203858e43e80b14a0 0.32 MB 743 129
188,763 188,763 000000000000043834d51b73f60b39fdba14f36b45b9cd65d8414e203c8b4016 0.05 MB 147 29
188,762 188,762 000000000000081ac4584725a4acb88896fd809dd15f2064cbacaa37fc695216 0.20 MB 456 154
188,761 188,761 000000000000095f0f7ca97490fb8b1c45da411f468c54a4d80afe05d8d29169 0.05 MB 115 142
188,760 188,760 0000000000000694c34b7083179c11e79ca71ff7d1d02483f957712e037983e2 0.00 MB 8 326
188,759 188,759 0000000000000020a1e7d5044cea0b96948991eb93c55ea9785eb440fa0249c3 0.04 MB 109 10
188,758 188,758 00000000000002f434720c18628ae8f6022ceacdeab8b28b9fcc2e5cfd9081d1 0.13 MB 318 158
188,757 188,757 0000000000000008f9873c4455941c61c0819fdb84ffbf12c6eee2d7ebdaae92 0.16 MB 446 144
188,756 188,756 00000000000000f88b63675ab3cc84ca83646b3cfb9ba68cbeed065b75f63999 0.05 MB 137 17
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.