Memory Pool Memory Pool Refreshing

43,363 transactions
25.22 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,588 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 5,361 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,587 (78,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
790,674 790,674 000000000000000000039626881a5bd402464ca75bb850a576fd1a552d296be3 1.84 MB 4,463 27
790,673 790,673 000000000000000000042d55c970b2fbbc278863c051a85a7df1bc12b0991d8b 1.93 MB 3,734 36
790,672 790,672 00000000000000000000c3738678518b1648f10a4a0caa823d6bfbafd432662a 2.11 MB 2,795 28
790,671 790,671 00000000000000000003cdd9eb179509a7575af3c0481a07779e55ceaed7e076 1.83 MB 2,759 33
790,670 790,670 0000000000000000000568773ed3876dc6e52774d9c726ac76153aded5255ec5 1.77 MB 3,194 38
790,669 790,669 00000000000000000003c0362c16553c43fa598287f2eb24c6057684613c4708 1.05 MB 257 18
790,668 790,668 000000000000000000002eaee454a78caf8d47518e38298716f7adf61d6b7f5c 1.67 MB 2,849 41
790,667 790,667 000000000000000000005fd07ef28017b6c2aed43d5725a88df347df1ee49ced 1.01 MB 129 17
790,666 790,666 0000000000000000000567ed2e225f6488cf462839957543536cf3c366ee7185 1.43 MB 1,850 22
790,665 790,665 000000000000000000046fcc1be24c71ee23f3fe180c9751d0f197d3c7b2d0b7 1.87 MB 3,061 42
790,664 790,664 000000000000000000002132fa84fad1fc8a11f0a13a159b3426cb1fc54bb797 1.07 MB 238 17
790,663 790,663 00000000000000000003d4263deba0a7621a62ad6719a4e69b204fed9443e2fc 1.79 MB 3,536 25
790,662 790,662 00000000000000000000f389ef2f9d7058ee2c0e934e0d41f1a1526f331545e5 1.84 MB 2,634 52
790,661 790,661 00000000000000000003733474526dfb6c37de982bbe61e02b6b360ec279b464 1.88 MB 3,610 39
790,660 790,660 000000000000000000026a5e3228be5e83ed499da6ca97b8d521483d14858487 1.51 MB 2,786 85
790,659 790,659 000000000000000000033315bbb922bce4310a18b31138d76fb2b0d2c1f13723 1.58 MB 3,000 72
790,658 790,658 000000000000000000057e2219b7935d5683c7348bc4751f6b09644ac57dc7c2 1.78 MB 3,840 42
790,657 790,657 00000000000000000001a0c28d2649993c8041156772d1a6681b7471ac019a29 1.27 MB 1,199 24
790,656 790,656 000000000000000000005084a42d78dc2b176533c300b51b363176e2249be293 1.72 MB 3,191 41
790,655 790,655 000000000000000000047cd9f000604bb0ff694980f2e8138a1aaa30552b9973 1.33 MB 1,399 27
790,654 790,654 0000000000000000000493faab785711e96d7437aa9bb74b55ad485b2d47793b 1.60 MB 3,114 39
Previous 10 blocks ↓
Total Size: 698.68 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: 2,096.73 GB sent, 201.90 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.