Loading Tool

Explorer IconExplorer

Memory Pool

38,578 transactions
27.08 vMB
0.05734631 BTC
Random Selection Loading Transactions
Max Size: 138.39/200 MB

Candidate Block

Mining Attempt 4e6d19f02874df7c71bbe56b5d13585d41bf370aec1f9092f7bb4ec3cc32f5a3
Version 20000000
Previous Block 000000000000000000004ab2d9074b9d6bcd795d8888845f0458baf6acec01c0
Merkle Root 9717ffa431fdde28a570dd22086b1db2590a59fd51a098fc72130fe0db1008eb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,107
Size: 1.00 vMB
Total Fees: 0.00624609 BTC
Feerates: 21.30 > 0.63 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,652 (81,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
833,602 833,602 00000000000000000000c6f8ae1fee3d8dcc00b9fbf2828db22184fc15f00084 2,866 1.00/1.00 vMB 30
833,601 833,601 0000000000000000000270a4619172a1ef5a64f5ffd13d2b73b301e41d43cd10 3,275 1.00/1.00 vMB 41
833,600 833,600 00000000000000000003554f3c4a5addbc83f70721cd70fbe4c9636d98c0b0c4 1,796 1.00/1.00 vMB 18
833,599 833,599 000000000000000000034535f068baca4f18665706b4c2585bfe53a74f470093 2,940 1.00/1.00 vMB 33
833,598 833,598 0000000000000000000188f083e7a62aacbab75791ba65fe50325ac9b7901fa6 332 1.00/1.00 vMB 14
833,597 833,597 0000000000000000000077eb80d953aa23dc6e285ad5cd916eddaea45cbcdf70 1,441 1.00/1.00 vMB 21
833,596 833,596 0000000000000000000382f5ba23da2f9aed0b567a1ee36e390f164664c119a7 505 1.00/1.00 vMB 15
833,595 833,595 000000000000000000021e73c7b89b78d10ced8622ff740433acfab11554e476 2,016 1.00/1.00 vMB 19
833,594 833,594 00000000000000000002c88981de747ae237d80b74a5deb1a17943a76b296e3a 2,851 1.00/1.00 vMB 33
833,593 833,593 000000000000000000002d1d85d5cffa5ee3cea5b80656d489bfe7e39af44cff 2,517 1.00/1.00 vMB 34
833,592 833,592 00000000000000000002fd80d3e06c7854c1823947c8a81aedb11b516cb10a4f 2,644 1.00/1.00 vMB 47
833,591 833,591 000000000000000000000267e885f02a4b24d1a596cf67591e1c9c26237dbee5 3,370 1.00/1.00 vMB 23
833,590 833,590 00000000000000000000f46b9cecbdc9c37dbcf519e765a10c45a9fc0a294f8d 2,554 1.00/1.00 vMB 44
833,589 833,589 00000000000000000001d2d6bd46e4e5711e16a41c06dd4268e6faf9f4929090 3,009 1.00/1.00 vMB 36
833,588 833,588 00000000000000000000eb0c4956d5cce86300581b2ac653683e1c4e6e217697 1,031 1.00/1.00 vMB 17
833,587 833,587 000000000000000000022aba9610a3cfbf2078260bad40aa20d854a067bf919b 2,284 1.00/1.00 vMB 14
833,586 833,586 00000000000000000001b4b4fa5f56671f3a82b8c3350f3688eccca9f84f8997 2,757 1.00/1.00 vMB 28
833,585 833,585 00000000000000000002aed0122d3475972bdc3bd1488abe5cdd2faeefab7ef9 3,281 1.00/1.00 vMB 47
833,584 833,584 0000000000000000000160df6ea6889c003a473782bcc1b51da8ceb5d5516375 2,183 1.00/1.00 vMB 20
833,583 833,583 000000000000000000031bb458597c49d43f3aedf5c77544b40e90189a03e82e 3,033 1.00/1.00 vMB 31
833,582 833,582 000000000000000000015f709215416a64e9ea35c17cb0a4b47154b7b4cca3a9 2,776 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.78 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: 632.86 GB
    • Received: 12.17 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.