Memory Pool Memory Pool Refreshing

53,777 transactions
47.51 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,041 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,291 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,040 (513,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
328,082 328,082 00000000000000000aa12c5d809fcf9a35d4a7ee6a7d6c2bf4540ca2a319ec46 0.45 MB 472 18
328,081 328,081 000000000000000009d29f99e0d9140606f656e79c87df81b62f95b472c5317b 0.25 MB 697 40
328,080 328,080 0000000000000000079a0c3b7784559142daf6012b6375f5569d0e283fd2468a 0.02 MB 64 59
328,079 328,079 000000000000000008b631bdb331f5b4af816407d732af1160a7aeb2a1af3bee 0.01 MB 32 41
328,078 328,078 0000000000000000146731aade3ec74350029e6beac2d6d2c72ca21de03809c8 0.71 MB 1,369 28
328,077 328,077 0000000000000000144d9fa6384810de879c145df5059da75837be6dbdde8d0c 0.02 MB 39 9
328,076 328,076 0000000000000000178884397099a9a6d03498089d76f26c243a134852d8a8e9 0.62 MB 1,149 27
328,075 328,075 00000000000000001b0f570cdb0f1a28614057e333fc08711af0d6912690751d 0.31 MB 449 22
328,074 328,074 00000000000000001c7d7de14a86a03801b2d94c729b029a755eea950be94f90 0.21 MB 471 29
328,073 328,073 000000000000000017ccfd8e0fd9eff194144bf3b715ada65541d644e3628bcd 0.25 MB 474 29
328,072 328,072 00000000000000001e1d58841f957d82a5c53499338bda4766ca45cdfa77fcdd 0.07 MB 129 24
328,071 328,071 00000000000000001bf9912a749a34dc001a722b0e6a51617efea7c66582de02 0.57 MB 1,205 29
328,070 328,070 00000000000000000d0b21e870a5c739302008a9ac91575637c61f1c159be0a2 0.32 MB 602 26
328,069 328,069 000000000000000012c8f49f3cd2471995fc735d6b0b27f9d69617f1297519b3 0.10 MB 204 28
328,068 328,068 000000000000000015a8656243dddc38caf2156d19472bb9c0c5fdc9f1730fb0 0.16 MB 285 26
328,067 328,067 00000000000000000e6928970f41730f7b8e0a4d07535c0c4452d2d03ed9a60b 0.24 MB 392 24
328,066 328,066 000000000000000005a5b9f4c15406f7a3c1580837dead507a19e284cdc1d68d 0.41 MB 628 26
328,065 328,065 0000000000000000028e6ee3c32f0bdfe22cd7040d574c07e9a5a38c1f43318d 0.03 MB 24 21
328,064 328,064 00000000000000001cfd9048d25eb46448e1df18d3e3b69cbcaa8b5a35e8f3cc 0.08 MB 146 25
328,063 328,063 000000000000000008550affbc25d34be363c36220edf28ee91de8a192f0f567 0.21 MB 441 32
328,062 328,062 00000000000000000a59c6f08c9ebfaa2ba5f178e63e4f24f220f8cd5b8da246 0.46 MB 424 17
Previous 10 blocks ↓
Total Size: 646.83 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,422.04 GB sent, 40.54 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.