Memory Pool Memory Pool Refreshing

43,109 transactions
29.91 vMB
Show Random Selection Loading Transactions
Max Size: 104/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,982 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 1,104 118
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,981 (328,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,249 518,249 0000000000000000002d7047cf066318b4031a63c415ca2274495f5d16ece618 1.16 MB 1,517 20
518,248 518,248 0000000000000000000f15d953076063641fbae5a8409b60856edda1d60d7665 1.16 MB 1,750 24
518,247 518,247 00000000000000000004a423388f841b675621b076621501871e2d8f7d0ed015 1.13 MB 1,619 27
518,246 518,246 00000000000000000032b889b2b42d61c7b6b33287a6ef00f38c7c45b230c6cd 1.11 MB 337 4
518,245 518,245 000000000000000000048f2c4b9dccd23a220d9fccc0c11e621307977899d71f 1.10 MB 422 6
518,244 518,244 00000000000000000041b30843c0549761112126e739521752e82befc5ab545e 1.09 MB 180 4
518,243 518,243 0000000000000000002b4a4b0b9c6a9cd5231f7ff050928e045d79cf91b6570c 1.12 MB 2,007 25
518,242 518,242 000000000000000000102eac29817de1494fef088effdbaf1ce6be380c4555d9 1.08 MB 501 7
518,241 518,241 0000000000000000000bd77b446823b8a45d29e6ad32e7592469dbfadd1afaaf 1.09 MB 105 2
518,240 518,240 00000000000000000008febff14880415cf43b1491419cb9ee54084da0c1b1da 1.09 MB 1,119 15
518,239 518,239 00000000000000000044240ed74317769cc0e7b58e10205e16e126775af740ee 1.10 MB 1,328 17
518,238 518,238 00000000000000000008e169f4fef6645fe2366561aa1c6f90a79b508678315e 1.09 MB 359 6
518,237 518,237 00000000000000000013a6aa91290a79a1536f75303e9b7167656a8bb8f3e16b 1.09 MB 138 2
518,236 518,236 00000000000000000041c259a890442909ace43439998b51a097a2223925be15 1.07 MB 1,293 16
518,235 518,235 00000000000000000008e23ea30fac94d9a493c3d42925a90b93fa957b72fb9c 1.10 MB 1,544 16
518,234 518,234 0000000000000000002607494735c81509555dc10b723b0fc5acff987cb220b0 0.17 MB 258 21
518,233 518,233 0000000000000000003d6b1a0bb40edb5467c335f54f13c1554a24609bbb0622 1.03 MB 989 9
518,232 518,232 0000000000000000002bb418e5056c2237e5077d2daa695f18ff239bfe982cd6 1.15 MB 2,413 34
518,231 518,231 0000000000000000000d438c5cee500b3c8ecf6ba67d31877a7b54f737114f90 1.22 MB 3,163 46
518,230 518,230 0000000000000000000ffd93b3e8bfdcd05ae6de4fb8a7d7f8c2a6af67409d58 1.12 MB 2,148 22
518,229 518,229 0000000000000000001893459fabcb382d1be8839e0b11117ce67ca713824fea 1.16 MB 3,017 36
Previous 10 blocks ↓
Total Size: 655.95 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,515.40 GB sent, 99.47 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.