Memory Pool Memory Pool Refreshing

95,221 transactions
31.32 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,162 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 5,624 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,161 (500,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,232 345,232 00000000000000000e1cf6dc3b323ecf8783b39fb038b29e1d6553addf97c8b2 0.08 MB 256 41
345,231 345,231 00000000000000000939f02c47f6eceabf16222a446cb01d5a6e74cd8ce1e764 0.10 MB 124 14
345,230 345,230 0000000000000000050bf7539cb112eef45115e850258c7766bca2d472ee2230 0.38 MB 707 25
345,229 345,229 00000000000000000326307b927806f617277c8650b70e66d78eab8323423a33 0.10 MB 156 13
345,228 345,228 0000000000000000129457736c292be013cf7085aeb8c61f15622467c3baa65f 0.00 MB 1 0
345,227 345,227 00000000000000000cda800ccef74fbae8724747a239714d18eea6d5b23d2db2 0.14 MB 181 14
345,226 345,226 00000000000000000937c0a86e818f2921a25d6825167fc132f708a1e9571a0f 0.18 MB 356 25
345,225 345,225 00000000000000001051f7adb2afded6ca2c661613029aaa9223eba84103b99e 0.19 MB 397 28
345,224 345,224 000000000000000007461b3816f4e76bd1f9c4c513999295718b87af4a1fa297 0.35 MB 564 21
345,223 345,223 0000000000000000112c34fe1a66a4e831124f815b23e972aa68e72d1bb3a78c 0.20 MB 263 21
345,222 345,222 000000000000000011c3d07a5d8ce7833141b9288c8cfda8c994e74a53aad088 0.15 MB 206 16
345,221 345,221 00000000000000001351fd07bec63654ca24027308cbef4db1580d20323fd97e 0.16 MB 219 24
345,220 345,220 000000000000000001f2d8214d76c215d1a3ed61ebfdf2f04e6fa1f318dc4b17 0.16 MB 180 15
345,219 345,219 0000000000000000070bef5b7b9ad448b6b0c9eef8a3b75f35e280c01db38549 0.06 MB 58 8
345,218 345,218 000000000000000013f5395e1956a5164dc31f1dc8bf5649962cf3a0a5228bab 0.41 MB 734 25
345,217 345,217 000000000000000015f54b547d1e1eed101419661b9e35e5e52fe6f81040cf8d 0.44 MB 497 15
345,216 345,216 0000000000000000061a308842e9474da6d62ed2eb5e1437e4d04fee17d351fd 0.75 MB 1,779 31
345,215 345,215 00000000000000000bf5a46778c4b80cdb1d607fc1b3023f281117d6535327a5 0.45 MB 762 16
345,214 345,214 00000000000000000e8782c2e1af0eea92f07050a457d621ff7b9b67980a84c3 0.24 MB 289 17
345,213 345,213 000000000000000012e3074109188c7e2a0ef945dad93607601685aaad325ab8 0.75 MB 850 21
345,212 345,212 000000000000000013255882e2d2001342e8715a4711c63d57b1443f82dadb83 0.75 MB 1,178 25
Previous 10 blocks ↓
Total Size: 654.51 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,378.54 GB sent, 89.55 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.