Memory Pool Memory Pool Refreshing

1,781 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,759 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (386,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
521,391 521,391 000000000000000000011226989fdeedadb65acfc4b138d873709c6b9578f06b 0.04 MB 76 40
521,390 521,390 00000000000000000001ed408373bb65f4d1dd6fc9cc4c14bb932d78da4991a6 0.05 MB 82 49
521,389 521,389 0000000000000000003ce674f793eb345670c89952438a10c3549084139c695c 0.42 MB 605 16
521,388 521,388 0000000000000000001e8fbf2a427d5fbdadbabcf54bf8b0a3437098ded33c7d 1.13 MB 1,884 28
521,387 521,387 0000000000000000001860ad9dd1800b671cf9a40190e7ca0fe07d510c6269f2 0.92 MB 2,195 26
521,386 521,386 0000000000000000000177d7a4f0b994bdbf9f1c0ea767c35929776aa629ec2b 0.48 MB 754 37
521,385 521,385 0000000000000000001233b194cbf17d91888b11c1be1d7f77b13aa4f608d3fc 0.03 MB 92 9
521,384 521,384 000000000000000000338424371ecdab1fe9987cf47f0bbdcaddf6a03e1848f9 0.03 MB 96 28
521,383 521,383 0000000000000000000973380ff9a62fbb2b6e2ecd4e952ee487e585731f9a96 1.06 MB 2,377 11
521,382 521,382 00000000000000000017f62f3d875e3d05ff3f3b9b609e5a152cb1364fc270f2 1.11 MB 1,762 40
521,381 521,381 00000000000000000002edd64433eee9b0bafae42890556850b48e2771cd59ad 1.05 MB 1,711 15
521,380 521,380 0000000000000000002af14683c65f51ad862fd6e2cc8157fc85db62bf2b00a3 1.13 MB 2,368 34
521,379 521,379 0000000000000000000dfffdf49a07d269d64610139d77d4df7c1586e6bb3223 0.94 MB 1,619 21
521,378 521,378 000000000000000000181035d42a022082006f7ab8b77aa2edf1763088bbe2a9 0.09 MB 131 15
521,377 521,377 00000000000000000027a6f87f14c340162d5c6e08bd6ce7f4e84f6222536f49 0.08 MB 168 28
521,376 521,376 00000000000000000009588a6b4f8d4c405b2e28420e35bd4c006263290985e6 0.48 MB 740 14
521,375 521,375 0000000000000000003bfa6be40e07e676e8bcdeb8ebbbfb5acfdfd6a7772676 1.17 MB 2,217 34
521,374 521,374 0000000000000000001746d98dde4b070f42b707a46c42da383690193d5c2779 0.37 MB 787 22
521,373 521,373 000000000000000000270fdede8ea2c3108b20433ebd81099bb5034aa1cf46a5 0.57 MB 801 10
521,372 521,372 0000000000000000003e99c6dee6c94ffb5bf5c0fc52e5d0f82f99ee3609d927 1.10 MB 1,415 24
521,371 521,371 0000000000000000000cd0ac7467b90d83b3fda0e2ec05570cc9ea9fe21ccea5 1.03 MB 581 16
Previous 10 blocks ↓
Total Size: 769.27 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,635.38 GB sent, 94.27 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.