Memory Pool Memory Pool Refreshing

8,784 transactions
2.83 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,552 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,166 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,551 (898,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,115 10,115 0000000064502d6043e43c97bbb83a8878a3f230aeb6fdcd005f200fbeeeb921 0.00 MB 1 0
10,114 10,114 000000001aacd14191ecc11b1bec305ea3ecf517a7ac8cc54d5b635b8b70de64 0.00 MB 1 0
10,113 10,113 00000000a31e2273d4b424b9d65432677b05285ae0f8390d9bb6e77d6567b1ff 0.00 MB 1 0
10,112 10,112 00000000a8a081b2e19b1646692241b5c8aa9486ab113d8c0dfb2d75e28b08ee 0.00 MB 1 0
10,111 10,111 000000000c7a753c31c3c7c8761e5e13a4186d7aae066ed9a9657d19f0d43930 0.00 MB 1 0
10,110 10,110 0000000001fe8f8458e6d093083f5bf5780d4a883281409ab498aebdfa2178c0 0.00 MB 1 0
10,109 10,109 0000000057184d9df7505e9e48fd27396549f0d4f97c6257d1e5fa7b4cc984cd 0.00 MB 1 0
10,108 10,108 00000000b3d29ca5f83ecce2c00de8a623b1767f0b2d25e993ceaf80a508fb15 0.00 MB 1 0
10,107 10,107 0000000056eb8acf1b199ab0eb32c4ff95d4cc384ccb08d1243ac66d730cfea8 0.00 MB 1 0
10,106 10,106 000000002836a0a7f719e91d101ae6ae6f3e2f51a52a2e0fd08ba9ca13ebac34 0.00 MB 1 0
10,105 10,105 000000000e23e16a012fa89b91a8363d864b97849a6302736e8701bdd26b35f0 0.00 MB 1 0
10,104 10,104 00000000081ee6295202b7f3504b9fffb09036659db0807bad8527e6ae4985f0 0.00 MB 1 0
10,103 10,103 00000000b14642e4bf026be69d4370462a69e7175a4e84d947cb0ac3c980dc61 0.00 MB 1 0
10,102 10,102 0000000020dab572aaf8f45392fed37a392ce263e09db3e938e70e364718570e 0.00 MB 1 0
10,101 10,101 0000000097af9ac5783cbd948785be9ebca3373681a2f1381a5786c1cd943770 0.00 MB 1 0
10,100 10,100 000000004dbf0b1fc7bb7dc72423352088d32d7a7d79c4d78144758742071716 0.00 MB 1 0
10,099 10,099 000000005f69c36e91e3826d86b30157102e5ff8a21e7ef4a4dd287f7d45157f 0.00 MB 1 0
10,098 10,098 00000000c7be5fcdccca10b338366a3862b76c7482f162c3ef0f8512346cb910 0.00 MB 1 0
10,097 10,097 000000002cc750d6470b6068c86d1759cca0f13150edcf37696d5f8747a7c3c4 0.00 MB 1 0
10,096 10,096 0000000078ca078f88bd06f12d772762e9405a59aaff2fdb0e4a7effcb9ee19d 0.00 MB 1 0
10,095 10,095 000000001b8b6c92c7bfd693820867676efa2b02553803e83bbe416f7e5c0c4d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,844.98 GB sent, 100.59 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.