Memory Pool Memory Pool Refreshing

64,666 transactions
28.06 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,425 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 2,470 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,424 (49,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
822,822 822,822 00000000000000000002b5fe9058a8e56299c8784707618f3d24e45ae7bc0850 1.70 MB 4,305 104
822,821 822,821 000000000000000000036294a6644f7341be3fbc3efdbf63e567a5db68ab4819 1.76 MB 3,531 104
822,820 822,820 00000000000000000002dcb15a90e5556fa6753c5f0974a69c4fa2d61fa5c14d 1.73 MB 3,896 81
822,819 822,819 00000000000000000000dc975fae77ca9b7513f9d5d1e1788eb4f65f238cc75a 1.60 MB 3,775 106
822,818 822,818 00000000000000000001d054041114740cb277577bdbf6a6cc06b15d7fb10f3e 1.64 MB 3,489 124
822,817 822,817 00000000000000000000314c3eb570181a1bbf619a62fd1d4f45b06e30116547 1.97 MB 3,556 80
822,816 822,816 00000000000000000002a25ca42ca0c2e4f6ec590d7970f455f7b65571b53bd9 1.73 MB 4,223 106
822,815 822,815 00000000000000000002655bf5238b0716a0d02107fb56e811a39be26b866205 1.76 MB 4,358 84
822,814 822,814 000000000000000000015a8a29e5c4e1b7e9a5823a686e29e0cff941f25c67cf 1.75 MB 4,319 110
822,813 822,813 0000000000000000000239771e3c61d4265ebbfef2901a7d48be7bd8f7537b4e 1.54 MB 3,190 133
822,812 822,812 00000000000000000003172e6d2429f4e812e0427732c0bdbc01b93593c745f4 1.75 MB 4,431 78
822,811 822,811 000000000000000000014903d87f6200f267df14f5dea7a3d10a6bfdbefc744f 1.71 MB 4,199 80
822,810 822,810 0000000000000000000372b2b61d33bb50ef288a6d38039410e893a5183a1d4a 1.76 MB 3,928 85
822,809 822,809 0000000000000000000274e0059929a01556ce2949fe06a2224d8131f5fa94b4 2.09 MB 3,239 73
822,808 822,808 0000000000000000000005ee60886b0cd75062b5e14bd56ea0e9b32d57428cdb 2.10 MB 4,949 73
822,807 822,807 00000000000000000000c3774d45f19a23cb161ee09636e9c30f243ff7830c07 1.83 MB 4,762 90
822,806 822,806 00000000000000000002245292dfc54b7963111c4940efa9b9f3d788777dd32f 1.86 MB 5,110 86
822,805 822,805 000000000000000000032ae1854e6645dc5f654a383fa0c8b6989e675cd2ff03 1.65 MB 3,966 113
822,804 822,804 00000000000000000002314207adc85b9ca22b15670b421f8f2a92481700bd18 1.80 MB 4,655 88
822,803 822,803 00000000000000000002abf19af67a3984df97e545355cd6e3a6fc1ea902d138 1.90 MB 4,753 79
822,802 822,802 00000000000000000000d6283945a1b80810cd007aeccab3bd48a0d6b55c7cf2 1.86 MB 5,567 93
Previous 10 blocks ↓
Total Size: 704.00 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,635.05 GB sent, 238.02 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.