Loading Tool

Explorer IconExplorer

Memory Pool

19,817 transactions
24.31 vMB
0.05970791 BTC
Random Selection Loading Transactions
Max Size: 114.93/200 MB

Candidate Block

Mining Attempt 331a6d974f0de235abb25064e496f40d2d9bd2953cb261f03ec2aee2c2617814
Version 20000000
Previous Block 000000000000000000020b4434e5e98aba91d37f341a1a0ca1145b7f6d72946b
Merkle Root 5103b8f2edebb12dd8692b1de13bc493e85b877fb7dbab9a41385d8dddfaa7d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,997
Size: 1.00 vMB
Total Fees: 0.01644329 BTC
Feerates: 301.07 > 1.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,296 (95 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,201 914,201 0000000000000000000084b756c8388e03a58dcda7c91ad8a0a0ff26f389512f 2,076 0.64/1.00 vMB 2
914,200 914,200 00000000000000000000cfd3481d5dc6b723f4e62052b015bd9a9891d6d18add 5,815 1.00/1.00 vMB 1
914,199 914,199 000000000000000000020533b6f8bb9515ad186574f3384d7b109eb8bfb2e84e 4,090 1.00/1.00 vMB 2
914,198 914,198 00000000000000000000b12a9b0e08e4bfb73dbf9298bbbd647c91dbfe7d222d 6,123 1.00/1.00 vMB 0
914,197 914,197 00000000000000000000ed8bdbc3e7cb7566c108091a33157faf7ff423724b39 3,134 1.00/1.00 vMB 3
914,196 914,196 0000000000000000000032d81b56df9fff9453a08f3e3f9107dd1c0c705a4d85 4,096 1.00/1.00 vMB 2
914,195 914,195 00000000000000000000ab2c2c1583ca1cdce1829bbbea27b86565a506a1901a 2,772 1.00/1.00 vMB 2
914,194 914,194 00000000000000000001ffd9ef55f2e4fd8cec2a05aadd735f4f313a7cb61679 5,297 1.00/1.00 vMB 1
914,193 914,193 00000000000000000000d4d0264d834987b0cfdaa6ec6a928abd4add3a12b852 5,290 1.00/1.00 vMB 1
914,192 914,192 000000000000000000015778e11722fab9c858fb787c6d58b727c25300458a64 511 0.12/1.00 vMB 3
914,191 914,191 0000000000000000000141573b62540c9f2c6acc69c5eddf5652e6d4f8e32a08 4,719 1.00/1.00 vMB 1
914,190 914,190 000000000000000000017869401cddf8699dada97ead2721ddd292f6edd60876 5,468 1.00/1.00 vMB 1
914,189 914,189 00000000000000000001661dd4e4661ec80d2cd6778f4d12c0bf3d3f834bef90 3,613 1.00/1.00 vMB 2
914,188 914,188 00000000000000000001739cb7842014e56e8cd06a50002fc9a8f0ee42d7ffe5 5,247 1.00/1.00 vMB 1
914,187 914,187 0000000000000000000139d2ffbe64dd8a277dd52bc6791572b1c2890bda349a 5,164 1.00/1.00 vMB 1
914,186 914,186 00000000000000000000e4896aad627587ca82512b8e95ddc359439906f84121 3,811 1.00/1.00 vMB 2
914,185 914,185 00000000000000000000a8c9ca85a42e83d88a6fe869df81b0438b561291cd17 4,026 1.00/1.00 vMB 5
914,184 914,184 000000000000000000009631f1be255c2bb5393ac4ea2d2bb7088038b0e50ab1 4,536 1.00/1.00 vMB 1
914,183 914,183 000000000000000000017237a72af055383b39942419d3fb1bf97ced6e9f3ebf 1,118 0.33/1.00 vMB 3
914,182 914,182 00000000000000000000d7b573f6e9b6d76f8760fcdd3ee2deba7af90855a8d3 3,958 1.00/1.00 vMB 1
914,181 914,181 00000000000000000001485b4665944d1ccf5d2b26cfb8a75c3cc55338393507 3,608 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 781.12 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: 580.37 GB
    • Received: 8.95 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.