Memory Pool Memory Pool Refreshing

39,220 transactions
29.28 vMB
Show Random Selection Loading Transactions
Max Size: 138/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,207 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,316 31
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,206 (550,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
291,339 291,339 0000000000000000e38c89759cd3a39237a236fd69f24163731fd075732c50c1 0.25 MB 547 42
291,338 291,338 0000000000000000b07f35dcd6bf678d6b7fb7564a2d0b1e100c4993dd334825 0.19 MB 294 31
291,337 291,337 000000000000000087be1bc8d41c8def96b9e35f61d7ad7a862d7e6d18abc326 0.19 MB 512 38
291,336 291,336 00000000000000003301e5b0904e61769ef283fef9144a2133243bdf7e09b468 0.06 MB 67 11
291,335 291,335 0000000000000000d27cd2af93adb32bebead647fbe7a735d2cd7453fdbe481f 0.34 MB 747 36
291,334 291,334 0000000000000000e569bed25558b9a94cab3483fb43874d3381a282ffa19463 0.06 MB 45 9
291,333 291,333 0000000000000000d741ecabc6e14b3a6b3c92ca27f84dcaff2458df2cca79bc 0.10 MB 198 25
291,332 291,332 0000000000000000b953f338ddc8e0d9a6ab7476a899118e641b87a7809bb12f 0.08 MB 146 15
291,331 291,331 0000000000000000379beb369e1310321367fd95fb29cf376e75c5420e0c4928 0.15 MB 291 33
291,330 291,330 0000000000000000f0fde8ca3c75a7fea8e9212bdd8f83ad6591dedda1b6b0d0 0.36 MB 589 24
291,329 291,329 0000000000000000d7bfd6824466134ed97f2d21bbaaf5428014ff31d3784ed9 0.16 MB 512 77
291,328 291,328 0000000000000000db31c9fcf47ffc1452ed175325cb80355acc28b2ea3f5e18 0.16 MB 316 41
291,327 291,327 0000000000000000085321c2a7a054fddb53a7c8b74576dbaafa9594b445e28d 0.08 MB 228 34
291,326 291,326 0000000000000000ef2b4a9b84316a8d90e86917487237816c015e8cee003283 0.17 MB 359 68
291,325 291,325 00000000000000005a28955110448cbaed259692db3d13c36effcce9f11ac414 0.28 MB 701 34
291,324 291,324 0000000000000000620010a0b9d0438140847688f483b7b27a7677f81bdeeac3 0.29 MB 541 35
291,323 291,323 0000000000000000739f8b20f69146584f5a6997ab09f278d6052aa7b1983c4a 0.35 MB 871 45
291,322 291,322 0000000000000000370ca14979c9923e893598cdf12b47f978102ea1b9a4125e 0.06 MB 185 57
291,321 291,321 0000000000000000f1a689dfc030ada21b69335e337ec8aa5707210532923e89 0.24 MB 608 37
291,320 291,320 0000000000000000de6c7272e8af0cb62050b299f323d2bcc5597ee65b85e413 0.10 MB 149 17
291,319 291,319 00000000000000009a854a1c3f22d00b6f7964e2d873e3e9c1712830d6912521 0.10 MB 191 28
Previous 10 blocks ↓
Total Size: 647.12 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,456.93 GB sent, 43.32 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.