Memory Pool Memory Pool Refreshing

18,812 transactions
28.36 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,783 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,375 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,782 (157,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
705,047 705,047 000000000000000000017b5820605c43b40cf32ebb6b69cd72e67600c2872ce5 1.43 MB 3,010 20
705,046 705,046 0000000000000000000c7ff4b74faf30a8cf9c7436316f1550f118abbe01647a 1.24 MB 774 19
705,045 705,045 00000000000000000003c82ee497950bb2480f6413506c5e09994ac2361d802c 0.43 MB 433 4
705,044 705,044 00000000000000000000c7bae252fbc12ed660540feb3129620f9c1adcfc3bd4 1.58 MB 1,490 4
705,043 705,043 00000000000000000006b118f4036e5e575ac4fa302f6a6755a22602e2320f4a 1.61 MB 2,462 8
705,042 705,042 00000000000000000009e2fc3020c1f42660631b24444b7e32a37e6f41b22740 1.49 MB 2,999 17
705,041 705,041 00000000000000000009493672ee4919250e6837cd65c09157d8858043af5531 1.38 MB 1,953 6
705,040 705,040 00000000000000000007f8785a9f34a7ae254166c65eba5c1a4277b08d5afaf7 1.64 MB 2,333 7
705,039 705,039 000000000000000000073cee7d7d4f7a8841a4b3a923186d43046a542e5f2467 1.41 MB 2,420 3
705,038 705,038 000000000000000000017289095abfd28de1034e5735f4788d32ee0286bc8a94 1.32 MB 1,705 9
705,037 705,037 00000000000000000009b19ab4a3dab93c92c546a90fab9d6824efc2f576b044 1.22 MB 920 12
705,036 705,036 0000000000000000000be30f98022931c6546779f5ed1d89d6b2577e00e8a327 1.30 MB 1,407 9
705,035 705,035 0000000000000000000b5d2d41044d80abebcfa983986346cd2dc96cb28f09c9 1.49 MB 2,588 5
705,034 705,034 00000000000000000007b240cdcb6e78c1da26d3d1be0f3c75d2adb013411e58 1.58 MB 2,717 10
705,033 705,033 0000000000000000000b2bcb4df451a020e973ef4c73ddfc41712ae76936d0f4 1.63 MB 1,918 7
705,032 705,032 00000000000000000008d587c5dcc7cdb003014ff3191174a6f128aa3e23e1a8 1.47 MB 2,362 9
705,031 705,031 0000000000000000000c75fdc9fb627560799377240fa6fb1b5c226abf449003 1.79 MB 683 6
705,030 705,030 0000000000000000000ab699ee5873bda1ac76d8a1baf702379a62eae7e277ca 1.71 MB 1,799 5
705,029 705,029 0000000000000000000dca5788bb76ac6c0592f37fa56b2fbcd34427bb55d636 1.22 MB 1,286 7
705,028 705,028 0000000000000000000b1e1e0bd9922acb757e04c3103581f852213673673d44 1.36 MB 1,491 10
705,027 705,027 000000000000000000029063d25adea40559c530feafebd97a460d320225ed9d 1.63 MB 2,823 8
Previous 10 blocks ↓
Total Size: 685.68 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,398.26 GB sent, 110.01 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.