Memory Pool Memory Pool Refreshing

57,204 transactions
31.98 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,395 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,406 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,394 (262,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
607,196 607,196 0000000000000000000d03ac73cb6f9efb9ff55cce80fcaa9a3b57e874e1ce85 1.05 MB 2,116 47
607,195 607,195 0000000000000000001142644bc4b52c03eede236ef958b1ebb27e7abffa9f2e 0.43 MB 1,184 15
607,194 607,194 00000000000000000008461de67f03b6b53d1173dd1f5124a5d8a072f339cdd6 0.97 MB 1,896 9
607,193 607,193 0000000000000000000903bc6e7ff613b52de0c8f6664ae6c6375a5b3625234f 1.20 MB 2,829 19
607,192 607,192 000000000000000000030319c8adfd8ae1038687696e6cff43ef025000a2cd7a 0.72 MB 1,991 14
607,191 607,191 000000000000000000025f457d68b34ae3453d003c72236ad9854ac0006e5509 0.41 MB 1,107 15
607,190 607,190 00000000000000000013efc16ab62de5c43264884e8269d5ba780b25abfe5a75 0.00 MB 1 0
607,189 607,189 00000000000000000012aa8d9a7e1e3f451aed5b3c294bd1db3bd72b1a55b067 0.59 MB 1,136 15
607,188 607,188 00000000000000000009fc6c77fe49ab441b84a2ecadb573f0fa512e180b0fa4 0.76 MB 2,042 14
607,187 607,187 0000000000000000001416f8c03a2a76c6d21090146f8dc1b862b52b51443120 1.23 MB 3,051 13
607,186 607,186 0000000000000000000f5043c9959f6ae8f7cbc46a72c7ff7172386093642fe8 1.20 MB 3,140 18
607,185 607,185 00000000000000000009cdfbf50ba533afdadefe4eb3681cb7a84bb17a8e0972 0.59 MB 1,548 14
607,184 607,184 000000000000000000018d7a7a2b5fd9aed0f0ce2eba099d892deb6115d5a7f2 1.11 MB 2,151 13
607,183 607,183 0000000000000000000986887254520742ac2bf3b5a44845e3a25caeda9f7805 0.14 MB 372 36
607,182 607,182 00000000000000000002802319ab097e42ef27bc9ccb610917fde742328751cc 0.80 MB 1,793 13
607,181 607,181 0000000000000000000e52e156bcbea98356296f894ddddd575aec51354226ff 1.22 MB 3,071 12
607,180 607,180 00000000000000000001ac3c659c548690f0b2aac44c036005f4fb2070c175b0 1.06 MB 2,791 16
607,179 607,179 00000000000000000006033726955d4fca4d983008cc13ffb8b8e2271a39c6aa 0.46 MB 1,351 16
607,178 607,178 00000000000000000005922817007576bfedbe820fc6968e08a3409a769481cb 0.45 MB 1,222 1
607,177 607,177 000000000000000000055922fe0afef5af8042ef164bfcbb45d05134b757f648 1.31 MB 2,872 24
607,176 607,176 0000000000000000000f24da2ff589d3142bcc7f8a6bcca7789fd1c95f88c81a 0.49 MB 1,206 15
Previous 10 blocks ↓
Total Size: 698.33 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,077.52 GB sent, 199.73 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.