Loading Tool

Explorer IconExplorer

Memory Pool

79,615 transactions
30.42 vMB
0.07274878 BTC
Random Selection Loading Transactions
Max Size: 184.92/200 MB

Candidate Block

Mining Attempt d4c95fb8ac240d9a69554f6d0cf3f7f0f7195245a6d4b1ed5d4fbd7508af523e
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 1dc00bbe713df177f53ce87e75ddcb509204d26b540dbf0687a8b53d0bf2edf5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,699
Size: 1.00 vMB
Total Fees: 0.00760649 BTC
Feerates: 100.69 > 0.76 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (520,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
394,253 394,253 000000000000000006f3be136ac7594f66ac48260a369c4f17266a46e1d6f699 1,766 0.93/1.00 vMB 45
394,252 394,252 000000000000000006a50ac56d9fefb03213aa080350aa2dcaca9fd49b25b2ae 526 0.41/1.00 vMB 26
394,251 394,251 000000000000000000235253096bc734d03b28aa314835f3c88642decb72b6f9 1,372 0.65/1.00 vMB 40
394,250 394,250 0000000000000000020b4115182e865e3806587b4e4d3a458b92633fabc1c644 1,059 0.75/1.00 vMB 25
394,249 394,249 000000000000000002682a6502a16d0d9fedefe7e691c54f4d5edf40734c6b1d 2,468 0.93/1.00 vMB 52
394,248 394,248 000000000000000002e756c947c992a238bcdddb2a2127086de963df4d71c9ac 25 0.05/1.00 vMB 0
394,247 394,247 0000000000000000065eca96aebf92968383d7ca1b395b4b4ee6562e16e886d3 663 0.93/1.00 vMB 16
394,246 394,246 0000000000000000022d8ce91120f25ee3dad49c38805be13cbe351c0b9737ba 951 0.92/1.00 vMB 19
394,245 394,245 000000000000000003cd581428dc12bf28d1335e6037d6e63494b8535fdb44a7 663 0.47/1.00 vMB 24
394,244 394,244 000000000000000005faea4c28c1d484b602ad1519b2ca8352790a834f90a128 1,378 0.93/1.00 vMB 29
394,243 394,243 000000000000000001a88eedd1fcded62744c1d70b4df90e8098137a32b2bfa7 2,665 1.00/1.00 vMB 55
394,242 394,242 0000000000000000059990ba49d3ea969aacc6f00f237d27cef6d95bdc6b6a43 733 0.93/1.00 vMB 16
394,241 394,241 000000000000000009b2dd30ef7d82474e3aba405f89c23cecaf4ba480f059cf 1,167 0.75/1.00 vMB 32
394,240 394,240 000000000000000006a438d5a3ce6e9cae08cfc4db1ccb4618ec294851e2fe09 645 0.91/1.00 vMB 17
394,239 394,239 00000000000000000097f0436f27d4495bacf1ee03020b4f9ef159274232d8e2 1,549 1.00/1.00 vMB 24
394,238 394,238 00000000000000000826ba50fc592ba28fc29e1abae37ec6b4c29a0fe64afed5 2,211 1.00/1.00 vMB 42
394,237 394,237 00000000000000000646b3fcc00fe0d511576ad9bd94b5bd3d50fdcc2b000b0b 2,049 0.75/1.00 vMB 60
394,236 394,236 00000000000000000613523a0a9ed1c744fb36cc62dc45a4ec5b04c516f3a90f 2,345 0.99/1.00 vMB 49
394,235 394,235 000000000000000003bdaccedbb3e716c327cde44857e1fb0fe6635102c9960b 2,330 0.75/1.00 vMB 69
394,234 394,234 0000000000000000022bad4c06341f9fad72585dd45088f3af10617e359a0215 1,469 0.95/1.00 vMB 30
394,233 394,233 0000000000000000087611de23388a2b195b8e7e2020681f813f42cccd8a8f9e 1,324 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.72 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: 701.69 GB
    • Received: 16.62 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.