Memory Pool Memory Pool Refreshing

9,123 transactions
4.22 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,724 (683,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,146 224,146 00000000000003c66c8a97cd98a9dbb9f47da49eeee9369d1ddbe844e5db3ac6 0.04 MB 71 119
224,145 224,145 000000000000017b8ecaf74580a06c8aae3dafed9608f487b2cbcb3dca5af821 0.14 MB 365 216
224,144 224,144 00000000000000009da04cd717b9b640915470d19440e491a89261b77ee8fe59 0.04 MB 76 154
224,143 224,143 00000000000003b90de84cdf27d52c730a62b9b23349acb76d3864c27944b3da 0.17 MB 429 192
224,142 224,142 0000000000000371a07c93664f157055d3ae569121236c53092cebe93e27f1f4 0.11 MB 270 188
224,141 224,141 000000000000017a2774d596a0a014312bad1710085ef1b5d0f7450b882192b9 0.10 MB 194 168
224,140 224,140 000000000000019bbfb96d362cd9606977aa6dc2cbd83f39f13d0f7eaa24d6e4 0.07 MB 60 42
224,139 224,139 00000000000001a9d415583ee56a98e4e13a7bf1beffcdf5dddd776016392ce5 0.14 MB 285 157
224,138 224,138 00000000000000c4db03fa964048ccfbb1bdcaa136cf416fc8e078c4fc09aba1 0.07 MB 256 447
224,137 224,137 00000000000002a2c030351aa08cb79e824373111056a01a8d9a1e0e744a613b 0.12 MB 265 197
224,136 224,136 000000000000030447544c99cc2e48858b6d2e0d43b270f2ea606f13de1192b9 0.25 MB 391 122
224,135 224,135 000000000000013cbec935fba944ed0faab7a0c16c78a477cf91604147dcdb71 0.25 MB 798 316
224,134 224,134 000000000000035e48b698223e7f5d589e3dd4f70a870afdd160e9a7acf0e67c 0.19 MB 275 100
224,133 224,133 0000000000000169ad6fe791307601823703e72ee2cc6b260610536650a809e3 0.25 MB 731 273
224,132 224,132 00000000000000563b8389a291cc115dbb96537354d4b82ef938580b165ac04b 0.25 MB 623 193
224,131 224,131 0000000000000134d2916202eacd0c0a76125432d7b4f29ee6e54d30c421bbda 0.07 MB 256 396
224,130 224,130 000000000000029565a3b0fe1316fae7cfb107a47d27c683f34e99786a1336bf 0.15 MB 214 131
224,129 224,129 000000000000027f412e75da8d2ddbe9d6dcff7d79301476d91c06975c53e43f 0.13 MB 256 127
224,128 224,128 00000000000002b1c4b73afc910260c03fd878a3b147ff071228c605e4af88fa 0.25 MB 840 245
224,127 224,127 000000000000033158acbf099a2040d8824956f661c3fcb0d2e1962b9f623f68 0.06 MB 160 193
224,126 224,126 000000000000017beb00e3868e4928e76df07c69019d2a3dfaa813ce44c201df 0.20 MB 356 133
Previous 10 blocks ↓
Total Size: 769.03 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,625.21 GB sent, 93.02 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.