Memory Pool Memory Pool Refreshing

54,910 transactions
24.98 vMB
Show Random Selection Loading Transactions
Max Size: 151/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,136 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 6,265 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,135 (200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
868,935 868,935 00000000000000000001ab1562b9e109fbfdea40557fc1a08b7506e7784fbdaf 1.89 MB 6,744 1
868,934 868,934 00000000000000000000a3b420cda27954fbc5d0740343dae72ad10d83380122 1.64 MB 3,646 4
868,933 868,933 00000000000000000000719c4b17e3bcbff6aaa27279a2ace24ae84c9aa22a33 1.95 MB 2,825 1
868,932 868,932 000000000000000000001709bcd809d76c7704685ad19b9bce39bc77588bd78f 1.91 MB 3,483 1
868,931 868,931 0000000000000000000243fd1c9caa710f28acb14788f64d705b867879fe1944 1.69 MB 7,208 1
868,930 868,930 00000000000000000001dfcb70681db8003bac03e05ecd04d33a9ca277dd014e 1.71 MB 6,935 1
868,929 868,929 000000000000000000020a48d4239a02b596289fc06e69e2ba4672777e0a2ade 1.64 MB 6,247 2
868,928 868,928 0000000000000000000234fb10f44d23ab576480a147b5425ca29d1f00c01c89 1.64 MB 4,915 2
868,927 868,927 00000000000000000001b95afc6a5437779c8243ece3a992c39254e82a11927b 1.63 MB 4,481 3
868,926 868,926 00000000000000000000491a58813f2df4affc296fab3760df5de15885d47814 1.50 MB 3,326 3
868,925 868,925 0000000000000000000063b3be0716e7e9fcdb3d6d0373ab6cb4c62880659de1 1.67 MB 4,970 2
868,924 868,924 00000000000000000002272bd28e6527074960ec70d344a174d1aec6cddfb450 1.58 MB 1,517 2
868,923 868,923 000000000000000000013276d2f0ea061acfb75c38313854cee1ff068d6dc0c8 2.29 MB 5,516 2
868,922 868,922 000000000000000000028c5a82206199ae451a90c7f60cf92caa63d430e0c1a1 1.71 MB 2,973 5
868,921 868,921 00000000000000000000371d11b5d65a64770e181ed9b02988beb563f5160fc1 1.51 MB 1,960 3
868,920 868,920 0000000000000000000248995a7f882619555fa3b45c6721f7bc4df4e7d52136 1.68 MB 2,452 5
868,919 868,919 0000000000000000000078c889fe675a16233dac67f2b74085795af231ef383b 1.64 MB 2,762 5
868,918 868,918 00000000000000000001addc9f78065c4b30e64b48d705522e17879b8a323d9d 1.43 MB 2,440 6
868,917 868,917 00000000000000000000443bb32e4e59b066767f331085a018feb43a23e7986d 1.62 MB 3,180 9
868,916 868,916 0000000000000000000071f3e3a0bdb18438965552b98e087e99cf74d6fa3a4f 1.50 MB 3,018 4
868,915 868,915 000000000000000000023b19a87cf3b4008ed3c311e98b987cd7cea5f23081cd 1.76 MB 4,478 3
Previous 10 blocks ↓
Total Size: 697.82 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,062.01 GB sent, 196.79 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.