Memory Pool Memory Pool Refreshing

45,457 transactions
43.32 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,466 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,466 40
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,465 (518,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
323,787 323,787 0000000000000000170f5f8517e60436e42ab458a4bdb8b89d774cbf4511b660 0.29 MB 398 35
323,786 323,786 00000000000000000f1f0aa349fd2d2509b877084ae920a72d511c2d6a479d7c 0.12 MB 176 34
323,785 323,785 00000000000000001877c04baf3f85cdb1bf9bb0f48e494a8fdaece712d95eaf 0.32 MB 350 22
323,784 323,784 00000000000000001249bd0181a140fceeab1ecf75248842a2b1ff4e5bec06ef 0.75 MB 1,201 36
323,783 323,783 00000000000000001aea6c47e237c1f0e40e2032b4980cec861a6073a53ddb38 0.20 MB 309 36
323,782 323,782 000000000000000015df78db22a98b506da3a10439359ff52b96744f800061fc 0.18 MB 284 36
323,781 323,781 0000000000000000008961d5051a13ffd9e51897e329264836409c3fba551ce0 0.09 MB 135 29
323,780 323,780 0000000000000000178df305e982c9f3ba0cdcc0f48dd2cb4517a260a1fe7bd3 0.15 MB 243 25
323,779 323,779 000000000000000013b4af6c85e921ee16d541a8216edef565b39334c4b2fac3 0.00 MB 1 0
323,778 323,778 00000000000000000d992b1eaafb020974732372edf5ab41541226f5261e8977 0.39 MB 762 24
323,777 323,777 000000000000000010e66506a5dfb8fcfd2d7abbc1129df6d05d4c05cb23ba99 0.18 MB 157 17
323,776 323,776 00000000000000001bd1d7d51df7f3b4329266f7ba3caf566b6553e9c0902e7e 0.63 MB 529 18
323,775 323,775 00000000000000001df353ddffce420aaeb5b93d01b611f6498e4aa1944232e5 0.25 MB 250 21
323,774 323,774 00000000000000000dfb6245e1b54b41a675697e5b7135b02b3839efb8928ecd 0.12 MB 47 18
323,773 323,773 00000000000000000ff23c6d3850fa0f6b0f32d01640f4da8f9f4300a2d92f97 0.58 MB 398 20
323,772 323,772 00000000000000001f68d275a27891f984a5f27c6e3f8aa3afffdc50af86d47c 0.67 MB 783 22
323,771 323,771 00000000000000000107e330bd6dfd6f5f4cfdd379d3e3723c67e9507a6b32f3 0.23 MB 243 24
323,770 323,770 00000000000000000cd3182693f7fc14a513249f04cc2abd31aed6c55e2a33f7 0.04 MB 52 20
323,769 323,769 00000000000000001c17fa6a0da69a0a3cb74ae82718f92a4bd3d12294f46527 0.01 MB 24 15
323,768 323,768 00000000000000001847bab8201ea4868c6f4d0f2466c04362875f1830434382 0.25 MB 303 22
323,767 323,767 000000000000000019db90c74c40202119667466bf29f605356d81615f3abd89 0.30 MB 465 29
Previous 10 blocks ↓
Total Size: 647.60 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: 8,518.88 GB sent, 46.78 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.