Memory Pool Memory Pool Refreshing

5,535 transactions
2.48 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,453 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (669,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
238,175 238,175 00000000000000ce1346e88f623d8dda8510ed75559b1abcaea8d4bd25167db7 0.25 MB 723 233
238,174 238,174 000000000000000b2bc32a76d4d4885c9518d26e1e46e51f4c103bee1b539f97 0.00 MB 1 0
238,173 238,173 000000000000009b66901d2f3244d69d128f0791f1870dc7136a5f16488428c7 0.01 MB 27 223
238,172 238,172 00000000000000409123d13b633933680a24d7cc955e30f42085d386385766c3 0.18 MB 308 189
238,171 238,171 00000000000000a193ef8e5472656a88ee8090f2365b8907092d8808dc97316f 0.24 MB 512 179
238,170 238,170 00000000000000121a701e16c44dac59bef69201f862791988f138eb84f3c705 0.07 MB 172 65
238,169 238,169 000000000000001fd3445fdb2b8bf2e231b0f745baad13dee402605bef6f6c4c 0.12 MB 292 185
238,168 238,168 000000000000003749968fb29f58b4edac71d42f2f9d00fa5ce63bf6182b5382 0.11 MB 220 168
238,167 238,167 0000000000000137ba200ff2830ee3b44ff9569730e25cb16f945abcca746e94 0.03 MB 50 145
238,166 238,166 00000000000000547a9fba184002203f554e89a376b4980a10491f13f0de9e72 0.08 MB 152 185
238,165 238,165 000000000000013ffe3f5e08c2eb8e59b52def1edd26b55771b53a578278b765 0.21 MB 392 158
238,164 238,164 0000000000000121b9758d243bbddcf29d6dacfbb7a41cd07c59d79889ab50ac 0.11 MB 224 174
238,163 238,163 00000000000000563885c95230c30db87970b67871d8f5db53df746156fe6fe6 0.12 MB 255 164
238,162 238,162 000000000000014bb31d2a3faca0eaeab9a6a31665f8cb5d659818b746245243 0.09 MB 237 197
238,161 238,161 00000000000000a15dfea356966db6d35052d2c0135db053fda8c05b36a53ee8 0.06 MB 142 197
238,160 238,160 0000000000000097d1a227601b13c4cc2d78d69b782f29857ce81318ef972b57 0.15 MB 326 200
238,159 238,159 00000000000000ceeaa23a2c141608dbbbb568d00258a43f3698ae79296a9168 0.17 MB 388 189
238,158 238,158 000000000000008ae1e4ad454b16ef4bca56c3111ccf719e50064cc76ddf5f16 0.25 MB 195 72
238,157 238,157 00000000000000101c8a2cd356692678490b3bc34cedb962fd3d341ab75e611a 0.02 MB 45 217
238,156 238,156 00000000000000fd24f3c3a76e7777ebec9645210b52747df16f1577318dc4a7 0.24 MB 406 142
238,155 238,155 0000000000000022993956d697e624b15e0f778284d616acd5c1d4a5b99b36af 0.25 MB 562 184
Previous 10 blocks ↓
Total Size: 769.13 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,631.79 GB sent, 93.57 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.