Memory Pool Memory Pool Refreshing

34,915 transactions
19.17 vMB
Show Random Selection Loading Transactions
Max Size: 123/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,712 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,849 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,711 (63,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,740 805,740 0000000000000000000148ca0e4ee99a05115e4fd71eeb5f6437f17087df7484 1.61 MB 2,823 20
805,739 805,739 00000000000000000002eceaacd238c218c5809277de1593e4d61cd4ad007556 2.21 MB 1,614 11
805,738 805,738 0000000000000000000420fccbf2fb348ad886d3b98a823de8a6df23a1bd7f60 2.39 MB 2,360 13
805,737 805,737 0000000000000000000259ed5af752fad82aa3f610a3e5f80971b3475d3dd54a 1.64 MB 2,944 22
805,736 805,736 00000000000000000003ebf27691d0ec4fb1462737c63c234ac2fe68180d31a9 1.44 MB 1,711 14
805,735 805,735 00000000000000000002bf77650ef8b3d16bffe98b6f2823c4e1218ea7dfe196 1.23 MB 1,731 22
805,734 805,734 000000000000000000022cdb8473fad4991a18d9ca6d28acba30dc7d5836f63f 1.59 MB 3,575 19
805,733 805,733 0000000000000000000210c747f3af70ca10528e31ea6bcd0a339d4b841cbcfd 1.58 MB 3,178 22
805,732 805,732 0000000000000000000349ee5c2f5644cf8301b08713256d0fa5dcbfbeda1fc3 1.53 MB 3,665 26
805,731 805,731 00000000000000000002144f8c3230fe73a03019bfe5e97d393bd1fc32561047 1.38 MB 2,673 31
805,730 805,730 00000000000000000000de385478ebcd41a96a8bb8bf727e535751f5f2ec207f 1.62 MB 3,111 22
805,729 805,729 000000000000000000035c153c36a976c56577486c8d5be03713888aaf7bcfef 1.37 MB 2,431 18
805,728 805,728 00000000000000000003f5839dbf643d38246d298e5785fa15f17078c52ddd5d 1.34 MB 2,110 20
805,727 805,727 00000000000000000003f6f9d30feac9bade666ccf6f7c3106b51e88414e6b4e 1.54 MB 3,075 28
805,726 805,726 000000000000000000045012b9044928028165e6bb2d79880a1ff3657c56e9c3 1.28 MB 1,496 22
805,725 805,725 00000000000000000001c158c6834ea9e7e7956441a6a6008ff882c73fc6c81e 2.12 MB 6,247 10
805,724 805,724 000000000000000000017db74bdd64058f2ddc99042f8007d69cfde44f53e00e 1.67 MB 3,995 9
805,723 805,723 00000000000000000003d4b54fb2ad9a63909f715c9cef853747ac69b1bd7e37 1.80 MB 2,257 17
805,722 805,722 00000000000000000000bc1b7e8e14647763b85d6be89f6a9d790cf7ee0e3ec5 1.60 MB 2,533 15
805,721 805,721 000000000000000000030c922e2c81d958a39d2d898f1cff4da21f6cc1d18201 3.46 MB 983 12
805,720 805,720 0000000000000000000353fbdb4a4ddcf49a6b5a9c9ba0518a78ab3d2d03a923 1.69 MB 1,972 16
Previous 10 blocks ↓
Total Size: 698.92 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,102.48 GB sent, 203.48 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.