Memory Pool Memory Pool Refreshing

98,417 transactions
36.87 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
846,103 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 6,421 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,102 (661,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
184,430 184,430 00000000000002e622cd174fc80ab6c2d303c8ba13dc3ba6eebefc058fbc3517 0.42 MB 887 118
184,429 184,429 00000000000003c87423993be8d2f96472379bb06716a63ad3995c19a9bdde16 0.25 MB 686 171
184,428 184,428 0000000000000954bfbcae54aa650688e8c105713a885c142b9e25e471e91a8d 0.42 MB 1,180 144
184,427 184,427 00000000000004fe415d363b19b8e646bf2f9941e1dc4ef6246c3c855a5eb341 0.43 MB 1,025 136
184,426 184,426 00000000000000f1a679e18d121328c1e618a6466621f85fc53c9866d7b7e8b2 0.25 MB 660 133
184,425 184,425 0000000000000565e845c087dac00558467cbcbbe4703093faeadff29759a888 0.00 MB 7 15
184,424 184,424 000000000000034dd7f817900325d35e12af21e8e97363848b9b9680b4d75fbe 0.05 MB 131 109
184,423 184,423 0000000000000321db36e8303700b23486bfe66c7f90852a81439b1dc94dd732 0.05 MB 130 115
184,422 184,422 00000000000000203f0de23929a9fb49f4944ee35ecca8d48712f5bb8b575ecf 0.05 MB 144 143
184,421 184,421 000000000000008dd2868cc6a478db53c7a7cd42637c2c18871faa51f6a42da2 0.25 MB 669 139
184,420 184,420 00000000000007b870f0b8ccca88d7aafdc29dcfb60aa112c83a632af3aec5ff 0.25 MB 688 145
184,419 184,419 00000000000009362bf8d30ae87ba1bbc5ebf99aedeb2f9f8c8f24ab5d5b14b4 0.05 MB 135 91
184,418 184,418 00000000000009f8038058b243648390d6fe8efee75788bab1c62d882b5e9b9c 0.25 MB 701 141
184,417 184,417 0000000000000860d262bbece90091946b22e916f3290a901266c171576dd1d1 0.02 MB 75 48
184,416 184,416 00000000000006d95f7bb13c322d499b0a7397c0feb243e5a185dbd5e8d1509f 0.25 MB 650 133
184,415 184,415 00000000000007b79fd5ba6622a614f4b47daaeabb2e40532908517a7e3e83b4 0.00 MB 14 44
184,414 184,414 000000000000071887d2d96a836ed65b7d3d2aae9deb4a7002bb61268ce072df 0.00 MB 11 17
184,413 184,413 00000000000002f3230761c0bc2f6f3a5faccccea7aaabdccf03ecb05e2e26aa 0.00 MB 10 0
184,412 184,412 00000000000007c8eba6526e740dd32ba9ad2506d4bd86e92504a67c66731ac1 0.26 MB 642 133
184,411 184,411 00000000000000a8a6940a13291e4045c80df72e3591de731256fd4849319376 0.25 MB 609 124
184,410 184,410 000000000000097b13f9f098d08019c0e2e39f05960fdf800e1071687252bc4d 0.05 MB 129 80
Previous 10 blocks ↓
Total Size: 654.41 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,371.25 GB sent, 88.77 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.