Loading Tool

Explorer IconExplorer

Memory Pool

70,109 transactions
26.89 vMB
0.08299661 BTC
Random Selection Loading Transactions
Max Size: 161.22/200 MB

Candidate Block

Mining Attempt 61aaa00b4b37ff3a5c67e91c909f4a21f89ebdb4d769096f62af10a424374bb2
Version 20000000
Previous Block 000000000000000000017eea8a1fcbeece8b187566830c35a0e9c06ce7a8cb3c
Merkle Root ae70fe50f5217d805fca6ef05e4e8f517e5cbac55a796e1c81b147f57fc382c8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,851
Size: 1.00 vMB
Total Fees: 0.02546618 BTC
Feerates: 445.47 > 2.55 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,474 (915,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
91 91 000000006e55c92b2a940de67b1314e150f0c72d0468c625f4f267fa30b8c1b1 1 0.00/1.00 vMB 0
90 90 00000000f365aa200968bb9808c3566d7d2465b4b3c93aa8a3cb9079f32cbb2f 1 0.00/1.00 vMB 0
89 89 0000000076d9ec583c757b8911406afe4d021aed0e5f30c16e65c82a71af32c2 1 0.00/1.00 vMB 0
88 88 0000000011fd31ceefda804321c8e00d9870c15a5395f361f3b0c6908eb7d04b 1 0.00/1.00 vMB 0
87 87 00000000a31b3785f0adc10975a4e3e356d133365c0aeab6e42240e17ac2e63c 1 0.00/1.00 vMB 0
86 86 00000000f1b3a6b39671e475b858bc6831db3ca57e8ecafa49a13c4d5b04fb53 1 0.00/1.00 vMB 0
85 85 00000000219949b3de1eae5447c00501812757885e65554fe5c51039ebe643d1 1 0.00/1.00 vMB 0
84 84 0000000095f5ee67aaade1dfa150b7ae38b3ff068936c9c95a7bb114b6ce8d4f 1 0.00/1.00 vMB 0
83 83 00000000ca15c30122dc65c33e8ec1f7ff2631ef9e2a1c36d8a399ca1705122b 1 0.00/1.00 vMB 0
82 82 00000000162222fadd114245e16d25f6d02acbf67865575dc6f64b57634b5153 1 0.00/1.00 vMB 0
81 81 000000007d076a5289751e363ecb01604355730e69de270f04f79d969ff1cf86 1 0.00/1.00 vMB 0
80 80 00000000be62325a98e47d3306f275efe45d39d8cd5df28c795c96b8920ad48f 1 0.00/1.00 vMB 0
79 79 0000000086e318e8c348dad73199bb6fac8cc1effb9c872a7dda49c5caca0021 1 0.00/1.00 vMB 0
78 78 00000000a2886c95400fd3b263b9920af80b118b28fee5d2a162a18e4d9d8b2f 1 0.00/1.00 vMB 0
77 77 00000000e7d28ee0e6238bd21775a007d5c4987967d2e99a527572dd30fa06ef 1 0.00/1.00 vMB 0
76 76 000000005a512245f8e901241ce422afbd6b6f4c2d4bb582b763118614d57858 1 0.00/1.00 vMB 0
75 75 00000000be64a31bc9c3c29ddfd5e45c81b6db279fee45b3a11cd7945109e54e 1 0.00/1.00 vMB 0
74 74 00000000ec989ed4909499b92e9d3eb900d75dd1fab455315916e3d45924d456 1 0.00/1.00 vMB 0
73 73 000000008ec9525cb2092c6bd7d1c2580e595bcfa54bac51cf6f0278b242f25d 1 0.00/1.00 vMB 0
72 72 0000000082c0abb2875dc690a243dce6cbc856647b6422abbe82f97a3a7b127a 1 0.00/1.00 vMB 0
71 71 000000007f7cbc93a93141bb69eb7fbfad9c4682cc328da097dbcb2b77bd1457 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.22 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 757.21 GB
    • Received: 19.01 GB
  • Uptime:

Notes

  • 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.