Memory Pool Memory Pool Refreshing

50,902 transactions
32.17 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,407 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,543 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,406 (16,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
847,811 847,811 0000000000000000000335755f6c320e51d3ff9182d6f63c1fb8862c213250dd 1.60 MB 5,511 31
847,810 847,810 00000000000000000000a0af376fffd52974f3729dde9dbf1806d47961a87826 1.48 MB 5,599 46
847,809 847,809 000000000000000000012b6e23372944df8445f773d2010faa86ba7811e260d0 1.52 MB 5,176 34
847,808 847,808 000000000000000000001ad9cf8a57f4265d5d46f5db73c9659509231fabadf7 1.58 MB 6,362 28
847,807 847,807 00000000000000000000d1c4c393b62b3695a347980bf04cb37e6afbf5aa3187 1.52 MB 4,645 39
847,806 847,806 000000000000000000001e615375ff5e92fb524a43b47185df3ccd97faf6fe4d 1.52 MB 4,507 41
847,805 847,805 0000000000000000000126e1346e3d5587f1cb4e55193abc265fe290f015c976 1.54 MB 6,412 27
847,804 847,804 0000000000000000000149338802dab91b6f3a20637efa963ea6140d9d7964d0 1.53 MB 5,595 30
847,803 847,803 0000000000000000000126de958c51f74390ed36f0d7b3a3abac3cfe358fa029 1.57 MB 6,782 29
847,802 847,802 000000000000000000013460f481bdc988340cfc9a3e23bf8ffc6e20ed032f84 2.01 MB 4,259 38
847,801 847,801 0000000000000000000359c4f1f5fea3ffb4b31886bf88336e68435d172cdc8c 2.68 MB 2,730 29
847,800 847,800 00000000000000000002bcaf79294fd421ba0c4b019856d8f6497c50d75dc1c4 2.49 MB 2,609 35
847,799 847,799 00000000000000000002d2e01ec842ea8c8ccff0d4e3ba3110f4b8047462cfb7 2.19 MB 2,914 47
847,798 847,798 000000000000000000029703ee125e3ab1c2743a3d1fca4e54fefc0caa4dff0a 1.52 MB 6,659 32
847,797 847,797 0000000000000000000173bb2efea007b93e40d6a6440a77859fe942fd152727 1.51 MB 3,191 32
847,796 847,796 00000000000000000001623a42008a2cf6ae4982eafcde875a9f1d03cab917a2 1.51 MB 3,675 60
847,795 847,795 0000000000000000000317bf9b50e54095672b6ad615f04e5b14b0c994384a39 1.57 MB 6,319 32
847,794 847,794 000000000000000000000e46a06c94a92ac8cc392ce40f7480e7aa8fb4767171 1.57 MB 3,817 46
847,793 847,793 0000000000000000000269f27da4771fa9c844dc24524a0762fc2570d29e4c01 1.53 MB 6,318 32
847,792 847,792 000000000000000000023a52a5a33b2a302cc8a2f6d0adefec796fd23aa19f00 1.52 MB 6,514 33
847,791 847,791 0000000000000000000062c140b19bf25cf1bc4909652ec111ea82aad6fc336b 1.49 MB 6,317 28
Previous 10 blocks ↓
Total Size: 688.80 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,635.17 GB sent, 131.01 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.