Memory Pool Memory Pool Refreshing

6,972 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (690,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
217,229 217,229 00000000000001addbb4f97141d3b2937322440e6d248e3afa3b694ba4207e90 0.09 MB 216 172
217,228 217,228 000000000000028f17529ac00eeaa0899e2baafc1d3238596921b45527b29db9 0.06 MB 103 93
217,227 217,227 00000000000001a80dc475994fe7d72aa537f204cfef8d30b4bd6f4e63ae0ac8 0.19 MB 274 120
217,226 217,226 000000000000013cc3fb65ab7d8b5298c7a3ee5170da2f7e37efd6150409c622 0.25 MB 880 231
217,225 217,225 00000000000001d4c14468c356c7e179fa29b56fb8a9561e5f0c26ce2683c2d5 0.25 MB 959 195
217,224 217,224 000000000000008cc53eb6ab52767d3f2f2ddc4fefb0952d1cd220b8b693d992 0.29 MB 580 436
217,223 217,223 000000000000004798618b6e3e809eee1b93328c1b4396e75792283afbc7ae91 0.15 MB 341 199
217,222 217,222 00000000000001b33a917d5416ab9456fa552cff930bfa690f8a1698e92e6126 0.13 MB 232 166
217,221 217,221 0000000000000293ca487c964308997c40240c07da732489df55c20236354928 0.16 MB 383 223
217,220 217,220 000000000000028ce07f94a6ac7cbb88a82104a4d1ed47cd95c8ee7bbfc83145 0.23 MB 638 220
217,219 217,219 0000000000000337e59bff4a847b93937bd2cda1ef84be09994641218597fad5 0.11 MB 271 234
217,218 217,218 000000000000026f6655f90af52f4681a45408c7cc56e874903a34770a5b390a 0.05 MB 121 187
217,217 217,217 0000000000000213a813d72b4a1810f3f54e4439b6f81595baa9dfcaf26b666e 0.11 MB 213 137
217,216 217,216 0000000000000435eb7e86ed8aa8e4ad23c4f9e99b43afe8bd811c7c2d03ccbf 0.20 MB 508 212
217,215 217,215 00000000000002ec2e8c43baa6bec04d85e8694c3557f760f39a272869c0d5af 0.05 MB 123 182
217,214 217,214 0000000000000344349301e537c74fadb6883fcf2954e5af6053affae1964b11 0.21 MB 512 200
217,213 217,213 000000000000039d2408a3752f5e255b8ec13d8ad7ce2d0a4ff00ff686413806 0.06 MB 128 125
217,212 217,212 000000000000014ab0ba646d14eed3a97475187c40c435f46c60f66850446185 0.25 MB 500 193
217,211 217,211 00000000000002134f87656e2f21ea9c45916b5b1fa169c0fa925827290b4052 0.25 MB 749 259
217,210 217,210 00000000000001fa97d7d1e64ec2dca6050312bff6bceafa3fd2086a32818440 0.09 MB 209 201
217,209 217,209 0000000000000011861ed7368f96b98ca03766db1f50d3d929b8d60eb9647c74 0.05 MB 126 195
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.