Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

365 transactions (0.11 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,995 000000000000000000022cb30000000000000000000000000000000000000000 0.11 vMB 358 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,994 (833,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,043 76,043 00000000003f3c11c7af98b06e266345864b076a72f540aa85c5557a5333afbc 0.00 MB 1 0
76,042 76,042 00000000001e81ddd9ebec138d89cd6c5a0c56875905b849cf70540cb8af87cf 0.00 MB 1 0
76,041 76,041 000000000043dc25fed4a014dd915a42a93819f35e38bc1b029bd2c236dc075d 0.00 MB 3 0
76,040 76,040 000000000043fe7c221dc6ef41404db9ab302328d1213eae1417017233cca4d2 0.00 MB 2 0
76,039 76,039 000000000047d5e201e8a0286d632a0771388b68d184ec2fed83adaba1ba3241 0.00 MB 2 0
76,038 76,038 0000000000750df7c80200daad54c830f14bd8ae7faedfdb520432ccf60836ed 0.00 MB 1 0
76,037 76,037 0000000000446ce965ac1fa98bbf889474bb624d5f8122393819692216384657 0.00 MB 1 0
76,036 76,036 00000000007fafeb9eb4cfda1dc9728b7de508967e51c659f11920a107004209 0.00 MB 1 0
76,035 76,035 0000000000711bcc2af25e80faff180fd8ad82d687260d54f02f0e9025525412 0.00 MB 2 0
76,034 76,034 000000000057bd00a17ba5732c0018dd19f0583f85ba351cafb6567b65452f04 0.00 MB 1 0
76,033 76,033 00000000000d5e4dfbe7c734d5b2d16dece582d04b4ddae288bbbd644cf92086 0.00 MB 1 0
76,032 76,032 0000000000626b17b4c7cfb613121375d1e02b09b037c3efca14fac47a5da43c 0.00 MB 1 0
76,031 76,031 000000000068a2db7b25e1f614734cfb4976a585be0f2ebbe41544a1697927b7 0.00 MB 1 0
76,030 76,030 00000000000b7e4c4cfc0ecb2864a2c679324bba24ab602efd17afec3684d1d2 0.00 MB 2 0
76,029 76,029 00000000006e1be9594b9ab28610aab93e1d240c760da52c3b53f9738a16b422 0.00 MB 2 0
76,028 76,028 00000000005886aa8f8aaf00b3144cfc403452057c0e03f89977a3218d2f180f 0.00 MB 2 0
76,027 76,027 000000000054acb5f12c0a503b65ec1cec403430acd81337d523711f444da81a 0.00 MB 1 0
76,026 76,026 000000000022c1ba85dae36a7a7fe6063499783bb9d627561737cba84b79f6d0 0.00 MB 1 0
76,025 76,025 0000000000698f82534d989dc65a5e725c8352ba3dd3ba73605c2adced1cc986 0.00 MB 2 0
76,024 76,024 00000000007439ed745524df60102fe1c59926b24a3000a22ce587fdcd40be05 0.00 MB 1 0
76,023 76,023 000000000041f35652afa953346283a640f5e285794009fc254563855e313d11 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.38 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,181.52 GB sent, 115.17 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.