Loading Tool

Explorer IconExplorer

Memory Pool

82,039 transactions
30.45 vMB
0.12463221 BTC
Random Selection Loading Transactions
Max Size: 183.73/200 MB

Candidate Block

Mining Attempt 17f41916e4e00eb2d94211d40d4db40c7f688b577370b940bf8f2636a51558a9
Version 20000000
Previous Block 00000000000000000000f924cf5022dab74d96145383ec21fa5a02b0a126c621
Merkle Root ac521ee5d8db80fabd2780f0ceb3b1a00827d9b1c5575faaa4d81dc55607ffb4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,359
Size: 1.00 vMB
Total Fees: 0.04666120 BTC
Feerates: 502.62 > 4.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,124 (828,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
86,121 86,121 000000000010aaeb1dabfeda19afff4312c8edc917aef43ab190e1e8f090f6d4 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.61 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: 671.88 GB
    • Received: 16.05 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.