Memory Pool Memory Pool Refreshing

65,895 transactions
31.83 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,149 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,155 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,148 (197,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
672,962 672,962 0000000000000000000c9599813ae727d2cc3b47fdc068f0bb7beed1657b0e06 1.24 MB 2,795 108
672,961 672,961 00000000000000000007766935519977bd0c5aa7e876dd07d1c053edd9cec46c 1.37 MB 2,755 130
672,960 672,960 0000000000000000000c6d244fcbe466052076bc585bba97d1fccd74d65d0d44 1.14 MB 1,016 114
672,959 672,959 000000000000000000098c3378175fce5ee326d008305b58bc8b97300f51d2d1 1.25 MB 1,787 121
672,958 672,958 000000000000000000099a6fcea6179a50e360327cc97af0fd2e69f8ccc9e4f9 1.24 MB 2,344 116
672,957 672,957 00000000000000000003e273d3304d696d49f19ade31daf05dd1aeee0bf60097 1.63 MB 1,798 117
672,956 672,956 000000000000000000060e7d31077308d513414ae5851bc660275f4619b304ee 1.20 MB 2,194 143
672,955 672,955 0000000000000000000398db66b4b424e9023f4ecb8bab25421de281eb653937 1.48 MB 2,783 142
672,954 672,954 00000000000000000004a3dbadce039aead4bed874decf78c18d5bf46a3b10eb 1.31 MB 2,582 111
672,953 672,953 0000000000000000000a24d65fd00a3f691154690090f2eda2c74aafcf09c4cc 1.54 MB 2,092 79
672,952 672,952 00000000000000000005b0f8024a054e39cb121ce88dfe707e91ec8f20c80be9 1.42 MB 2,003 103
672,951 672,951 0000000000000000000b68803e49c113872254dfe9e4f901ee3a9614dd1eaf99 1.20 MB 1,730 120
672,950 672,950 000000000000000000009227f4218475c553f47ba2dcfd58f6edfb07431f0938 1.42 MB 3,203 132
672,949 672,949 000000000000000000017a286215cd58889d1d4f458a9f738d1f641a3d700a6c 1.62 MB 1,368 80
672,948 672,948 0000000000000000000421b4df5b44b89c0357feadcbfecc3816814a4a89d89a 1.77 MB 599 20
672,947 672,947 0000000000000000000a8c6d1c3793a592c8d73e87b0252a7db98e3723081f66 1.44 MB 1,060 22
672,946 672,946 0000000000000000000cd95721bb48007d74c5c4c496ba454152314128323ef2 1.31 MB 2,187 61
672,945 672,945 00000000000000000009292065aa93ecca13ce8ab5a49110a6624ff86131c182 1.42 MB 2,107 64
672,944 672,944 000000000000000000099784e22ab866b2d290eea16593abfa5262bc2638569c 1.52 MB 1,883 57
672,943 672,943 0000000000000000000a9e8b1bfede19b184f7e63e70a9a5506f98bd50cacf40 1.14 MB 909 20
672,942 672,942 000000000000000000010d7fc8a7066a1c2d4743cee546515c44b520e753ad93 1.15 MB 1,080 25
Previous 10 blocks ↓
Total Size: 699.74 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,185.75 GB sent, 208.62 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.