Memory Pool Memory Pool Refreshing

6,023 transactions (2.49 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,785 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,086 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,784 (854,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,975 53,975 000000000c07896c6ca8b38fbfc2181d210779681ca1ec3057e8bbaa2a99d341 0.00 MB 1 0
53,974 53,974 0000000014449d5380233fa2bc6990d0a4921bf9e189769c81dd28d9c3d333d3 0.00 MB 1 0
53,973 53,973 0000000011a8e4714392b3a58c17e2c97d85fb44dba4ccfa37ae2add98f939db 0.00 MB 1 0
53,972 53,972 000000000a2380e0ebfab6ab8fe78f8d212f491327a0be90d2c73a31aecb132f 0.00 MB 1 0
53,971 53,971 00000000112afaf7733ed229e30a69a16575d9454f67b61497cea9d8a0187f57 0.00 MB 1 0
53,970 53,970 00000000060cc92617147d6af1ca811e79558e05cd73dd639913d122ee6ae88a 0.00 MB 1 0
53,969 53,969 000000000d475412854708305eaf750b27d652146ccc2146d135927215ed2a3d 0.00 MB 1 0
53,968 53,968 000000000ddda58409438008b0e85ce543ff472052bd53779d1ce8d42a9a08b9 0.00 MB 1 0
53,967 53,967 0000000000675a6ce71878585ee3324948e17d8d969dbba8dec0d705da60abce 0.00 MB 1 0
53,966 53,966 000000000a91b64c9300a220bb4b4e07d3d4ec5dc62f9ee3647326a0b175fc23 0.00 MB 1 0
53,965 53,965 000000001424d43bf14e6f071fa5303aebce4154ae10564ae4291e70bc2eeb04 0.00 MB 1 0
53,964 53,964 000000000ac7e0b591d393cc956ff2fd5bc8a20805a8349329d08d7838043686 0.00 MB 1 0
53,963 53,963 00000000053f5772a9b00644899f485784c2ae159b24f455f3ee3d1d399fdf13 0.00 MB 1 0
53,962 53,962 0000000009afd015bca16a1cda3c21d31ca4958950e28eef29966b31d891d403 0.00 MB 1 0
53,961 53,961 000000000fa53eb8acb193334ba294b24415c3cadde8e8727594ea57f116e939 0.00 MB 1 0
53,960 53,960 000000000b864a831259aa66926f4aea55f47a6d506b0150388f54961e2c8df2 0.00 MB 1 0
53,959 53,959 000000000ef1563e74557112af08db8e074053288acb00483fb2eb480dce857f 0.00 MB 2 0
53,958 53,958 00000000135a01872cf1d8535c6b1bb214f970616c021c1b91762bfa9be4a716 0.00 MB 1 0
53,957 53,957 000000000915f6a6b9c20a7e450e0aab3908c5959a48053d6b0e0ad00e7c8885 0.00 MB 1 0
53,956 53,956 000000000e12f639b08184ae8b1e68bf30325c8f9dfc63acff2955980fccf76c 0.00 MB 1 0
53,955 53,955 000000000089173a5a396fe8d36490bf61c34bb2dd167e4b24c687a39c462867 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,857.07 GB sent, 102.84 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.