Loading Tool

Explorer IconExplorer

Memory Pool

32,405 transactions
8.26 vMB
0.11164732 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.93/200 MB

Candidate Block

Mining Attempt 20e9c10fec562825dfc0e573820ee8d0e59d17c318b08131c8d34059b570ef96
Version 20000000
Previous Block 000000000000000000010aae71661ec974f19f60e6845081a7dd81ae0148c404
Merkle Root 5f0fc058096cd94f4f518255743bf490e58bf859ea11cbe7da3869b18a8542fe
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 4,238
Size: 1.00 vMB
Total Fees: 0.06908294 BTC
Avg Feerate: 3.44 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,016 (754,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
158,307 158,307 000000000000076c852e8f1d880fa107e24c34a9e06f7ed536175c96792b40ca 0.00 MB 8 55
158,306 158,306 00000000000005549c6e4b1a5c2c414fc2a20ac9aa24ee2979acb3e7b10776c7 0.01 MB 2 0
158,305 158,305 00000000000001d3007fd11dfdec3a9ca81121ab8314c92ce1eea8c407b38736 0.01 MB 31 56
158,304 158,304 0000000000000dda8cf0af1edb66ee54295a68487590f78cfd79af041e456a40 0.04 MB 87 326
158,303 158,303 000000000000062d9b16a0c7d992adacc144b1a3baef5ace7c1f8fbb51d3746e 0.04 MB 128 41
158,302 158,302 0000000000000b37cf6c0147993ca71940f4dbde5aecd563514e89d19cf6c559 0.03 MB 57 117
158,301 158,301 0000000000000453ec55a64aad52a13dfc30c4c06eb524d33d41a13226b84431 0.02 MB 36 227
158,300 158,300 0000000000000b30862abcffad87bd0187f3c6f9c9b9572459e180d19917c042 0.04 MB 80 122
158,299 158,299 0000000000000142f369e7b9450e259b7b4053353d07256bd452f9533334ce7c 0.00 MB 10 259
158,298 158,298 0000000000000e4708c1209034e8b01a6c1376d9fd6ab96ddf972a1dd7a514c2 0.00 MB 9 53
158,297 158,297 00000000000006a361a68f19733eddad964dba0ee98d8f09d06d844cc01082e0 0.03 MB 54 282
158,296 158,296 0000000000000c1b6a3ace8af8f37e3f1f4431c04a2d4530fda7c45169e04b47 0.00 MB 14 54
158,295 158,295 00000000000005aa529bd7c5c957db78ed2b6a480294a82129d6cbf96a2316de 0.05 MB 172 73
158,294 158,294 000000000000001673e8f39a842307ac787654c3c09db547813431bfb912ad1f 0.01 MB 19 401
158,293 158,293 0000000000000cd694be2aaf25505664711ff99d490212e3dfdcd995c191ac2c 0.00 MB 7 25
158,292 158,292 000000000000047c331ac19a3226e2a3140221b9dcf96f70406d270ca5ce7382 0.01 MB 34 72
158,291 158,291 00000000000002e33f3e6a1de9c82e09abc2d77a4cb43e9a45700fc39288b185 0.03 MB 31 91
158,290 158,290 0000000000000007b4d93befebe50034002a4b8adac5a5cfd795f4ab762f47b8 0.05 MB 93 132
158,289 158,289 000000000000043034ff11249708818e452b67a0d8c13f7503794b1fbb53668e 0.05 MB 58 123
158,288 158,288 0000000000000cda2073a0aadc82e2cfd7fc2fceb58eca621e9be16fb775fa9d 0.00 MB 1 0
158,287 158,287 00000000000009d6bfdc1f86eaced78f73692c3d4817b164f872189108ed888a 0.05 MB 77 3
Previous 10 blocks ↓
Total Size: 778.87 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: 399.10 GB
    • Received: 3.57 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.