Memory Pool Memory Pool Refreshing

48,828 transactions
47.37 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,325 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,483 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,324 (552,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
289,350 289,350 00000000000000010b8f957b162d986b48e98dce9250527b2acda9ed6f3395b4 0.04 MB 64 22
289,349 289,349 000000000000000114af226cd76f63aa9668f34b8cf990e7170214720ecccc01 0.35 MB 804 38
289,348 289,348 0000000000000000a22b0503c2c553c987c69fc89a1227ad8a8d5e8edb47ad90 0.05 MB 96 40
289,347 289,347 00000000000000004486b47f64c5201fbfe50b58708a762a87e7630b39ae6086 0.24 MB 383 31
289,346 289,346 00000000000000006d59b79e34ce82406168c6f58c7a623d89f8616bed82e06b 0.13 MB 254 30
289,345 289,345 0000000000000000b31351e9020b4fc9e6900613c91d1d1fa475d1db121794da 0.38 MB 346 22
289,344 289,344 00000000000000008c29fd7b661296b3a22b5d52c1871f7408c978faa562ee93 0.15 MB 296 28
289,343 289,343 0000000000000000a300f89e49ef11430ed55064d94f47e88f33c5e1ea376ea9 0.28 MB 385 27
289,342 289,342 00000000000000008a9fa91f338a78e168556723f40ef0162a9b9d28b3f1df11 0.50 MB 921 31
289,341 289,341 0000000000000000deef014335c8e937e785b2e4f44ceda6c18df4b3e3cceba6 0.50 MB 258 14
289,340 289,340 0000000000000000032999cef10a41cf3a5d823edd6951406eb29e2cc743e8fe 0.11 MB 222 35
289,339 289,339 00000000000000010ee76e87623e590982f47dc24ad1b4b0b6d7b9b99ff6f00c 0.55 MB 592 24
289,338 289,338 0000000000000000a548580d4cb040378e1bab99b4b8e0063387317bc4d65690 0.35 MB 526 25
289,337 289,337 00000000000000009d0822dba4a8f2bd7f4bffac26cc1430ae35c9c4a08f6eaf 0.35 MB 666 33
289,336 289,336 0000000000000000e4ac2310a69c3b17776306579d8a8a95647edaa316cb03d5 0.25 MB 653 49
289,335 289,335 0000000000000000665a38b77908996451736b8738492c8985e560b1152283e0 0.32 MB 1,024 57
289,334 289,334 0000000000000000634b264e9c7232f14239314d45e9b1d7ea8914e4b88635ff 0.03 MB 64 51
289,333 289,333 0000000000000000ae1d9d07e087b58f3b5bdbec3f6c0308032f17ea175726c6 0.19 MB 255 32
289,332 289,332 000000000000000017bed5ecfbe44081d318271ca279868c4784c6543dbccb52 0.04 MB 86 13
289,331 289,331 0000000000000000652816133ff300f8ac6e3f4c5a4172d7e6d3f95ea048224f 0.25 MB 332 24
289,330 289,330 0000000000000000ef4794b70cae0560c1a8ca3b33330a39d0a2cadb8511d808 0.38 MB 508 33
Previous 10 blocks ↓
Total Size: 647.33 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,477.59 GB sent, 44.95 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.