Memory Pool Memory Pool Refreshing

3,930 transactions
2.63 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
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
904,888 0000000000000000000268160000000000000000000000000000000000000000 1.00 vMB 1,795 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 904,887 (774,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
130,143 130,143 000000000000042a6d1d08ee844f59a7dbb0a62a6f79ecbd272074ebdb5dcc6f 0.01 MB 17 1,855
130,142 130,142 00000000000015db53464bc5c58b9ba1b1d26b6dd059c6eb5d1c6b0d327aacf0 0.04 MB 112 327
130,141 130,141 000000000000171485a9ac54897be1865953394f3b83e5a90f4e8c83de96738e 0.01 MB 7 545
130,140 130,140 0000000000001158187106a1c8258ef400ebf87bdec40f12a8838bb304eb55ef 0.00 MB 9 964
130,139 130,139 0000000000001add054d1a9117320b68f16be705ace670138dad849e445ee53e 0.00 MB 4 1,353
130,138 130,138 00000000000016bab6ebfbf0f48f8308db4106bfce1f5584026f4c23ecc5ff99 0.03 MB 84 154
130,137 130,137 0000000000000c17d51e25f388070b88afe6f4ff9e86c9cf63d21d1b6378c707 0.01 MB 12 2,099
Previous 10 blocks ↓
Total Size: 764.01 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,147.17 GB sent, 66.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.