Memory Pool Memory Pool Refreshing

61,674 transactions
31.73 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,839 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,816 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,838 (64,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,746 805,746 00000000000000000000a862b960de46e0735641fe32cec20e3f36a7a00ea1d5 1.85 MB 2,256 15
805,745 805,745 0000000000000000000281101c89d1d76dbbe22124e290032b73c3ee6630c3e2 1.52 MB 2,123 14
805,744 805,744 000000000000000000009c1288e9fd1f3bef84cd4c7b37d2f3546afc2cc14d04 1.67 MB 3,150 20
805,743 805,743 000000000000000000006c83cafef6d4789a435378de6962b275764e5a803e97 1.53 MB 3,086 34
805,742 805,742 0000000000000000000335ba6ff5e53f9599f8c0d1a8ccae1036550d7404f414 1.56 MB 2,356 20
805,741 805,741 000000000000000000014347387afb0753b99e390757572b87ed2aad434bc97c 1.34 MB 2,541 23
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
Previous 10 blocks ↓
Total Size: 699.16 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,113.01 GB sent, 204.96 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.