Loading Tool

Explorer IconExplorer

Memory Pool

83,346 transactions
30.67 vMB
0.16722533 BTC
Random Selection Loading Transactions
Max Size: 186.11/200 MB

Candidate Block

Mining Attempt 3258acd75fb6af1eca715cd2fb85c2d2ba9f4c6c6dc8aeceac89e189939ffe8d
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 17ffb162457b6e39c6b3b2f0e19573de15b93074f8c7ed6444faf9069f8cdefc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,053
Size: 1.00 vMB
Total Fees: 0.08623629 BTC
Feerates: 150.79 > 8.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (400,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
514,231 514,231 0000000000000000004008c45068a2617df81b0a49c0dbd045fb6347562059ce 1,501 0.74/1.00 vMB 33
514,230 514,230 0000000000000000002e9be3bf3302824ba7986e9ad6e0edba4169ec01ac9787 361 0.23/1.00 vMB 14
514,229 514,229 00000000000000000040c9d8066ed9510db764ae312303e78a587332f2817efb 2,433 1.00/1.00 vMB 11
514,228 514,228 00000000000000000015a5a830dbb6945d072a1abd06bc74d4b79c6c0b3ccdcd 1,710 1.00/1.00 vMB 57
514,227 514,227 0000000000000000000b52b2896a2720682e0d6d057e9b59e1fd0473018a0d3a 2,542 1.00/1.00 vMB 33
514,226 514,226 0000000000000000003fdabd7120e6087a60dddc8e27f5d8a8db8a474f9268fa 690 0.33/1.00 vMB 39
514,225 514,225 00000000000000000005bdc82e3b85c4caedd1be53e894f3ce823891a6bd13bc 263 0.14/1.00 vMB 22
514,224 514,224 00000000000000000018cd233f9e685eb62f94539e2228e02dccf37e8b9caf54 395 0.19/1.00 vMB 28
514,223 514,223 00000000000000000007781adf760db156a6380f4a297f66af2237432d0e1ad5 1,172 0.52/1.00 vMB 31
514,222 514,222 00000000000000000008dd6325c33e7fd87ad5e80c4634eb440420a56b520664 295 0.13/1.00 vMB 27
514,221 514,221 00000000000000000013909e7b1fc2186da8c5046b71e6bb6e6ac09620526d33 1,164 0.78/1.00 vMB 19
514,220 514,220 0000000000000000003bb8467bb47ffc6cb465836710bdd83c1586d17becb10c 1,318 0.58/1.00 vMB 35
514,219 514,219 00000000000000000031eb554db1c26fe082ed6a83ff4d490dd86b3edfcea7ff 24 0.01/1.00 vMB 13
514,218 514,218 00000000000000000018d38a9bf0ffb75f472d29cb8d1ce19393f470e1710a5b 71 0.03/1.00 vMB 16
514,217 514,217 0000000000000000003b7e8867c82d3c9d32ab55a7e16a3e729e997cc02a3742 1,520 0.72/1.00 vMB 32
514,216 514,216 000000000000000000246140cd8528e9742a8d6ba183619c2307463da2c803e5 815 0.41/1.00 vMB 34
514,215 514,215 0000000000000000004f3824cd03f1b5e5dbf78e1de0a452a2aaccd1e8a81b69 503 0.19/1.00 vMB 24
514,214 514,214 0000000000000000003d49c2a121e2a8c95b045470e12bd3968b15cd20747e2d 606 0.23/1.00 vMB 25
514,213 514,213 00000000000000000032e0a4296fb8d2526e1827acba0dda3fc07c97fddae2fb 994 0.44/1.00 vMB 29
514,212 514,212 0000000000000000002c0cd71a42c9beeea8024db75059468e0b3d67cabe0987 1,838 0.81/1.00 vMB 39
514,211 514,211 00000000000000000040803054ef4bda1bd3778b3794607ca7ec3bfeba214615 306 0.14/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.61 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: 671.92 GB
    • Received: 16.06 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.