Loading Tool

Explorer IconExplorer

Memory Pool

77,974 transactions
29.27 vMB
0.06316258 BTC
Random Selection Loading Transactions
Max Size: 175.91/200 MB

Candidate Block

Mining Attempt 49b386a342bb3fa19164fc4528a75b314c29e2efe0af6d5a2c84a3fe0755b686
Version 20000000
Previous Block 0000000000000000000005fed7a2e04e0d65382f9c5d2d0085aa4ef4f390cc19
Merkle Root a7eb1c9da266789e85a60826d8a87f45d5cc62c70f8e16cb88aba9338dc8139c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,768
Size: 1.00 vMB
Total Fees: 0.00390299 BTC
Feerates: 21.09 > 0.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,013 (234,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,717 680,717 00000000000000000000dc34146796c1d62ca0cb1a316ff4abd83136cead8bb1 3,410 1.00/1.00 vMB 267
680,716 680,716 0000000000000000000abc410ed6439fa0d27a2c9c67ac9c8dfc06a8021e4478 2,583 1.00/1.00 vMB 175
680,715 680,715 0000000000000000000614caaf7b3f252c88131388e75af8f62cefe1cdfaae18 2,595 1.00/1.00 vMB 170
680,714 680,714 0000000000000000000665587cc07ad32a4405ec5ba3845190a1ab461ff978fe 2,688 1.00/1.00 vMB 182
680,713 680,713 00000000000000000003b43da248a22494293f6ee7b5c49ba37887f339ec930a 2,840 1.00/1.00 vMB 202
680,712 680,712 00000000000000000001d3f61a9e8281f77ea1e6c4e2704f772caaf7574d9123 1,653 1.00/1.00 vMB 165
680,711 680,711 00000000000000000001520392e95d76b86539eea4400c01f52dc7d4d75017d0 2,246 1.00/1.00 vMB 179
680,710 680,710 00000000000000000002e8746b36446607335da9eadf586528c89649f3e3e4b0 2,409 1.00/1.00 vMB 188
680,709 680,709 00000000000000000007566f40cbb5144d478c7d9664bc6ad43798c86cf32581 3,165 1.00/1.00 vMB 244
680,708 680,708 00000000000000000008dd7bcd172a6ab30cdb7a157e3a2bbdd397eaa18e8bc7 2,297 1.00/1.00 vMB 183
680,707 680,707 00000000000000000008ee0c01a77adc779755b080f7bf5ffddca4d36eaf806c 3,243 1.00/1.00 vMB 228
680,706 680,706 00000000000000000007c4ce1dd5031f626cb8c31b4bb8c321439087c7dc80b1 1,497 1.00/1.00 vMB 150
680,705 680,705 00000000000000000007a8330eef4fc71834ecb03ab95c70db42d139499213cb 2,486 1.00/1.00 vMB 198
680,704 680,704 0000000000000000000bef4cdc55944bd619dd6368dd1bb5582d0ff0b231eaec 1,682 1.00/1.00 vMB 150
680,703 680,703 000000000000000000083925839a84d76388316682a7a1a203f16db6bfdf8822 2,672 1.00/1.00 vMB 192
680,702 680,702 0000000000000000000bcdc4ac83b7a7fa2d2627ab1a0d7fbafe942c3d391e58 1,780 1.00/1.00 vMB 180
680,701 680,701 00000000000000000001ccf98d812760332e7bbc00b9cd44dfec858831111004 2,326 1.00/1.00 vMB 195
680,700 680,700 0000000000000000000107baf3cb393b8ec4631cd4cc4b659bbcc8f2891077e1 1,818 1.00/1.00 vMB 126
680,699 680,699 0000000000000000000638978c09dbbf0aff118d2eacef2f0ac492c1ed43a0d7 2,250 1.00/1.00 vMB 140
680,698 680,698 00000000000000000002cce6746f9590a96f8e971f37f088c1ad32d2d9ee2b8a 2,778 1.00/1.00 vMB 173
680,697 680,697 000000000000000000013e5b95618b2bcf9ea2758ac2ac50e15fd2e89c2ae76a 2,833 1.00/1.00 vMB 172
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.11 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.