Loading Tool

Explorer IconExplorer

Memory Pool

85,246 transactions
32.99 vMB
0.15780660 BTC
Random Selection Loading Transactions
Max Size: 196.43/200 MB

Candidate Block

Mining Attempt bb77b7496e53b9e856fb7f04928764b13f1f43fe1b4d425ec6ab13637c427f81
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root f8e59b2da4814374e30e531f893a8274834def83f8105c734f8dd23eb81128c8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,607
Size: 1.00 vMB
Total Fees: 0.04894583 BTC
Feerates: 318.30 > 4.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (32,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
882,453 882,453 000000000000000000014350c92e55943c6ca7b67ef5613bf93ceda2d6b9cd98 52 1.00/1.00 vMB 2
882,452 882,452 000000000000000000015dde99964cff234e8d261585376fb1d41711e9a9e60c 1,549 1.00/1.00 vMB 2
882,451 882,451 00000000000000000000057a1f8e4cfed49ef7088acd1d42b792a25275a2c9a7 988 1.00/1.00 vMB 1
882,450 882,450 000000000000000000017cb9a8c0b1b9454262bb016247d9b37f0f03da0a1d7e 705 1.00/1.00 vMB 1
882,449 882,449 00000000000000000000f0a2192458fe70ddc8e37959e236658cff12ad90724b 3,660 1.00/1.00 vMB 4
882,448 882,448 0000000000000000000115177ca7b0c60c182bb50b3b824e8fc2696ce3759f95 1,045 1.00/1.00 vMB 2
882,447 882,447 000000000000000000020634ca3e45da1b2b30a247eec3e19d9c3912beeb1bc6 1,722 1.00/1.00 vMB 2
882,446 882,446 000000000000000000000be1d4ae411a81feac2dea167adc2a417dbcd4c1c610 1,706 1.00/1.00 vMB 2
882,445 882,445 00000000000000000000e9240aa2cc17a1fa2257b4ca25e59392020de429e526 484 1.00/1.00 vMB 1
882,444 882,444 00000000000000000001abeb6c9b3d9220750786ddf008dd5df3c670deafc3c0 2,000 1.00/1.00 vMB 1
882,443 882,443 00000000000000000000cefc613b7c06adfbe46864b0a1fa5bd3c7e7e6c94119 772 1.00/1.00 vMB 2
882,442 882,442 0000000000000000000195a680a9b88956b72b19f1d3e05bafeeab2a67d62bdb 793 1.00/1.00 vMB 2
882,441 882,441 00000000000000000000dd3e80ea9dfd1c0f3b48843bbf92421e8acca7858a2d 1,423 1.00/1.00 vMB 2
882,440 882,440 000000000000000000000377ee0967ef0de86f92b037a3565df625deb40f1aeb 2,284 1.00/1.00 vMB 3
882,439 882,439 00000000000000000000805d67705b61e33834d49933e939ef96331a12272a66 2,379 1.00/1.00 vMB 2
882,438 882,438 00000000000000000001bc3759e71ef1741affb1c86d6c2bfd1600d9562439ef 1,652 1.00/1.00 vMB 3
882,437 882,437 000000000000000000010389d8becb96539b9bb35db3968324db231c7d483c00 3,581 1.00/1.00 vMB 5
882,436 882,436 000000000000000000027a3b174afeee85befaef1d152557b7a6ab697fcb2e48 1,107 1.00/1.00 vMB 2
882,435 882,435 000000000000000000014c605479a3091fe3611338c2ec3f2be0c4052f2c0814 809 1.00/1.00 vMB 3
882,434 882,434 00000000000000000001d4307dfa2278e31858d8611aadc5c3f0f23b8b8b2b4c 2,699 1.00/1.00 vMB 2
882,433 882,433 000000000000000000024c6a784b1aba2d7b5d0007abf79b6f114ced9f90fac4 3,492 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 783.00 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 718.86 GB
    • Received: 17.97 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.