Memory Pool Memory Pool Refreshing

19,223 transactions
24.88 vMB
Show Random Selection Loading Transactions
Max Size: 137/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,373 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 917 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,372 (72,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
790,918 790,918 000000000000000000038f78294b29abd55f780f5e9343d7394da72e59ce4ca8 1.51 MB 3,557 58
790,917 790,917 00000000000000000004c4497b6582b447107dcc72ff40d4b6409c900b067910 1.85 MB 4,332 29
790,916 790,916 00000000000000000002a5680078c60d275d06e81feeeabb9a65a8eaa6c1401a 1.54 MB 3,441 47
790,915 790,915 00000000000000000004946222bfdd303c59bfc17e0bbb75fd86ca94176d2667 1.47 MB 2,991 55
790,914 790,914 00000000000000000003eb722dfd0bcf3c828153d43c128ad8f4c4dd0c8b54cf 1.73 MB 3,158 29
790,913 790,913 000000000000000000045395243707948ac250cde89840a3657681a1a5b09e3c 1.70 MB 3,645 51
790,912 790,912 0000000000000000000180aa513478c4e93400a3a87cca4bac8c43aa07cc413b 1.49 MB 3,228 57
790,911 790,911 00000000000000000002de4e38a3d6d4a1997a9a846e8a6d55808658b2578ecd 1.77 MB 3,385 32
790,910 790,910 0000000000000000000266266a67808840f2d71dbf13afd726326f78ce4b8ba4 1.64 MB 3,065 43
790,909 790,909 000000000000000000019a30343b6c7e00ae5e14c7b0920619e41b5b5582a8df 1.82 MB 3,453 38
790,908 790,908 00000000000000000000ad8af271f22ca135222e2d3f0bad0524fc80e4f07ce5 1.80 MB 3,761 41
790,907 790,907 0000000000000000000560de9902636195d4f59450c72d8c1b296a574cf2fa0c 1.57 MB 4,007 61
790,906 790,906 000000000000000000031f91312ae7760c41b6fcaf12535eba6931a0ede5fefc 1.63 MB 3,769 62
790,905 790,905 00000000000000000001bf1d92632a0c29685217d197c24ce07f988c9eb96241 1.83 MB 3,053 83
790,904 790,904 0000000000000000000516b62182bba69b0e97526bed510bd46c2bbe92ad8312 1.70 MB 3,890 50
790,903 790,903 0000000000000000000472cd19b20d4744d4fbdc885ac0ef53ef380a8f65cbb9 1.60 MB 3,853 47
790,902 790,902 00000000000000000000acf29c078aa10ae22895d7a68ed9f203243509b5bc44 1.38 MB 2,551 55
790,901 790,901 00000000000000000004042851056a70d7a876b529435e32927d1c1cb3f293c5 1.60 MB 3,725 63
790,900 790,900 00000000000000000003b2ec57a7d29bd5bfa8871489f5665ec79251d23535b6 1.74 MB 4,387 71
790,899 790,899 00000000000000000001dd643c8da065022d5b2005ca90878bc311ef77193eb5 1.72 MB 3,590 109
790,898 790,898 000000000000000000015743ad6e5febbb4bbb05a45e7446c52b3efa1ddce878 2.09 MB 2,659 68
Previous 10 blocks ↓
Total Size: 686.83 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: 1,491.48 GB sent, 117.20 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.