Memory Pool Memory Pool Refreshing

4,465 transactions (1.85 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,780 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,869 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,779 (896,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,005 12,005 0000000045a447acf5ea6b56333ee6ffd6a7e5ce2a67342340e5bf3ddc8c1c76 0.00 MB 1 0
12,004 12,004 000000009b7046d59900dd75a91dfb0411a48be21198b7c908ab18495d5d4a87 0.00 MB 1 0
12,003 12,003 0000000024c4608a5c2ae76e2188aab949ea895fcb3800d48db32c2de73c3e9b 0.00 MB 1 0
12,002 12,002 000000002265b70bfe04bd32c422aa04eb29e772211464e93dc218893fa5e99d 0.00 MB 1 0
12,001 12,001 000000009bf236ddb082304d8ad0954cd3292792c4958b643f2ec3c1ac3f026b 0.00 MB 1 0
12,000 12,000 0000000011d1d9f1af3e1d038cebba251f933102dbe181d46a7966191b3299ee 0.00 MB 1 0
11,999 11,999 00000000e99358eee10e0f3938aa83ae2ace7b0e586d39483a45465db5209e68 0.00 MB 1 0
11,998 11,998 0000000023556fd913e73e850bfa9d2e1a8fbc24948816c202812215e2614d7b 0.00 MB 1 0
11,997 11,997 00000000e4361771e6cca41f3c5f2cb2bee7690cb984d6ad4581618a6730728e 0.00 MB 1 0
11,996 11,996 00000000e415b37815bcb5f8cd7fd78a32a9b92a9c64d10793a32d6ed69eeda8 0.00 MB 1 0
11,995 11,995 000000007b4daf0e6288594d0e3552e5eb5a212bc8c41931e0ea22ffbbd01393 0.00 MB 1 0
11,994 11,994 000000001b47681a18fec8e6d959c1757bf62a8e41655d6f81d7168e3f7b8f5d 0.00 MB 1 0
11,993 11,993 00000000b36375e64fef6d4c24fab47a0bd092d4954438c1801284efb3953d5c 0.00 MB 1 0
11,992 11,992 000000003f882b3d74a5397ed61aa8f2e7f29f5a770a4986ec7a7b1c04713d42 0.00 MB 1 0
11,991 11,991 000000001e5645559457fecabed8a26df6d9cdae00ed2b9e494282a63f50dbcb 0.00 MB 1 0
11,990 11,990 00000000b9e282265cc494315578f0b38ddd7c5c0a09bd761409cd8ce6ed1e10 0.00 MB 1 0
11,989 11,989 00000000ff821ec58567d041a65690d8519ecfcc298c9109dea75ecd03e90490 0.00 MB 1 0
11,988 11,988 00000000359f0ca78913c3a92432173f3ac76dae7fbabe5964d488a44c925ddf 0.00 MB 1 0
11,987 11,987 000000005b2af0d1969da9400dbd196f7c0a2cf4c3ab6897a8300f2fdf1f413e 0.00 MB 1 0
11,986 11,986 00000000d17b5ab95fe1105aa928d71c3eb8332a6a3074fd532217434f512a5a 0.00 MB 1 0
11,985 11,985 0000000029af67cbee53b80cb4a776ccc344e8838b37de268ea9661f6260b007 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.15 GB

Node Information

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