Memory Pool Memory Pool Refreshing

17,821 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (651,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
256,387 256,387 00000000000000262c60e89a1876310afb1ed18549a1f206e04f04d90e53afe4 0.45 MB 1,054 148
256,386 256,386 000000000000002482b582325d09a27557efd354bfb859ac09f460700ebcd4a9 0.25 MB 618 174
256,385 256,385 000000000000002d37ef4242be43c7839d60b042b0dfca06cc792634e6bc3242 0.16 MB 285 105
256,384 256,384 0000000000000020922eb16654830af3779487bb2080bdd515ffdcbee205f8b4 0.25 MB 673 189
256,383 256,383 000000000000002f16d91182c43192adeb82142837278d6151cd918693315510 0.09 MB 222 128
256,382 256,382 0000000000000023b4bfa3b48852ed42dd5a7a5073e512ac1800c144b74f4716 0.00 MB 6 60
256,381 256,381 000000000000001c585dee658d44a98a35c53b726eebd4e04533051e3a06c2a2 0.01 MB 24 106
256,380 256,380 000000000000001b1bd29d299106d041ca0d6cde4e7bf732a70d55cdf8ead085 0.15 MB 375 121
256,379 256,379 000000000000001262dbcbba4a43111d7d9e4f7e7022c2e67311274b437d561c 0.19 MB 404 103
256,378 256,378 0000000000000001278ee8b6c29da75cc6b7046b4d1ee47567204ff998c49e5e 0.01 MB 21 1,164
256,377 256,377 0000000000000017f2b6bff698867057ac815923770374084edad98d544b1600 0.15 MB 315 110
256,376 256,376 000000000000001bb8898cbb90d0c5d5a481962c7629e7865e9323ebabdc11a9 0.19 MB 225 95
256,375 256,375 000000000000001dda884e4bc851e2406e7ddd81d0e3585527981a6da319ff01 0.06 MB 71 32
256,374 256,374 000000000000000b97c827e219e1cd470423b9085f185880b0f9678cdc214ee6 0.25 MB 530 98
256,373 256,373 000000000000000dd6405642a47a23accb7d122087d19e2ca7221818256ab460 0.25 MB 774 204
256,372 256,372 000000000000001ab6bd2383a2d6957a925bb6b2a47f2a41e91eb9811ec91f64 0.13 MB 328 139
256,371 256,371 00000000000000246c7717ef2a74c7a329ac33c0c4037f7d38c64be57d26f311 0.02 MB 36 99
256,370 256,370 0000000000000014c0e9ef121e88b957af632d33c41662c9069409f59c0d0d31 0.07 MB 148 111
256,369 256,369 000000000000002c1e42126ee15a89d87285d853cf7f59f3ba4071662293d407 0.38 MB 916 124
256,368 256,368 000000000000000c2e41058b9cf78acbdd537af68b5ee448a384085bbf68104f 0.05 MB 128 190
256,367 256,367 0000000000000008826fdcefabd1cb0a9cffcd486e50d19c8fc401aa035ae46e 0.12 MB 326 137
Previous 10 blocks ↓
Total Size: 769.02 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,624.25 GB sent, 92.99 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.