Memory Pool Memory Pool Refreshing

69,584 transactions
32.32 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,422 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,707 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,421 (472,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,088 373,088 000000000000000006910ae3dc12d87456dc5dbae4decbf514a61e730a81430e 0.54 MB 627 26
373,087 373,087 00000000000000001137a5dbd2db7139c4b801db6c057bfba877e66156b13898 0.15 MB 238 30
373,086 373,086 00000000000000000c1fa94828c85d8728915ca7cb283a21b13fe06ef585db16 0.46 MB 896 41
373,085 373,085 000000000000000006e21de4cd7d255eaa87dd069050cffe256e219e987f253d 0.83 MB 1,972 42
373,084 373,084 0000000000000000020204e4c2c211cf355c601b202f0ce180ef8f5e4a795e1c 0.19 MB 459 44
373,083 373,083 000000000000000012c800f7815175a85756299af56328b937fee64cfa748f32 0.02 MB 39 30
373,082 373,082 0000000000000000067d766d838ab3023b73e56b023e9361114ed4665028349a 0.25 MB 150 2
373,081 373,081 00000000000000000636bb550ac26cf7596f6d92dbaec6775623e753701cc8bc 0.11 MB 172 38
373,080 373,080 000000000000000006de73c2143d2301a41b5a7cf236365065a277751d31e081 0.27 MB 575 49
373,079 373,079 00000000000000000f03af13752a30f71e770e5c35348de25546b2f4a60be18b 0.25 MB 359 26
373,078 373,078 0000000000000000114528c5906e18cfa5755b31e0a0395d98e72d2bed7c6021 0.34 MB 627 42
373,077 373,077 00000000000000000bb3427733d23e8ef47fa4edcf08f110e5949fd946115e3a 0.46 MB 926 55
373,076 373,076 000000000000000011d9be757b343d5aae8cd22352d90104451eda75d6ac9d73 0.44 MB 943 45
373,075 373,075 00000000000000001109e2fd56fdb36dc0ec49c6d51c3fa1d366f250c028317b 0.24 MB 508 44
373,074 373,074 00000000000000000b932560cace59e6f78f9a2ed22a792d831b98484447b9c0 0.50 MB 802 76
373,073 373,073 00000000000000000a93d16d850ab47efa6fdbc933c8365c412a2b0138bcd2d4 0.48 MB 974 45
373,072 373,072 00000000000000001292629b98eb69c6e8d12c8f80d5aecbb2620c33608a3bf8 0.15 MB 215 33
373,071 373,071 000000000000000005a5c082a69db099595290bdadc52f022ddbe51800f732ac 0.88 MB 1,555 37
373,070 373,070 00000000000000000c68dfb349e72eadc8c2a6788d1262f22d2e47f9695d4607 0.18 MB 351 38
373,069 373,069 00000000000000001004e5b5c0a4f21d3f76727000f610c38df7a3041fe58233 0.34 MB 621 32
373,068 373,068 000000000000000010f52ad243cbfc1e37085249c5f975004e37c34c0fc455d1 0.24 MB 459 56
Previous 10 blocks ↓
Total Size: 653.19 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: 9,302.69 GB sent, 79.87 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.