Memory Pool Memory Pool Refreshing

28,446 transactions
29.75 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,612 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,950 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,611 (58,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
804,824 804,824 00000000000000000004b74d90ece718a9948ecdbd6fff62da165e172f3fcb51 1.61 MB 3,005 15
804,823 804,823 00000000000000000001060d26f303b41d1a8db1481baced89d79ac61e26867f 1.72 MB 1,596 9
804,822 804,822 00000000000000000000065c1a067df8233c127eee285674b70a00f84d0196ed 1.58 MB 2,030 11
804,821 804,821 00000000000000000004c12ab555ab4c7fa5f6990d608cce6b461981f3fbe3aa 1.40 MB 2,109 11
804,820 804,820 000000000000000000048b6451ed6117b77f0b9acae094cbd598169a7fed2a81 1.51 MB 3,400 21
804,819 804,819 00000000000000000004a9b68765ad8beb0d5a470e87bbf750461a57b5c471e7 1.68 MB 3,794 11
804,818 804,818 000000000000000000025e4b001d5d5866cc167fca2d2f2132b9c33142a89046 1.68 MB 4,107 13
804,817 804,817 000000000000000000010631ae761ea65b95d30e995e2d391d19493bfae3cef7 1.81 MB 2,331 9
804,816 804,816 00000000000000000003c09c8afc267fcc4c2790e9fb359e062dd263962e1aa8 1.48 MB 1,876 10
804,815 804,815 00000000000000000003582d6b75ab63b9b7b34d3035f1c2378c5464cc980f9e 1.51 MB 3,141 21
804,814 804,814 00000000000000000001d7cfa42727f1e152c4a5b116f9b25649821b081a2395 1.50 MB 1,720 13
804,813 804,813 0000000000000000000103aaaf38eb87bb75d6e62c7e8cc2635e5cb5ead5d743 1.44 MB 2,545 8
804,812 804,812 0000000000000000000050b6550dd06e0cb53f899a11ba478d4f66d950ed1dc0 1.82 MB 4,650 6
804,811 804,811 0000000000000000000465e4309f215e40fef5d1aadb7a7c12d138fbed5675aa 1.61 MB 3,020 14
804,810 804,810 00000000000000000004fff6d99a7f59e55612addc30f85db02b46fd62d91b7d 1.61 MB 2,978 17
804,809 804,809 00000000000000000000c08406a51701e46c16def091f6110220d203b3d0cba4 1.64 MB 1,817 8
804,808 804,808 00000000000000000000c91d019e0e1c42dbf13aa047045a4c28f2296d397ff4 1.68 MB 2,122 8
804,807 804,807 000000000000000000025c3e5b3134e24490c8bff5b7fad9b3e721f4c2c3088c 1.34 MB 2,160 13
804,806 804,806 0000000000000000000186d153a3e04e91434e66f5406794662efbfea5a53133 1.45 MB 2,842 17
804,805 804,805 00000000000000000004b9f28aa83904526411632e5588db9ebde9c92d2be8b8 1.46 MB 3,187 13
804,804 804,804 000000000000000000032992af12a79f916d3457c31fd12c006eba7e28ef531b 1.42 MB 3,102 26
Previous 10 blocks ↓
Total Size: 687.28 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,513.43 GB sent, 120.95 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.