Memory Pool Memory Pool Refreshing

38,530 transactions
47.30 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,432 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,171 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,431 (412,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
430,328 430,328 00000000000000000141d01340542adb227857ee733a5816ffc151bb3b355b62 0.71 MB 1,224 55
430,327 430,327 00000000000000000196ef6e0328ee34abf48f2e3f73bcacd7980ef68c293378 0.99 MB 563 15
430,326 430,326 0000000000000000017525a170dc923ce9cc177771609315582afac1f6239f60 0.23 MB 468 56
430,325 430,325 000000000000000002a0c6aa21210b6fbe253ea6ca4d83811aa8060fbe65de7b 0.36 MB 817 66
430,324 430,324 0000000000000000020cbb5fa2efc47a09bd064e209aa886262e115e869f712e 1.00 MB 1,124 25
430,323 430,323 000000000000000001bd3cf10ad93af343f794fcdfc8f17c02c785a698138e20 0.12 MB 329 67
430,322 430,322 0000000000000000018f970e4d0a3298024b2d6d9ceb33a1f2e6249929616f3d 0.27 MB 636 62
430,321 430,321 000000000000000000499643eafb44cb0d4dc6f8175a101a1cbd623ddffda109 0.40 MB 925 58
430,320 430,320 0000000000000000015c011afa7f58c50ce26eefa33f42c8aec26507745d87e5 0.47 MB 915 51
430,319 430,319 00000000000000000087aae9da86748fff23a959fdd348d8db3a01218eafdb3b 0.89 MB 1,805 57
430,318 430,318 000000000000000002d5c5d6588365e75073db247dbf85028ddba7a0ea78f1a0 0.32 MB 718 58
Previous 10 blocks ↓
Total Size: 647.54 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,499.83 GB sent, 46.27 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.