Memory Pool Memory Pool Refreshing

323 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 319 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (747,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,413 160,413 0000000000000a0235d7426b7c92b1fe4bae7c0df6fe193bb4bf70cc775eb250 0.01 MB 21 129
160,412 160,412 000000000000058086c55110bcbac2821763877a7cc844fc1f1f368a94a7e092 0.04 MB 145 6
160,411 160,411 00000000000003568b5d687c62e60836aebbc87c17adc84af8acea7f67104d91 0.01 MB 19 108
160,410 160,410 000000000000053b7f115974a72873a1fd16f3df7a3797262cc1059d63c89faa 0.00 MB 15 323
160,409 160,409 0000000000000adee30e10c5b0a55deb5c162bed3193f7f3acfced3224f94a4f 0.02 MB 44 246
160,408 160,408 0000000000000a90b5eef7dfa8c37205513a734d51f67996c91061859110bed6 0.01 MB 31 26
160,407 160,407 000000000000083f713950aebe20a1fd89fa531494a5ade2f09f53af7d6b4b4a 0.00 MB 9 35
160,406 160,406 000000000000032c14d86378e3ae3aaa78f61f6d91d991884a87686670a74859 0.00 MB 1 0
160,405 160,405 00000000000005e31752bb980f93ea47b1398c10e4b4f93b65d25e731346a7ef 0.01 MB 15 39
160,404 160,404 000000000000016e549848e05eb8336a087c2391a3227405fe46d0f7d822c75a 0.00 MB 12 17
160,403 160,403 00000000000009161adf538f5b1ca2cb470e308b5e77c5563ce8715f16ad2b04 0.01 MB 8 7
160,402 160,402 000000000000095c00a2cc236d9041db1d3b237b22a665a665ef13921a54198f 0.00 MB 3 0
160,401 160,401 000000000000034c0d4f6975272cc42c918149c891dcf278f423b5a1effbe86c 0.01 MB 14 39
160,400 160,400 000000000000059d7a720f3e7a7c95cc903ad33bfd6da365020581d15f705757 0.01 MB 44 69
160,399 160,399 00000000000003ff3312d7dc1ca2736aa8708ab8992b854434c0cbf121f7fae2 0.01 MB 14 18
160,398 160,398 0000000000000d236a4c4a23c5f1227e5201c96b1a54444848201950fd202a9e 0.02 MB 17 13
160,397 160,397 000000000000017564561f043c849790919169041bebb685e4aa2c7a00c9cac7 0.01 MB 15 12
160,396 160,396 00000000000003b1a0e7275b2a242d0105ad1d13e50fb5a2ac395656bc55d4b0 0.02 MB 55 224
160,395 160,395 00000000000000d9dfe30efcf836f80f1ddf0c113649e5bbee0995687b095d0b 0.00 MB 12 33
160,394 160,394 0000000000000d5e11722e32400f4aa387807a0cfc975d81e6b141e30a681c76 0.05 MB 106 175
160,393 160,393 0000000000000427f626b8df66290b7aa43091f88664ee780f93eadf68e4ab64 0.01 MB 11 877
Previous 10 blocks ↓
Total Size: 769.56 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,649.23 GB sent, 95.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.