Memory Pool Memory Pool Refreshing

56,927 transactions
42.08 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,524 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 2,763 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,523 (558,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
290,491 290,491 00000000000000001b08d8f5678b7325317f9ed1739d2a8ed52ec512d87b91b8 0.28 MB 299 19
290,490 290,490 0000000000000000fb076147ac4d53b4ba4588fbea25b705148a0572fa0730a0 0.11 MB 256 43
290,489 290,489 00000000000000007100b0dc6432c74ff646be24cd3e19a41e994f90f2b93222 0.10 MB 262 44
290,488 290,488 00000000000000006773ba6d0eb80552b6a3b1da15fb7d8ada0a98986c19e394 0.21 MB 271 22
290,487 290,487 0000000000000000223ff88a8f1a8d114c36c6065a6a5faa4e0f60a675c15990 0.15 MB 328 36
290,486 290,486 00000000000000002d09de103b4756e8c68dfdcb5dc564cfc199cbe514cdd408 0.07 MB 130 31
290,485 290,485 00000000000000007319bdd3c2e26af6e778e079581918c79c666a7eff39cc69 0.26 MB 489 36
290,484 290,484 00000000000000001b56cd62e26a414945f711f27865ec7a42fa19c3d3638010 0.32 MB 347 22
290,483 290,483 0000000000000000b497e8ad40d261c2af85d68b74c4987deeda73b1bc259386 0.10 MB 109 22
290,482 290,482 0000000000000000a25ca673f48b2f7178e44f3a8df946c75b3fa7e86d333c35 0.33 MB 512 28
290,481 290,481 000000000000000028e972f57212f6c5a874ea770467dbb92b94e55b161fe14a 0.28 MB 341 21
290,480 290,480 0000000000000000fe251e4fdc8ce6d4207124e07802eea38acb5c9206222e77 0.35 MB 946 43
290,479 290,479 00000000000000009809e8a737ce29cd9673b568c77b4597b71a3819669dd165 0.67 MB 284 14
290,478 290,478 0000000000000000e95416fb0d1b2d53e35a8cde6778fb2f2a4b10fe66842a3e 0.13 MB 307 43
290,477 290,477 0000000000000000c789011e0f197c42656a2853527d6a99d62cdab8a4a2262d 0.12 MB 279 35
290,476 290,476 0000000000000000a83b8ebb4a33042dc9a249f8743f2dd26a30bd44de55fc2e 0.24 MB 517 36
290,475 290,475 00000000000000003816397cdc21a5172860e2b2e71c9a8874de4f5853528292 0.27 MB 552 33
290,474 290,474 00000000000000006033655c7c5bbce68cab7c9842efe1a081f6fb9a23d1aa9a 0.20 MB 302 18
290,473 290,473 0000000000000000a7ae3c5ef33aa358fd209fff8f72ef24cdf850b53d344f9a 0.07 MB 256 37
290,472 290,472 000000000000000086c49981c2dffe689633729133966f11016468900f16c85d 0.89 MB 299 12
290,471 290,471 00000000000000007ae4bff03f643fc5f901b40517eb024077e6530eac48fb7d 0.25 MB 394 21
Previous 10 blocks ↓
Total Size: 658.73 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 97 incoming
  • Data Transfer: 1,782.97 GB sent, 3.18 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.