Memory Pool Memory Pool Refreshing

2,697 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,852 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,460 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (777,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
130,136 130,136 000000000000101a1708e627acf1bd870323ffa27c9c6265798e324f54ca8d22 0.02 MB 53 385
130,135 130,135 0000000000000f4826e823063e45bbc1529ff7efc58db75aa1e66914f244c5fc 0.01 MB 23 1,341
130,134 130,134 000000000000191eb59dd7827878cfdb62a0107d02cadc9627094415960d38e2 0.00 MB 14 959
130,133 130,133 0000000000000c2f30a4bb0c679f446e54966d3ca0133c8eb099e736c6cf8ede 0.00 MB 1 0
130,132 130,132 00000000000019228d17b3d1c1e60e0d33685ccf7204484841c00c9d3eabade6 0.01 MB 48 2,887
130,131 130,131 0000000000001028766c88654776cb862808c883f2c8b806584a0a35af55560c 0.02 MB 30 989
130,130 130,130 0000000000001d62fbc740181b067957477d6e0eaa9fa503938d4a1502c2eb9c 0.03 MB 61 762
Previous 10 blocks ↓
Total Size: 769.26 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.28 GB sent, 94.23 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.