Memory Pool Memory Pool Refreshing

41,724 transactions
20.67 vMB
Show Random Selection Loading Transactions
Max Size: 122/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,043 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 6,214 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,042 (352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
865,690 865,690 00000000000000000001e1e94fe813aeeb2f514a04eeac7bc21ee4a4917eb2b4 1.71 MB 2,680 24
865,689 865,689 000000000000000000020c84f82f70cef5793aa01b45eb7d1a96b06224592ab3 1.60 MB 2,921 13
865,688 865,688 0000000000000000000129b6b69d2a96ba656b8f56c77810c7611c642926698b 1.59 MB 3,187 9
865,687 865,687 0000000000000000000020d59f31cc99f4fbef2a70ca469c34a04bd1e31d113b 1.54 MB 5,967 15
865,686 865,686 000000000000000000025b3a981b016dabe302fece80fe234cc9205fa0dfefe2 1.52 MB 5,178 13
865,685 865,685 0000000000000000000041499db7c8e3c99ed95e29f2a0f34a6aea6cc47b78b4 1.46 MB 5,805 16
865,684 865,684 000000000000000000002c563217f6fee1a4d3088ac675ec57f20bad66abd923 1.45 MB 6,037 15
865,683 865,683 00000000000000000002842444b4572020caadb921492547a85b4543d03f6e20 1.48 MB 6,637 16
865,682 865,682 00000000000000000002372031ec33b4af76fa9e516cf1c0ff0753db60d0e397 1.48 MB 6,197 15
865,681 865,681 000000000000000000017f398616420f9b0c24eb8b39ad39082b3e96f22b6236 1.47 MB 6,542 16
865,680 865,680 00000000000000000000f02d06e12cf8ce3d315475b950c119f3258cd0285fd7 1.48 MB 5,535 20
865,679 865,679 00000000000000000002b0ce5f5f3101e176730a77fa396b3ceff18608d05746 1.74 MB 2,327 12
865,678 865,678 00000000000000000002147a5b4507e2503973ec41cfb0d99e77b3a21b0e79fb 1.61 MB 2,739 11
865,677 865,677 00000000000000000000ad11516e7880c65f4a8ab7191ac0643f266acde6611c 1.52 MB 3,523 24
865,676 865,676 00000000000000000001aeda25577187d6ef80fd906f601da739fb6a2ef0c02c 1.59 MB 3,090 24
865,675 865,675 000000000000000000024be3cbb1d713a2eafdc070324d6c31eb25782ed40712 1.40 MB 2,816 12
865,674 865,674 000000000000000000002d0275f1efab1a8fb7dd4ad7da64f136223fbf77cca0 1.60 MB 3,178 15
865,673 865,673 00000000000000000001968bb72d93c2c5b68011e08001290f8c2328c6026227 1.60 MB 3,086 25
865,672 865,672 00000000000000000001330365de865f8d15287ea961df989b59f78e10c1dc2a 1.60 MB 3,973 26
865,671 865,671 000000000000000000024a6a734d190009c9d554534ce0cd3167a6c4e5cf9d99 1.50 MB 3,963 31
865,670 865,670 00000000000000000000ff4ec8e7778dad6eeb29f09725fcc79d5b1613300abe 1.49 MB 4,985 21
Previous 10 blocks ↓
Total Size: 691.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: 1,813.81 GB sent, 156.32 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.