Loading Tool

Explorer IconExplorer

Memory Pool

77,846 transactions
28.87 vMB
0.06746339 BTC
Random Selection Loading Transactions
Max Size: 175.18/200 MB

Candidate Block

Mining Attempt df6c97ccd4effc3340ec6f881454109fa15b0da82fa57fc0096d5cdd08f33c65
Version 20000000
Previous Block 00000000000000000000327a49fa6004515b5891bc19fa46a462f6b39127d620
Merkle Root 153d4d02c7f5767ff08827eb328b3ef6abd87e0b53b2910d396860303b5ded02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,866
Size: 1.00 vMB
Total Fees: 0.00734030 BTC
Feerates: 149.20 > 0.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,090 (610,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
305,085 305,085 00000000000000001b10dd22d0bfcb9092f0cbf47b363fbeb17024fb1fa2e2d1 152 0.11/1.00 vMB 23
305,084 305,084 00000000000000001a04fe8f748312166067fde45a7b5bdb36654fcac12648d7 199 0.35/1.00 vMB 15
305,083 305,083 0000000000000000300803ab15c9694c51fe1b7297862b82cd1c383d50fc758a 533 0.35/1.00 vMB 25
305,082 305,082 000000000000000030b6d35803feb042cf97983eeb19ea6313fc62bc1a0e1db1 919 0.35/1.00 vMB 45
305,081 305,081 00000000000000002d9387a7eba5c80a04b8e510a6ed6e5bc6d61627ee4acb0b 307 0.21/1.00 vMB 23
305,080 305,080 00000000000000004ea21224a51893619039ad2526089995e8cdba3268ac0d97 153 0.09/1.00 vMB 24
305,079 305,079 00000000000000004636d0104eb4240faafc63367c813701146acd410ca814fa 130 0.08/1.00 vMB 30
305,078 305,078 000000000000000014528ada14d273011783377d1ffab956f802b7f8e5526330 468 0.35/1.00 vMB 22
305,077 305,077 000000000000000017512ad55e5a7bfca73ed57cc8861154b115babf1d15dfac 744 0.35/1.00 vMB 35
305,076 305,076 00000000000000004da4dc450453083f357cce19383f883cbd94748806aa32d7 148 0.20/1.00 vMB 24
305,075 305,075 00000000000000004ea8d9463588073e2ea180ec9d17480d5c564ab1185103dd 528 0.27/1.00 vMB 30
305,074 305,074 0000000000000000528cea554cc8d6f50cd85daa091697968631eaf3f73e3686 923 0.65/1.00 vMB 28
305,073 305,073 0000000000000000014abce4535bd51dbb4e367a7d00b03ff2a1ac1d764b5261 35 0.05/1.00 vMB 5
305,072 305,072 0000000000000000263f9999a1b74f797aaedca56b38e51e4a59021602e292b1 45 0.03/1.00 vMB 21
305,071 305,071 000000000000000048ee79259b631f25557d472a205fc74d65cfa47749c20f89 274 0.45/1.00 vMB 15
305,070 305,070 00000000000000002eb15786089f283922e7648980038bc87d1b8e7c0d296a4d 735 0.35/1.00 vMB 37
305,069 305,069 00000000000000003c5e7e603865bcc82d552180eda11da0c32837e5f410e8fa 88 0.05/1.00 vMB 38
305,068 305,068 000000000000000014d595ff7ecd181224e198106589f2500b582ab2711dcaee 21 0.01/1.00 vMB 26
305,067 305,067 000000000000000034e4b17564d6dde4650f24e33a41494bc0265616d7d4c29e 22 0.01/1.00 vMB 35
305,066 305,066 00000000000000002e51cb5d8df429605803a759da879f5ca360e7ccb0415895 146 0.09/1.00 vMB 32
305,065 305,065 000000000000000026bc3252f46a88e1c61da15b035095e59e11f28e609a1f68 67 0.13/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.77 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.