Memory Pool Memory Pool Refreshing

7,270 transactions (2.40 vMB)
  • 1 sats/vbyte = (5 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,776 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,147 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,775 (839,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,192 69,192 0000000000c66026c61a0589b6f9637b65fdf89d8e19f37aa0b41def5400e5e4 0.00 MB 1 0
69,191 69,191 000000000025787797c7bf823d5985ffd5527878642c3e4d32b9d3ef7ef6c4b9 0.00 MB 1 0
69,190 69,190 0000000001326ae5432aaf038b2de5abd7a9a7e7d5423c4f0f04eb1707f28f73 0.00 MB 3 0
69,189 69,189 000000000056cc45128326ecff23b631aa9b141da4d3a64a344f9472692aa092 0.00 MB 1 0
69,188 69,188 00000000012c87d103497bcba75829658a56134b2eb61a5e0f80101046b996f2 0.00 MB 1 0
69,187 69,187 00000000014ed4b56fe6c41b10d7ba64ecc7225af89428dee1385244e5e8c998 0.00 MB 1 0
69,186 69,186 000000000037642ab4d724a61c5d402890cc18f50c9f9fb5a988294a36686747 0.00 MB 3 0
69,185 69,185 000000000134e096ef225b5a0ac35033cf0f497861f2045a041735da5650f0ea 0.00 MB 3 0
69,184 69,184 0000000000128ed7005f919ebc0c5da66c8952e3768cc65dc88f661584916498 0.00 MB 1 0
69,183 69,183 000000000059e9ca72c051cb9c6e55589bd2f901337c2e378a1c597243550ae4 0.00 MB 1 0
69,182 69,182 0000000000ac0e3d2905237e4c522b687bff5ba978f780565cb82fdf472e394f 0.00 MB 3 0
69,181 69,181 00000000003addf3d476e7a4fb9726a49c959c37f6521c4e4498284006440156 0.00 MB 1 0
69,180 69,180 00000000003dd717a18a3d09054ae6b9c819d57c56952b5a32179298cb3a6196 0.00 MB 1 0
69,179 69,179 00000000016112db8afc064d97c127c41a09f38e498347b13086e6924f372f17 0.00 MB 1 0
69,178 69,178 0000000000e870bea1a80d70731bdcf95f9ddedd6485dd34b4c777c69375196f 0.00 MB 1 0
69,177 69,177 0000000000b20636e8c6dd9c62d96b928296607b5cd87a00ecfc07480cb1af0d 0.00 MB 10 0
69,176 69,176 0000000001522eaa4344c752a7f1aee1de84dc04395b514a671c9b451fc63bbd 0.00 MB 4 0
69,175 69,175 00000000015a767d78d74b17021830b400e6e02f96db982d4e1110e5420d3b95 0.00 MB 4 0
69,174 69,174 0000000000f57f62749cabc8ab620fd69e04730a9899b5d1a8e06495184c09fd 0.00 MB 1 0
69,173 69,173 00000000005744dbe7e817befa6728acbe3d647cdfb344589aa299bd1cdac1c5 0.00 MB 1 0
69,172 69,172 0000000000d550f1452cde1182377f1dd0892ca85494df6ec05d8eda1a365563 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.14 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,856.82 GB sent, 102.72 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.