Memory Pool Memory Pool Refreshing

45,179 transactions
32.70 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,641 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 4,009 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,640 (134,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
728,454 728,454 000000000000000000029090e21bc5e3064b24783c278f6098eecd1773747788 0.40 MB 535 7
728,453 728,453 00000000000000000007566f302ecaa1fce942b86cd0f0922cedefcc02a311ca 0.02 MB 48 11
728,452 728,452 00000000000000000006551c76b64249baa0a1c4669309868169e5363cf37510 0.12 MB 280 7
728,451 728,451 000000000000000000060d5095bfdb4f9bcd0e3dab360df1d6d71af4453c154a 1.27 MB 1,882 8
728,450 728,450 0000000000000000000086b66c8f611959ed249dac7d2deed5851bf7f311e34d 1.49 MB 2,674 9
728,449 728,449 000000000000000000023c23e17700d6ae16c2fa17de6a242db8355c6dd44c79 1.46 MB 2,361 16
728,448 728,448 0000000000000000000599458bc7cd3fc3d5b467b80da749af50438a03689e22 0.03 MB 76 12
728,447 728,447 0000000000000000000913b396ec9141e72c9a505a8e4e6c42bc852ec5e7f1e8 1.10 MB 1,739 8
728,446 728,446 00000000000000000006c5f1de08eca6e815215e6fe324156a2b36a11920cfc6 0.43 MB 721 8
728,445 728,445 00000000000000000008124f1c334cf03fcca9cf044e4846af182324034637a1 1.48 MB 1,701 6
728,444 728,444 00000000000000000005150dcc6c544928ce71d63e31d0c2f9346c49fff2777f 1.04 MB 684 5
728,443 728,443 0000000000000000000931303bbb91f9474703710446a2e2805b2e4b4eef6b94 0.54 MB 830 8
728,442 728,442 000000000000000000081edd0af41d8fd550132f020e82a0f56baeee6f89dab2 0.32 MB 491 7
728,441 728,441 000000000000000000096f5e72c64628762d3ace1d48f129193b3c3525eee352 0.07 MB 165 8
728,440 728,440 00000000000000000004316a99d39d768bf87de22cfdb8b6c630662d14854b9c 0.50 MB 929 7
728,439 728,439 000000000000000000052fc70200001d24c15117896aa4b557629fc87dcfc716 0.67 MB 1,077 8
728,438 728,438 0000000000000000000544056dabbfad7ff8a678116f3c10ce1d758c8949d4ee 1.63 MB 2,532 7
728,437 728,437 00000000000000000007dd8b90c842ab5962ce47710ee2a0447e0139fc4cf861 1.17 MB 1,265 6
728,436 728,436 0000000000000000000299c7c5bac76c98efa26e1863cadf3961c156d4076de8 0.37 MB 296 5
728,435 728,435 00000000000000000000850c69de1cd526905c99f208888f43f88e0cebb92197 0.57 MB 842 8
728,434 728,434 000000000000000000058c11d7599911a32254857f147f2d49df01ad6ef9f587 0.55 MB 1,172 8
Previous 10 blocks ↓
Total Size: 685.40 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,381.53 GB sent, 108.27 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.