Memory Pool Memory Pool Refreshing

7,111 transactions
2.43 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,866 (777,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,164 130,164 00000000000018f318da4abb30bfb0a12a8b24fc2ce660a558a3c85b84de646c 0.01 MB 16 2,150
130,163 130,163 0000000000000c78090c6a30ef7442ca2bccd0cbf2611981cb6a927dcaf7d724 0.03 MB 79 640
130,162 130,162 0000000000000c8081180f3fc4e8fd402628b82d19533410f7f9c6483d599db2 0.02 MB 59 962
130,161 130,161 0000000000000d0b1208b999daa343374dc47d1e811fa9a820f28567f51392c7 0.02 MB 31 919
130,160 130,160 0000000000000344471b7fd05ea01b9bbf10363d4f5a5d559d740f8d9abaabc2 0.01 MB 24 1,030
130,159 130,159 00000000000014c7966b6cf87df47ad00f83cbbac341cc142a5e64c9c365c9b3 0.02 MB 44 1,088
130,158 130,158 0000000000000d9958fee382d649f83441faaf728c87e9f1d811b269a5cc7c3f 0.00 MB 8 369
130,157 130,157 000000000000162f8987ff29e710273b4ed868c088f8d3e278b10ca10cb1f737 0.01 MB 35 1,134
130,156 130,156 00000000000005a0eb2b3a8223baf16d6b26f6da7df6250610376a106ba0655c 0.00 MB 13 757
130,155 130,155 0000000000001b6b10adfe2b6dd4724198e189a22a1c4665c2273be9d4422ca0 0.00 MB 4 1,872
130,154 130,154 00000000000007e492e46a8c066e4efb403e3a7bf570af7ea81d4cd4382ae4fe 0.01 MB 9 134
130,153 130,153 0000000000000df34f69bf30710b1dc64f1fcd9fde6d975a42d0b7727c73e362 0.03 MB 83 403
130,152 130,152 00000000000000dcaf9c427ad27a62ae4c6515d6d021fbb559bcc0fb54dcf391 0.05 MB 134 655
130,151 130,151 00000000000016997d550108ff0f96e0e2c492c4c4f59257638629cf7a78b261 0.01 MB 48 1,603
130,150 130,150 000000000000002d8d8dce2a5c9d6de7ba5eda6ed0992acc64e5ecefea03ff04 0.03 MB 64 827
130,149 130,149 000000000000176b47423edd0af8ed7a46a29d28e00ab8cddbaebf26b241e819 0.01 MB 23 0
130,148 130,148 0000000000000921d49ae651ae404f63b0d4c9d31876cc62f313d2200ee34287 0.00 MB 8 700
130,147 130,147 00000000000013c19887b9dceb799caf6cd418d9bdd41db11e7d6948022650e6 0.03 MB 77 724
130,146 130,146 0000000000000d34b4609c73ad90fc57188b4abd9bfae8f399a666ae2aaa5b38 0.02 MB 53 127
130,145 130,145 0000000000001773858d7d10f27d20382282358afaecd74d0e5ca2b4d0b73423 0.01 MB 9 1,385
130,144 130,144 0000000000000677274cf54fed1700bf00cc09820181664db90362cced869c62 0.02 MB 48 406
Previous 10 blocks ↓
Total Size: 769.29 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,642.54 GB sent, 94.39 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.