Memory Pool Memory Pool Refreshing

1,187 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
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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,135 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (734,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,375 173,375 000000000000053f199ae19d34365277e534f978ea2f6c69cd4757a4fc099af5 0.01 MB 10 0
173,374 173,374 00000000000000d8f6c65f51b1803c698ad2f21a3f4e50615b26fdf7f99229f0 0.01 MB 22 120
173,373 173,373 00000000000008742e3857d7035d739311bfa45608ff56ee025fc1a7806014e3 0.03 MB 60 400
173,372 173,372 00000000000008416dd3b743593345aeafe429d319536f641c6957cc6fce5a31 0.00 MB 1 0
173,371 173,371 00000000000008de0a6fea0cafae0a97a6501651f8266ec1ca2a3d4bb4c060ff 0.00 MB 8 46
173,370 173,370 0000000000000a44229ededfe7336f1582ca1cb8d8c5e6db43d3628718c27eea 0.00 MB 3 84
173,369 173,369 0000000000000a43a77bfa1e6baabc5fbafa5308de669e0b7e7dce5c37297129 0.02 MB 19 47
173,368 173,368 00000000000004014d6bfab517cea468d1f47a7f753b338ebf9b79366de45a1c 0.01 MB 42 32
173,367 173,367 0000000000000268d5fb56e53b9250b7010938a66e42a4732df0cc1ed51b91e1 0.04 MB 70 60
173,366 173,366 000000000000081d47754ec3a7e9688dbeec6df47186ce2587b7981f142c9d9b 0.00 MB 1 0
173,365 173,365 000000000000067959d44a29988711b3319cd9d77ac64f5a819a0856b7709bdf 0.04 MB 133 55
173,364 173,364 00000000000004f0bdddc9485a0b96d4967a05ab89280447c5b56d5876b9e001 0.00 MB 10 114
173,363 173,363 0000000000000503435cd154debafb33b6f8f99b7ff9aa9d90441a85760ccc1b 0.04 MB 46 48
173,362 173,362 00000000000005deb989bbb46acaecdf207a9a6ac7cc3abc82ab36ef4591509e 0.00 MB 15 26
173,361 173,361 00000000000002e5d72f47e3af92f29d833dc60c6b54f8c02d7fd8c8284abbdf 0.02 MB 64 251
173,360 173,360 000000000000019daee9812d36efec2943fad0ff74cd4193f544c103bbec1d7a 0.02 MB 21 75
173,359 173,359 000000000000092a00b0e87f897eaea64368d559cd82e98b38d332000be61426 0.04 MB 127 39
173,358 173,358 000000000000067e145ba06d677550f3160ec8ec8e3014194e587bf23918648a 0.03 MB 68 247
173,357 173,357 0000000000000232596caf8ef90658b9c88937e3f27ca7e88debce5a8db29d4d 0.14 MB 82 59
173,356 173,356 000000000000021d9d40ec59b2de3d1bdb0b048def6c6cb3d46b4eac8ee763f7 0.05 MB 131 145
173,355 173,355 00000000000003aabe04b1875ef41a79153ef87fec30807ced922f69dbd0473e 0.00 MB 1 0
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.35 GB sent, 94.26 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.