Loading Tool

Explorer IconExplorer

Memory Pool

79,794 transactions
30.20 vMB
0.10913664 BTC
Random Selection Loading Transactions
Max Size: 180.63/200 MB

Candidate Block

Mining Attempt 6e52acb2f581792a05374e0f4955a8bccc16452d77faf81247cab3b5a3178f5b
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 8984c779908a4a9d1dda7fab79a4c6cc76432e95136a5d0566340dc7f4086e4f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,830
Size: 1.00 vMB
Total Fees: 0.03795961 BTC
Feerates: 151.00 > 3.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (829,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
86,120 86,120 000000000004df4edc6eb504394b759bb560094a8b4362646e4f19a302648af7 1 0.00/1.00 vMB 0
86,119 86,119 000000000012d5ee2cbae2637dee8746032b634c439b351e554ac34fa1cbe59d 2 0.00/1.00 vMB 0
86,118 86,118 000000000003622b9ff2c59c600e2a42fd98e1f90c8c105110a0663d3d23f147 3 0.00/1.00 vMB 0
86,117 86,117 0000000000224898a4427796558fce615789cf3abaee34ec4438f5f25506f9b8 2 0.00/1.00 vMB 0
86,116 86,116 000000000016f91ae73ec5623661e02020a95257a0a472b16939a2ded8b1cecc 7 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.53 GB
    • Received: 16.26 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.