Memory Pool Memory Pool Refreshing

5,551 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,818 (696,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,131 211,131 00000000000001f68f004ad2061c420b13f25da9646270e6c919502486dceade 0.14 MB 310 164
211,130 211,130 00000000000004bbde3536975c751417667a9419a988840fcd1e095f63603bae 0.16 MB 429 217
211,129 211,129 00000000000004bc203c8386c377320e7b8e52ec6ff8e5c90889d550bb5a5b31 0.04 MB 133 1,328
211,128 211,128 00000000000004ad1b269858c8b9741973b21154da6a1ae7c3b79800fa09eca9 0.20 MB 396 113
211,127 211,127 0000000000000043371e55643e3cb2b48eb4681bc82e7be5c88e5f85272e7bfb 0.25 MB 653 255
211,126 211,126 00000000000000d0b3d336f8756758be2071814fdd3f25435cf01b5cf807eacf 0.00 MB 7 21
211,125 211,125 00000000000004ba2581f47155922f07bb457b3cf22952b3681d2d6051d66c38 0.04 MB 102 261
211,124 211,124 00000000000000d941469a5730b7552eae503815fdaeb029d2d1185eb50a2f59 0.07 MB 64 386
211,123 211,123 0000000000000124a4a1540e50108218a4bbd8f4b3c6282c1d0fcb08a14b0b6c 0.10 MB 238 247
211,122 211,122 00000000000001ba742f1d2c10c0208189751b8ca627b2d87d36d13fc4472644 0.01 MB 29 122
211,121 211,121 0000000000000159286123410a983d93c516eb21a2d996197a1211f7506657db 0.05 MB 114 126
211,120 211,120 00000000000000f233d442f59f1fb47599b9fb7be0f53a0b341360c2a4be9969 0.20 MB 460 181
211,119 211,119 00000000000002f07dbddbe22082ddda27ac5ec8212720b63c89d7bf51bfe136 0.01 MB 32 116
211,118 211,118 0000000000000168ff2beb21161904ede5f54e3048f072e69701aa5f53afd066 0.07 MB 187 168
211,117 211,117 0000000000000097cb3d4f18f96f416a0997a48f5dac69364cfae5920daac087 0.04 MB 92 164
211,116 211,116 00000000000003c8149cc5b4cecf369ee038c84fdb230d259f5f51fc6bfc7d9c 0.03 MB 74 305
211,115 211,115 000000000000009b92bea628ccd79fb9f8f3dcaef1cea6cf0f38fde9b3c77ef5 0.07 MB 181 174
211,114 211,114 00000000000001416db7b48771ea01f9813d9ae80daf1f3567fd0aecabc2fb6a 0.15 MB 282 85
211,113 211,113 00000000000002db64e9a0b9e684516d38192af43283cd50682b47dcb383d59b 0.16 MB 400 178
211,112 211,112 00000000000003c051ff4e51bbd1cd60d9ee22c4a0dc94a0f4e8319347f97e08 0.00 MB 13 29
211,111 211,111 000000000000002f8be0f63a446c8ad03342c418cd18e1dc17d1b3a81fec5a44 0.20 MB 403 152
Previous 10 blocks ↓
Total Size: 769.20 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,633.90 GB sent, 93.93 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.