Memory Pool Memory Pool Refreshing

15,484 transactions
32.52 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,083 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,485 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,082 (45,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
818,785 818,785 0000000000000000000049daa7f6a236f15c14dbe829b0b6bbb73334e4703107 1.62 MB 3,301 73
818,784 818,784 0000000000000000000116bf8d4a42d957d8244e1ce43d806425987314b413c3 1.91 MB 4,328 57
818,783 818,783 00000000000000000000c7ae1a63dd0e26b5fde509d7b82e97c60d39ca7c733b 1.77 MB 3,407 49
818,782 818,782 00000000000000000002d511899b4ca21a0d98011f3ede1f915152312b67b129 1.70 MB 3,694 62
818,781 818,781 0000000000000000000283a1d802e2cdf0f324019fff9de5a1a7479ed2cfa556 1.85 MB 3,941 58
818,780 818,780 00000000000000000000e59ca4ca01b8c003366092d19e1c1f61b71ab8c5caed 1.66 MB 3,676 72
818,779 818,779 00000000000000000001d9e5f94cabd0b7c4193776c56b1acedb47e48929c014 1.84 MB 3,678 57
818,778 818,778 00000000000000000003018c5c99032a2471da1733fdce341067f4ed732f921e 1.79 MB 4,141 63
818,777 818,777 00000000000000000001733b22e6db92da6f53e9a2aa59c63d4d6e83d4c269eb 1.88 MB 4,400 65
818,776 818,776 0000000000000000000004a884b325942e40b2e58a62fd32a9c3627e6f8091e1 1.81 MB 3,568 64
818,775 818,775 00000000000000000001772321e4be68798584cb52ce74c11d7001248f5d5f73 1.62 MB 3,561 72
818,774 818,774 000000000000000000021a494b0905290bc1bd7a1a5f1e32b52e280f34fb476c 1.73 MB 3,727 70
818,773 818,773 00000000000000000003d4b6098a277bbf4ddfb8bba055e1c154df5aab0fff12 1.65 MB 2,474 75
818,772 818,772 000000000000000000035ddefcec4e4fffe11388d7ca60e10abf44663b512fb7 1.72 MB 3,554 79
818,771 818,771 00000000000000000003fc7467395c3de843901b2fa6f1f2612f7e4fc7bb71ee 1.97 MB 2,696 88
818,770 818,770 000000000000000000024de2bda08beb4885cd772cff05a14e7a1b19c33fad69 1.51 MB 2,115 127
818,769 818,769 000000000000000000028df86e91c561a59d5476a47461cdc5582716e0290404 1.71 MB 2,127 46
818,768 818,768 0000000000000000000272245e6bfc01dc95f2fd463170ecccee8369c9888751 1.84 MB 4,016 63
818,767 818,767 00000000000000000003fd7d328b3ae2e6620a95e194a7b7fc93e5c9f77335c1 2.09 MB 5,020 62
818,766 818,766 00000000000000000001507500980c76236e0c410f79a92ef72696c813952442 1.77 MB 3,106 53
818,765 818,765 00000000000000000003d406f9cab5919717759cd7e6500ace91375704d88ddb 1.83 MB 3,931 70
Previous 10 blocks ↓
Total Size: 688.19 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,620.15 GB sent, 126.34 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.