Loading Tool

Explorer IconExplorer

Memory Pool

77,480 transactions
29.34 vMB
0.07583033 BTC
Random Selection Loading Transactions
Max Size: 176.20/200 MB

Candidate Block

Mining Attempt 5e53c7ebe835be4c267c67cf5b2358f7e6c5ecafa774d3730d63c3bc68ca01ee
Version 20000000
Previous Block 000000000000000000004a687a9edc2ed0bbfad17617f87927e5a0114c540355
Merkle Root 956bd3026311bc7f36df97300b27fb3e81bf3d0fddcac2c232805816884a05ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,778
Size: 1.00 vMB
Total Fees: 0.01343234 BTC
Feerates: 59.34 > 1.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,153 (271,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
643,195 643,195 00000000000000000002b51cc5280b2a7f153c55ddb8f9cf75ea7533f63d0c06 1,833 1.00/1.00 vMB 105
643,194 643,194 0000000000000000000dff141e36edb8f79bba9422b20ca8cdad7098cf9ac724 2,268 1.00/1.00 vMB 118
643,193 643,193 00000000000000000008cbfd2950ae1cfb1cad19b7aa177e05820bcd29874409 2,285 1.00/1.00 vMB 40
643,192 643,192 0000000000000000000d8dae030b42ccfccfa08e2ef9c4d56c15d0f5e006d0b3 2,499 1.00/1.00 vMB 133
643,191 643,191 0000000000000000000692206817fd93fc5326f22912c1300ba4f67ba3dc87c8 910 1.00/1.00 vMB 29
643,190 643,190 0000000000000000000133732789e24bc2bd45f48579162be381b2736465700e 672 1.00/1.00 vMB 14
643,189 643,189 00000000000000000004b22e7e712cc27bdb5894fd0850a5fb365d3cc5f5c082 1,560 1.00/1.00 vMB 42
643,188 643,188 0000000000000000000be1e6f89f8bb9cad2506a977b4b1f1912ad065b79a783 2,251 1.00/1.00 vMB 40
643,187 643,187 00000000000000000004cb21a88d6a647737f54055a758f60a9983574324f36b 1,922 1.00/1.00 vMB 128
643,186 643,186 0000000000000000000644c7c56c17805d27a4e347bf0a5ee229c2b7bafe77c9 1,696 1.00/1.00 vMB 24
643,185 643,185 00000000000000000002c9a867915572e56b675258d30da05a987f7d317291e4 2,578 1.00/1.00 vMB 19
643,184 643,184 0000000000000000000ec46d9baa6d153abd788107a14ba00a6b4f2e2edca91f 2,261 1.00/1.00 vMB 78
643,183 643,183 0000000000000000000e31c14bbeeda7240f95bcf7fd19e919a79102a00e456e 2,367 1.00/1.00 vMB 27
643,182 643,182 00000000000000000009ac4f14804b5ea7d8e7557b8274d605abb9c2baf72da0 2,586 1.00/1.00 vMB 61
643,181 643,181 00000000000000000007aff771b716e2f39a134c4357c7d1fefb00ac76881a9a 2,681 1.00/1.00 vMB 86
643,180 643,180 0000000000000000000c163fb19aab8334384fd385aa5948ec8920c08b2e2028 2,308 1.00/1.00 vMB 99
643,179 643,179 000000000000000000010b1ed7d16ba52ae9f734b73c6bf8eb0a44c99dcc0c4c 2,126 1.00/1.00 vMB 85
643,178 643,178 000000000000000000082578deb9b0cb6cc53064a13f4a2c1d326946cd5b2a2f 2,105 1.00/1.00 vMB 97
643,177 643,177 0000000000000000000ed66a052d52f8f7e7da8ab98ee451efe88a2a350b6d40 1,785 1.00/1.00 vMB 67
643,176 643,176 00000000000000000006f92fb607d553190a10ef54b25058c85eae2dc252e173 2,403 1.00/1.00 vMB 87
643,175 643,175 0000000000000000000ee4da5d4321f3dbc88ee7dbbfff21d90a8f64ce0a1844 2,029 1.00/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 782.66 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.98 GB
    • Received: 16.35 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.