Loading Tool

Explorer IconExplorer

Memory Pool

80,866 transactions
30.27 vMB
0.11361434 BTC
Random Selection Loading Transactions
Max Size: 182.36/200 MB

Candidate Block

Mining Attempt f9a1fa1f70b80aec0e8c58954547437e4147ab93d9d0df2d28d8ba04918bcfbb
Version 20000000
Previous Block 00000000000000000000df3472a1fecf1266b59b222ff852cf918f03b4495fb4
Merkle Root 250d26ad0338770b2f2523deb4d0ebf0e785a94a6848faa646c788491e38926b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,141
Size: 1.00 vMB
Total Fees: 0.04107735 BTC
Feerates: 150.68 > 4.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,141 (210,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,036 705,036 0000000000000000000be30f98022931c6546779f5ed1d89d6b2577e00e8a327 1,407 1.00/1.00 vMB 9
705,035 705,035 0000000000000000000b5d2d41044d80abebcfa983986346cd2dc96cb28f09c9 2,588 1.00/1.00 vMB 5
705,034 705,034 00000000000000000007b240cdcb6e78c1da26d3d1be0f3c75d2adb013411e58 2,717 1.00/1.00 vMB 10
705,033 705,033 0000000000000000000b2bcb4df451a020e973ef4c73ddfc41712ae76936d0f4 1,918 1.00/1.00 vMB 7
705,032 705,032 00000000000000000008d587c5dcc7cdb003014ff3191174a6f128aa3e23e1a8 2,362 1.00/1.00 vMB 9
705,031 705,031 0000000000000000000c75fdc9fb627560799377240fa6fb1b5c226abf449003 683 1.00/1.00 vMB 6
705,030 705,030 0000000000000000000ab699ee5873bda1ac76d8a1baf702379a62eae7e277ca 1,799 1.00/1.00 vMB 5
705,029 705,029 0000000000000000000dca5788bb76ac6c0592f37fa56b2fbcd34427bb55d636 1,286 1.00/1.00 vMB 7
705,028 705,028 0000000000000000000b1e1e0bd9922acb757e04c3103581f852213673673d44 1,491 1.00/1.00 vMB 10
705,027 705,027 000000000000000000029063d25adea40559c530feafebd97a460d320225ed9d 2,823 1.00/1.00 vMB 8
705,026 705,026 00000000000000000005bc4617672abb17bc35e3570ac82db1bdae94b4e79ad5 2,565 1.00/1.00 vMB 8
705,025 705,025 00000000000000000005c5c275cf9aeb839c346d1bdfb12c42c4d916a9d7b06e 2,465 1.00/1.00 vMB 12
705,024 705,024 0000000000000000000dccfbfd3712a5980e4ae98bbad5456b12edb892fc8d87 2,714 1.00/1.00 vMB 17
705,023 705,023 0000000000000000000b2b0650f84ce76cec2317bd80464163ccd641edd9f042 1,590 1.00/1.00 vMB 9
705,022 705,022 0000000000000000000381ceacb6827c090caf9beb10df3e064b0da728ad298d 1,791 1.00/1.00 vMB 16
705,021 705,021 0000000000000000000b0f594ebcb51f20a296c7f033d41455cbe1b3da6dece5 4,074 1.00/1.00 vMB 10
705,020 705,020 000000000000000000052d76b24fb903d544b77e7b3a4bebd9353133b2c91170 1,385 1.00/1.00 vMB 9
705,019 705,019 0000000000000000000690aaf1e5101ab0e3d59bd93e19e59596ad5182fe09fa 2,263 1.00/1.00 vMB 10
705,018 705,018 0000000000000000000c51954c0dece20466b41ae5f9719b3bc6f137eb4e8813 3,229 1.00/1.00 vMB 23
705,017 705,017 000000000000000000078cb3a1b7602edbeeaa934a98e5860e9a48d8abdb7268 2,549 1.00/1.00 vMB 14
705,016 705,016 0000000000000000000a5fc5502be2eecaf4b4055086cd91429d45a81e4795e4 2,638 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.40 GB
    • Received: 16.23 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.