Memory Pool Memory Pool Refreshing

1,340 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 1,274 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (694,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,950 212,950 000000000000041cbcb66349024ff0a5d520b63e81a4c1ae952ca1756606313f 0.19 MB 420 177
212,949 212,949 0000000000000069da5bb906b5a6957aec3f9b3169e84f1cda7e6e289727c578 0.32 MB 592 156
212,948 212,948 000000000000033210cdc9aa59d99683012239847e530c834d4ba27f0a981eaa 0.08 MB 151 146
212,947 212,947 00000000000002290355b1b3477d1cffb659de2eb02ee5df3e1a96665dec9f5d 0.05 MB 64 155
212,946 212,946 0000000000000175d10617a9b6afcb0a62edbe554a28eacaa2e50fffa71eab74 0.04 MB 106 173
212,945 212,945 00000000000001e31799b3ca554d0a4bb3124eac86bb0ffd6caf9ff701d8f2d3 0.12 MB 247 169
212,944 212,944 000000000000032779a38ab92451fad0c4cb6057417a641d0f04f2ff232b3dad 0.04 MB 140 91
212,943 212,943 00000000000002d0a13a94434adebed093b984aedf35837950596146d43d5080 0.13 MB 258 189
212,942 212,942 00000000000001036a8ad853bcca69261bb699a62cabc10913b1064973319954 0.05 MB 145 264
212,941 212,941 00000000000000588f9f09f78e507c2b361148342a335ecd09854c5f9f8d0d43 0.23 MB 235 112
212,940 212,940 0000000000000409ce48e8739c2018d38c5796bd7794b4e086ea0f5826948006 0.25 MB 614 201
212,939 212,939 00000000000000106707814f7fef1843d45a59441cfd6b86e2ded8f2a15137b9 0.26 MB 157 122
212,938 212,938 00000000000002a1a7a6a41ca9dd87932f14ab46fcd87b4dc22848b70afb3b5f 0.25 MB 98 61
212,937 212,937 00000000000003f1154abd5b27a009e6c849c69c7322f2b2fa8b59c0c351cf98 0.25 MB 563 176
212,936 212,936 00000000000003b66e22bf921aed3028bd8c25a21b9e29679b61fe2f9333818c 0.28 MB 386 138
212,935 212,935 00000000000002bf35a45b6ec4c27d495109e13584ac45a6cecbb590eb7924f3 0.25 MB 770 325
212,934 212,934 0000000000000128e08ca0a791893c5408ac466e484406a68fedc1d4905d9725 0.28 MB 307 155
212,933 212,933 000000000000023234b537615c36d36c68663242a7264722b6a6adb396d1454f 0.05 MB 121 101
212,932 212,932 00000000000001b6bb519c86d8ccf5be2571b4462d783e7813f379fd36297d04 0.23 MB 120 77
212,931 212,931 00000000000001e9d1eaf57aebff08b569548858ab0f7e10e5347b3db6a6b138 0.21 MB 191 90
212,930 212,930 0000000000000003ec7d76badbd91c6a0b5a9231dd27e71215ca2288e4f68ddc 0.11 MB 231 169
Previous 10 blocks ↓
Total Size: 769.01 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.92 GB sent, 92.84 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.