Loading Tool

Explorer IconExplorer

Memory Pool

84,689 transactions
31.81 vMB
0.16503998 BTC
Random Selection Loading Transactions
Max Size: 189.30/200 MB

Candidate Block

Mining Attempt 81fd3fc9553a169db795ae9ddc4dde19c895e2e720c3b34ba90bf0563cb828a7
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 94d906495300682a43a5447103389c1690f3b63f25d70b02482c88187b06ff7b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,129
Size: 1.00 vMB
Total Fees: 0.05206986 BTC
Feerates: 402.75 > 5.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (829,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
86,142 86,142 00000000000f657c42ecc0b826e8f029f78c2a7947e91b22642bc7203552d909 6 0.00/1.00 vMB 0
86,141 86,141 00000000001ca47a8c1b7972b23e0023b7318b8f5584c9b8781222ff8f3c5623 4 0.00/1.00 vMB 0
86,140 86,140 000000000005f54f6fb22ef9d43dfa0b53e5c51119a8e57a90c4c40201642fc2 9 0.00/1.00 vMB 0
86,139 86,139 000000000002b0380bd49d74f607bde5d097241d90bc5d914076aa6be38bb729 25 0.01/1.00 vMB 0
86,138 86,138 00000000002cda82aa28d11263be10545aa2eefcded8b1a3be1b4b1903ee2548 1 0.00/1.00 vMB 0
86,137 86,137 00000000001e89266320887f08e6358848ebd90380ee9621c145d8b1b483cc31 6 0.00/1.00 vMB 0
86,136 86,136 0000000000187413a46967ce5e892e3f9fedbe9c38eab8ca9964a9354a56cad8 3 0.00/1.00 vMB 0
86,135 86,135 000000000020de9d4a3521c9f32605d317ec5cc8a2c2e16038c46034f65ad445 3 0.00/1.00 vMB 0
86,134 86,134 00000000002f5774085bfa601ec72944f4c3870f362af480dfa13daa0b8fc9cf 7 0.00/1.00 vMB 0
86,133 86,133 000000000010c44239902c92883b66b80090b47c06065a5be5002d51095cdd3a 2 0.00/1.00 vMB 0
86,132 86,132 00000000002d068338ce36080cd8b5c498e7b5758c084d52086ef4101c1f522e 5 0.00/1.00 vMB 0
86,131 86,131 00000000000ac6477239011a8c9a7d12011f8df170758524db5c797704bdbd8d 1 0.00/1.00 vMB 0
86,130 86,130 00000000000752a11d4ef9807203dd9d9be922f41f6272b894929d3899581e4c 1 0.00/1.00 vMB 0
86,129 86,129 0000000000224416a4259ab4413de68b76d3ccd046dd1fa9f8946a95c8bc21b3 1 0.00/1.00 vMB 0
86,128 86,128 000000000010c9b647c7d8f2d5e591e8c0e8e57352a099a05abddafa36a44049 1 0.00/1.00 vMB 0
86,127 86,127 0000000000190ad93d26b3d6a2d98cb2de55996ff223a30cccd57a71b17e1af0 1 0.00/1.00 vMB 0
86,126 86,126 00000000001466ab65b220836d500f9033426926c3e628774f8ca9397f13f1ba 1 0.00/1.00 vMB 0
86,125 86,125 0000000000053d555f9466f0591d07a3e480a3e64765ddfa617df808de4e1688 1 0.00/1.00 vMB 0
86,124 86,124 00000000002188cc9b5ebfb1ac97e8765df9f1021ec9360fb1639c478a88286e 1 0.00/1.00 vMB 0
86,123 86,123 000000000002aa3db811f9a30648d753b6f6f17cff9f8a47a1a1fb1f664ed99e 1 0.00/1.00 vMB 0
86,122 86,122 000000000000e9c9b1a86710225c90e2e31b83698668eb85277a6607061d4265 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.