Memory Pool Memory Pool Refreshing

74,095 transactions
28.90 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,815 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 3,211 38
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,814 (518,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
328,089 328,089 0000000000000000097d9c6e23f63500914a1e4e8d5c41cc573bb98482057cce 0.07 MB 147 30
328,088 328,088 00000000000000001e8122fe1fac4fb60fda183e4d5fc9e6046d0bce8ba8ed20 0.10 MB 181 6
328,087 328,087 000000000000000018f57e364ddf050c86e0293274f347abab0368c7c51d144e 0.18 MB 335 27
328,086 328,086 000000000000000002e9dbe90918b5d6506429ed7330312f9b9b69e11896f51d 0.47 MB 630 23
328,085 328,085 000000000000000015498ea2f7d57d653b28dafa088112c87b14bc65f7723022 0.17 MB 342 30
328,084 328,084 00000000000000000107aa7585f54156b37daba44e66c39d1653dfe263287958 0.54 MB 967 29
328,083 328,083 000000000000000008fdb4586612e0113760e9e13bae5f6e0e45cd22dba3a918 0.08 MB 159 30
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
Previous 10 blocks ↓
Total Size: 655.70 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,502.01 GB sent, 98.34 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.