Memory Pool Memory Pool Refreshing

95,882 transactions
33.25 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
846,864 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 3,525 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,863 (683,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
163,047 163,047 0000000000000107a187ec4aa47d1bce6ae0de8700d44602ecef7706a695936f 0.02 MB 68 103
163,046 163,046 0000000000000006c236c9017b21c9d1e3f811edb77235add006537c539ffaae 0.00 MB 8 3,941
163,045 163,045 00000000000009a0f97c5d714bcde5ddc72cd8ed2a54c46f526e9c9a92cd10fc 0.02 MB 43 2
163,044 163,044 0000000000000352ac9898afb4f6d1b34b43de809a3621e9af3bb7240024d20b 0.11 MB 115 145
163,043 163,043 00000000000008e566f7b8ae95377c2d5c4a5667e74e7a4c2cd185f67c131a64 0.04 MB 65 48
163,042 163,042 00000000000006be048170ee25fc2e2e5040343d462002f38e30a5e6db81ea91 0.01 MB 38 7
163,041 163,041 0000000000000574bf66f334f89ca028a354265208fba88509c6b471aa693684 0.00 MB 12 771
163,040 163,040 00000000000002d9dc799201f6b4e7dea8daac14972f95ab5db38fb7b74dafde 0.01 MB 11 106
163,039 163,039 00000000000006111c307eb6a515432bfdf1854eadaa5e8399e418a87112fb2c 0.00 MB 8 14
163,038 163,038 000000000000075d670511808881799a25247f16ae597f9a994573b3b88d68a2 0.05 MB 85 56
163,037 163,037 00000000000001bfc1e7767853144d454e3f47c43a5bab32b1b2a93094769a89 0.00 MB 10 364
163,036 163,036 00000000000009e315da91f9c3bda55ea525c61170dcba8e5e2498c89fdd75bb 0.04 MB 93 355
163,035 163,035 00000000000009fd6d7b46427e1a6248bae5647b87aceddf5cd2bc9876373b09 0.00 MB 1 0
163,034 163,034 00000000000004c2db18f8d7d49404f17b90d969456b9beb4b4db6b38d4dd16f 0.01 MB 19 154
163,033 163,033 000000000000088fd57a3948318fab740f928a4360cfdbe9b614f8329e93aabf 0.00 MB 8 28
163,032 163,032 0000000000000b96dc88dd1d57b92a6d7df56d0f023b7a6cb70582c22733e26b 0.01 MB 24 120
163,031 163,031 00000000000008f119843d71681947f5f045184fbcd4205ef4e92877ced08581 0.01 MB 21 60
163,030 163,030 00000000000005e2a89ebb3f2df72e635db9aeb3cbeb1907c913657450a6d7a6 0.01 MB 19 59
163,029 163,029 00000000000005212939e69cf0a1cff3d4e86164a7299f843aaccf4979ee2add 0.00 MB 5 28
163,028 163,028 0000000000000c01369cd4c98ad51195817f4f7fba14cfeb4c1f81ccb3d0f4ca 0.00 MB 11 92
163,027 163,027 00000000000007dc4935e9f17c7a51be883606329054b6f6bcd57441996529db 0.01 MB 37 18
Previous 10 blocks ↓
Total Size: 655.80 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,508.06 GB sent, 98.92 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.