Memory Pool Memory Pool Refreshing

32,059 transactions
38.29 vMB
Show Random Selection Loading Transactions
Max Size: 150/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,270 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,525 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,269 (586,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,185 256,185 00000000000000268d844a6e45ce77aaf732e3a9326728333d7991736e11ac28 0.04 MB 82 117
256,184 256,184 000000000000001644a7bf5560e5c7d41b5a00f633bc3641dcef78d554df58b2 0.09 MB 207 103
256,183 256,183 000000000000002fe9471e92cf06cdc8caa736705d608a4a2a2fc44144794b9f 0.01 MB 16 75
256,182 256,182 0000000000000030f2b06fa5a1d80de102fb75d09ed9aba2ded8d1a8b92ec09a 0.10 MB 237 98
256,181 256,181 0000000000000004a19ba8cb3cc1a973e19af3e64912397c655c133d769766c3 0.16 MB 385 109
256,180 256,180 000000000000001c71d02e8fd24b9c26aac4b46964f9bebf1a5a86ad259d99d8 0.18 MB 437 103
256,179 256,179 000000000000002c68fd701cea67a82cab85c9720ece06f4181f2059a5b57266 0.05 MB 120 113
256,178 256,178 000000000000002926fef3f4430ba264923ca7d272877a19d5130dd66f9e7c84 0.06 MB 97 74
256,177 256,177 000000000000000ab7e19b031e8c5539079492569c231c08d21dda76ad669ee9 0.15 MB 383 113
256,176 256,176 000000000000002553cf2d45f433168b14ce66e4933cad87c1ba2582b0784dd3 0.15 MB 355 102
256,175 256,175 000000000000000ff21b1ea283efe20dd5f825966ee065949b70ab94fde85956 0.16 MB 387 103
256,174 256,174 000000000000002457518f7c0218b5c4f9de1fb134061d1c5ebab332b0ce119b 0.12 MB 259 115
256,173 256,173 000000000000002252f8c3af17e886aa7055ac12e0dd85a728f80a55ae0980c3 0.24 MB 565 110
256,172 256,172 000000000000002ac6e1db98f2cfa3a8f4d80b3c8f671da114e4f1b9e2e77f97 0.06 MB 127 93
256,171 256,171 0000000000000024a569b21c20573bfd1e903c6b1554a5c53bf8f6fee2cde897 0.04 MB 104 90
256,170 256,170 0000000000000026f52767b50e9854f55fba666f0cbf26447049de3f5c384d71 0.11 MB 260 149
256,169 256,169 00000000000000280f500eee70a7d691308c5c5b832363665e6ee2fa3e814a4d 0.18 MB 437 117
256,168 256,168 0000000000000030d00068004ab78fcb6150f50e12dce4678f5d56a4b72ebaa5 0.07 MB 161 63
256,167 256,167 000000000000000e4d6899f2db4ec5afd5b85d2e4ec9da42b9d177a3aedf7d5d 0.26 MB 545 70
256,166 256,166 000000000000000422045ea0bf5b7244b045be5569afd4c4c2a0ad68e88b5502 0.25 MB 627 143
256,165 256,165 000000000000002384f1ec284d900a1b0bbde70aeb9c537a513e6c3b764080f9 0.22 MB 510 85
Previous 10 blocks ↓
Total Size: 647.23 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 8,464.75 GB sent, 44.09 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.