Loading Tool

Explorer IconExplorer

Memory Pool

80,217 transactions
30.07 vMB
0.08808479 BTC
Random Selection Loading Transactions
Max Size: 180.35/200 MB

Candidate Block

Mining Attempt 21efc0ed44eb0a4709637603c62a40f84d0b687eb7fa807e139a5456029d00fc
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 8580f8f5e422a8e4765a55f7672ab7f5bbe65034fef9560debfcf95585219156
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,555
Size: 1.00 vMB
Total Fees: 0.02661229 BTC
Feerates: 301.07 > 2.67 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (317,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,330 597,330 00000000000000000001e7c86ff0f9cbfa9c6991867265709ecba27922e23f92 2,790 1.00/1.00 vMB 46
597,329 597,329 000000000000000000059cd373898f36d3e029fe059d76da79774a48d864cfc3 3,221 1.00/1.00 vMB 42
597,328 597,328 00000000000000000004f684c0066be9291732268161910ebbc93b6d824e17ab 2,730 1.00/1.00 vMB 63
597,327 597,327 0000000000000000000063aa44c2459a9a7d2a7a6038fc49ad5fd57fcd950537 2,284 1.00/1.00 vMB 13
597,326 597,326 0000000000000000000076a4d311e263e70e7a5a657b8b3ee0fd8bb25277d2eb 2,697 1.00/1.00 vMB 26
597,325 597,325 0000000000000000001268b8c86ea7d56de248eb3ed8e0b73a10705fadd33f11 2,894 1.00/1.00 vMB 59
597,324 597,324 0000000000000000000c2f023cd12744b00cc63c048a68dcc3da979babf6e163 2,047 1.00/1.00 vMB 58
597,323 597,323 00000000000000000015c3501bc734321f80f3a2aafe01b33d82e9a7325a924f 1,840 1.00/1.00 vMB 60
597,322 597,322 00000000000000000002ead46f40a694ef0bbda8c0c7ea0c147a4ef2939e10ab 2,237 1.00/1.00 vMB 22
597,321 597,321 0000000000000000000233c444a9e1d7b73c3a0262cd6afc70085b9d09f9d14e 3,200 1.00/1.00 vMB 36
597,320 597,320 00000000000000000002b2f4a53d5376bcdf8350a08484f9d5d1c93e7f9f0aff 2,519 1.00/1.00 vMB 58
597,319 597,319 0000000000000000000ca77f1894b19d6fd236fb3ed3cb43d0bb2574cde59ae8 2,521 1.00/1.00 vMB 32
597,318 597,318 0000000000000000000c1f84a78143078f4420da7a6b7fe0e4ed77c9bd68419c 3,168 1.00/1.00 vMB 58
597,317 597,317 0000000000000000000535990d39e96feb09c619e310ed7d4cfc1567f1f10a28 2,663 1.00/1.00 vMB 18
597,316 597,316 0000000000000000000d7c424185db497330142b9b2807d23829584ff4adc195 3,476 1.00/1.00 vMB 54
597,315 597,315 000000000000000000157493e44e3fa72fea0fbbeee98178564f10884303cea9 1,983 1.00/1.00 vMB 18
597,314 597,314 00000000000000000013f5789c550c194051ad48e5886b6276c2a64635c4f02d 1,279 1.00/1.00 vMB 7
597,313 597,313 0000000000000000000f73f746d74e2860b3b1fa05cbb2104d3976c49fba0338 2,016 1.00/1.00 vMB 19
597,312 597,312 0000000000000000000e901f3ec7e2157dbe452414f7bfb66d0c1bd720cef875 2,122 1.00/1.00 vMB 29
597,311 597,311 000000000000000000108867e3655a70358431a72189552521d0cb2349c8a43e 2,428 1.00/1.00 vMB 30
597,310 597,310 0000000000000000000d4958b0b3ae1b2bd26238920708a310fef30350b8c0f5 2,385 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.