Memory Pool Memory Pool Refreshing

21,991 transactions
27.57 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,451 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,757 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,450 (334,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,570 527,570 0000000000000000000e4f1897eafe985e4e8b508e2b6357122dc1d5e31e1776 1.06 MB 1,306 32
527,569 527,569 0000000000000000002a144f14d49d594deb1c536a82545a7d0eaceaf8957e4e 1.10 MB 1,091 31
527,568 527,568 00000000000000000022ff211f1bbf05331b79363550aa94cd286c8a1e0136f3 1.11 MB 1,468 10
527,567 527,567 0000000000000000001cb0587f6b08381a01b9fbb10d6e37666aeec4ab171b22 1.13 MB 2,429 9
527,566 527,566 000000000000000000309f0ca26ef3e753028370498aca60a65652ddb6794d5d 1.14 MB 1,923 31
527,565 527,565 000000000000000000213def61fb6432460b24ac109f6c8c7276b3efab31c251 1.14 MB 2,154 41
527,564 527,564 0000000000000000000cb11f09ba2ec7f5c261e2ff6d9a6849f3707a784883c4 0.39 MB 487 11
527,563 527,563 0000000000000000002b5222c4190126fba103d14769bc4bccd25c571f0c89ae 0.54 MB 645 10
527,562 527,562 0000000000000000002279a2488fde5959802f27cf25c107d65672ab46b4d12d 1.07 MB 1,031 11
527,561 527,561 0000000000000000000a548989e03fa0dddc39253cc16f8c54b7b90a8249e659 1.07 MB 1,065 12
527,560 527,560 00000000000000000022e9b75242f1286d806a7866d035aa4a87f9b6b6aa5dcd 1.07 MB 696 6
527,559 527,559 0000000000000000003321d7bf06bb26160e76c09a83fbee71b8ab33877a0dca 1.12 MB 2,334 26
527,558 527,558 00000000000000000013d5c3734aaca42100125bed63949ecaea712d360cc83f 1.07 MB 618 5
527,557 527,557 0000000000000000000d6a1203d169a47418aad905e5c4d3c4a91939b4dea69d 1.10 MB 1,454 17
527,556 527,556 0000000000000000003802d95d3969cc4e5207160f70247c1f65e83276661ba1 1.15 MB 2,129 22
527,555 527,555 0000000000000000001de26d902fedc90ab68123b2c4e7771c78b503865dc8ff 1.13 MB 1,886 24
527,554 527,554 0000000000000000000f4607a95b5d2b259256ceb9353f2a9a09c5cc29275fff 1.03 MB 772 7
527,553 527,553 000000000000000000291ebe105199d0a8be18b148b150c4b70513a3b3eaf8ea 1.35 MB 2,828 15
527,552 527,552 0000000000000000001f2524ac1cc6368572efdb5619857a564456c229426e80 1.00 MB 2,218 28
527,551 527,551 000000000000000000314d6de62655b36a9e81116f17c3be8bc2952727dac0a1 1.21 MB 2,643 42
527,550 527,550 000000000000000000295988affc2774247a5259bd310ec0b5b1751897f884be 0.08 MB 210 27
Previous 10 blocks ↓
Total Size: 685.02 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,369.61 GB sent, 105.11 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.