Memory Pool Memory Pool Refreshing

4,063 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,364 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,818 (647,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,111 260,111 000000000000001204b401e5d5050afb085914cfad7878e00bd27ab6c2ec331e 0.14 MB 308 204
260,110 260,110 000000000000000962fc74328be0a0d0177abaa7ce946c101f0aac38be9a692d 0.11 MB 253 125
260,109 260,109 0000000000000000bc33e52e8898a165214dac3d5db282501b2bf6ab7e10eb01 0.05 MB 130 59
260,108 260,108 000000000000001cb06442663fe9ee32fc7004d65d82e6e5857b937a29feaaff 0.22 MB 553 126
260,107 260,107 0000000000000018ab08a3ecc4c30c78b61e7fe22eb67a5dc0b1fd50cd435d21 0.10 MB 217 99
260,106 260,106 0000000000000004144f5e5c6ddc65fc4a606fe4eb74c60d880ef7b3fa9bec3e 0.10 MB 172 62
260,105 260,105 000000000000000cbab34c1a4f0965581e74d04706e0ace78aca127cfe7a9d45 0.25 MB 608 94
260,104 260,104 000000000000000efbe50df884e7e03f699a8855cebdbabe2c7b2376b3ae662e 0.16 MB 298 67
260,103 260,103 00000000000000137991b10c8ec6d0de34cf3a493164397f26e96963dff52e8a 0.50 MB 1,274 125
260,102 260,102 0000000000000015c312a44fc5b44b8805b03344bda89c6cd9f0c4fe53b4187f 0.10 MB 272 104
260,101 260,101 000000000000001a684d5809d6ae0106ddb7cd48071aa72d1c5a0f4562693540 0.14 MB 323 79
260,100 260,100 000000000000001aca38a0240d45e52f00fdd9fe67ce83f47c5435f87dcdd7a7 0.02 MB 29 49
260,099 260,099 000000000000001bbe3bbec2ca5bbe136c709d83e0e28a2585cae36ed71d7722 0.28 MB 336 73
260,098 260,098 000000000000001385320b0a9fefec86be09109e80ba59f8b18cd71426cf57b1 0.23 MB 569 108
260,097 260,097 0000000000000003a290998dcea3c02e4e42bec7f3391d848e3770481e939a8a 0.07 MB 183 91
260,096 260,096 000000000000000285382ea06d51ee8a3f8af764304454a1846f7320aabda4b4 0.17 MB 459 126
260,095 260,095 0000000000000008d98008518e8005553f6fb7333e9fb82f5a0e625264b4b06a 0.15 MB 302 87
260,094 260,094 000000000000001ccd1ea171a50702e31445a35f0d14ad153897bd58d8bd771c 0.16 MB 325 31
260,093 260,093 00000000000000012332fb8b39fc7165eb18e1464f1dbcd553f3f88cecdf52d1 0.30 MB 792 112
260,092 260,092 00000000000000097288a4489af7168490451c3fddf59724c6d4a85ce5b69445 0.25 MB 712 173
260,091 260,091 000000000000001c65c78c11450d6f9e5bad91138df5be69beb5346f1b2e9183 0.18 MB 405 120
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.87 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.