Memory Pool Memory Pool Refreshing

40,492 transactions
28.04 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,112 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,382 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,111 (32,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
830,948 830,948 00000000000000000001c96b3d86b475cffc2009173a27bfdadcd28cc4ee586e 2.00 MB 2,374 15
830,947 830,947 000000000000000000011b6c7ff870af002392e37a4b5c801f9d27e29cfa083f 1.36 MB 2,152 28
830,946 830,946 000000000000000000007d3bfb0708f201db703a066b38742b6f410e88bce886 2.93 MB 1,638 14
830,945 830,945 00000000000000000002aed1a5edf182b222bb718976de3265834d8e4b936545 2.01 MB 2,717 18
830,944 830,944 000000000000000000029674a0475f4e726a63fecc7f46f20bf4b55a87ec42d3 1.74 MB 3,391 17
830,943 830,943 000000000000000000028714119e2b5d3827233d2ba08668431095c4f1a98a55 1.72 MB 2,580 17
830,942 830,942 00000000000000000001a37ea4c55e28017d570cc15b9659ae1ff4f2c616526d 1.47 MB 2,586 19
830,941 830,941 0000000000000000000196efdc2df634619f22ab3453d6d69bd1f8abf22333d0 2.03 MB 3,475 14
830,940 830,940 00000000000000000000d3a867b5040d5620f5f6d1caefad484e6cd2da288a76 2.02 MB 2,211 13
830,939 830,939 000000000000000000030ca62cc16bec3be884692a02abd851b1bab40ad2588d 2.13 MB 2,550 19
830,938 830,938 00000000000000000001a375fde693cae231988dea7ede1e925d3abcf13b2d78 1.64 MB 3,075 21
830,937 830,937 00000000000000000001b0c26ae38175d49bb5373a9413f14588279924dad5a2 1.54 MB 2,111 17
830,936 830,936 000000000000000000030f3246edd7b40f001b184d2af050946fd87c90903b3f 1.76 MB 2,088 14
830,935 830,935 00000000000000000001551428ec3e1153569ff6ebfbbebb3ccb1e40909eda51 1.73 MB 2,658 21
830,934 830,934 00000000000000000002e54611dd7cbee543d0f442bd22c188c6fffd246aad3e 1.74 MB 3,159 21
830,933 830,933 000000000000000000018fc4b0793f96c35dc2adbdc63106067d90d65309587d 1.50 MB 2,825 22
830,932 830,932 000000000000000000026e918630f556391be5c3d100fb5890098517be42fee6 1.54 MB 3,172 29
830,931 830,931 0000000000000000000220a1c02424ba72bf620f2228d563f722af1cd3eef21e 1.28 MB 1,488 12
830,930 830,930 00000000000000000001c8e7ad915e5973f88ffaa4272ec7ed8b4e294704a260 1.34 MB 859 12
830,929 830,929 000000000000000000002f51f8b40dbca17d7d45c9546bfa5d304321b622970b 1.84 MB 1,186 10
830,928 830,928 0000000000000000000070564c59a06728d6be759e2a661c064530f4a0c06eba 1.84 MB 3,265 23
Previous 10 blocks ↓
Total Size: 686.31 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,435.09 GB sent, 114.06 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.