Memory Pool Memory Pool Refreshing

46,300 transactions
17.36 vMB
Show Random Selection Loading Transactions
Max Size: 103/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,988 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 5,020 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,987 (327,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
544,705 544,705 0000000000000000001dfdbef471f40a86dc656c5b019967ce4cf075f4dacd2c 1.18 MB 2,523 13
544,704 544,704 00000000000000000008b7233b8abb1519d0a1bc6579e209955539c303f3e6b1 0.05 MB 56 8
544,703 544,703 000000000000000000069a9d0869d449d9e69e1fec40fb0ad74c787a29cf3d7c 0.80 MB 1,430 15
544,702 544,702 00000000000000000021ed626aabddaafabae28114c336be9f105eaf5f5a1637 0.00 MB 13 14
544,701 544,701 00000000000000000021e0a1d70b61c67e6c484a4d6be0dfc40a0228c7168061 0.16 MB 348 12
544,700 544,700 0000000000000000001da97c959f26195efd2657d593bf023f4941a6dd8cd094 0.28 MB 424 18
544,699 544,699 0000000000000000001e663c0cd9cd7524ca0c1f3d2af4ccea3909653315d7b0 0.58 MB 861 20
544,698 544,698 0000000000000000000e30c0c5fe42a09df74ac2824858fa54d153c334a31a7f 0.34 MB 238 3
544,697 544,697 0000000000000000001dc863d1570a6e0bb1cee0eb11b4161b842eaa842bf02f 0.09 MB 261 26
544,696 544,696 0000000000000000000494e18d928bcd608c45b0124e9d4db2f51554d9772e7e 1.14 MB 2,640 19
544,695 544,695 0000000000000000000872b4c0b1164dff8c06ec93cedf478999fb30639c284e 0.58 MB 1,260 16
544,694 544,694 00000000000000000011bacb722ebb7889a2f8fdc71a2b248bb29f85e91aaa3d 0.64 MB 1,020 9
544,693 544,693 00000000000000000003a6a9d1612bdadf11f438686d020c065cfb277c3f97af 0.52 MB 1,127 11
544,692 544,692 00000000000000000002ac4cc96369a7da54627a0ad9ba50e666937e8dcddb43 0.52 MB 983 12
544,691 544,691 000000000000000000019b9e893216fd8a0aa2536309cf986cbf73c6a6f693e2 0.68 MB 1,057 11
544,690 544,690 000000000000000000096c33ef746a5845b09ce6aa1ac2d7549f43fdb7c38d7e 0.88 MB 1,633 18
544,689 544,689 000000000000000000213959c759d895027ba36dd24971e8f79ea5eb9c190c95 0.78 MB 1,159 8
544,688 544,688 00000000000000000022e80258a57bff11eba309239471415b6b8c5d53af99c0 1.15 MB 2,145 22
544,687 544,687 000000000000000000000ed82eb3db48ccc845e71c711847af1e21c2d1d8f33f 0.89 MB 1,702 14
544,686 544,686 0000000000000000001de440ce7b924722ef75468f46b579bf4d530a1bbb6b5b 0.02 MB 80 12
544,685 544,685 00000000000000000015f98addac260f3ee9568713ed5b269f4134677eb45a95 0.08 MB 152 18
Previous 10 blocks ↓
Total Size: 703.19 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,583.93 GB sent, 232.47 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.