Memory Pool Memory Pool Refreshing

32,314 transactions
40.65 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,969 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,154 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,968 (411,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,349 430,349 0000000000000000033543dc14b8db3f737f8ef167916e6285e468f11ffde05f 1.00 MB 1,871 45
430,348 430,348 000000000000000000af3c34a594909a20d79e382fb42253707aaf38574f05fd 0.93 MB 2,396 68
430,347 430,347 000000000000000002050556d3a14a53f14fd399e495613fd4d1a3285f464853 1.00 MB 2,529 85
430,346 430,346 00000000000000000146a624c4513890a00d9abc2d6a0929b954b82aca6035a2 0.72 MB 1,047 43
430,345 430,345 0000000000000000010e3d748f1d8d272f2b3668d80fcf2d00ede6c6b092d14c 0.96 MB 1,918 47
430,344 430,344 000000000000000001931655501d91f3ad8eb7532a4e8db09d85da78147a6b9f 1.00 MB 2,745 71
430,343 430,343 0000000000000000002343b589853ddf78319d618770dd0561bac96fb642b12e 0.08 MB 213 61
430,342 430,342 000000000000000004b0300b49b0a70afe7bce8cf755ef046a6386bc464b1693 0.60 MB 1,138 42
430,341 430,341 0000000000000000031386a9e6cc54358f9c54e819b18e101fe243390f543e30 0.64 MB 955 44
430,340 430,340 000000000000000001501c31b151e7affc2364698a9be93092f311ed16ef46c7 1.00 MB 3,183 59
430,339 430,339 000000000000000001681a13cf78d2e3034e296f9d72272fc02f5df1730f5577 0.35 MB 836 56
430,338 430,338 00000000000000000046812358f99e2294cea8064bc14fbc26cf457bafe0c751 0.47 MB 1,090 57
430,337 430,337 000000000000000000992c757a1254b16e1173f347be09b73b5ee5cbde518d8f 0.12 MB 250 52
430,336 430,336 000000000000000000e41c759775384b907428acac6d4bc2216bab7e162e0cc4 0.75 MB 1,332 63
430,335 430,335 0000000000000000005dc7337eaff156017756e270e4707c3d5e84aa07787eff 0.60 MB 828 63
430,334 430,334 000000000000000003bf613db566109548285f29a712abdfa1783f22f9ad0c7d 0.21 MB 479 66
430,333 430,333 00000000000000000219b64d7272dab275a00d98b71e3025f789956c748540c4 0.74 MB 658 30
430,332 430,332 000000000000000004459b5eabbae294a4bf890d7fb65d9edd520f4a37e46ea9 0.98 MB 1,216 39
430,331 430,331 00000000000000000130c18a1f7fba732afacb1724a82f89581cf0c1756f4ae4 0.30 MB 798 69
430,330 430,330 00000000000000000291f1eedb9d2a4b5a01f311230a764cbae2c102f2c4030a 0.40 MB 668 52
430,329 430,329 00000000000000000337c941de23a4ee48caf97bf07ccd5fc98d3117890583d3 0.81 MB 1,651 58
Previous 10 blocks ↓
Total Size: 646.70 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,394.52 GB sent, 39.52 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.