Loading Tool

Explorer IconExplorer

Memory Pool

81,613 transactions
30.91 vMB
0.07267747 BTC
Random Selection Loading Transactions
Max Size: 188.32/200 MB

Candidate Block

Mining Attempt d55f58c7138f7679ec37d2410210298c877d547e7fd1762d485236a48d68c6b8
Version 20000000
Previous Block 00000000000000000000f9ed58f50ea3395fea3cc5910c6adbea9d34000d3f9f
Merkle Root d39984a508bd69eb09a2a7527298d7fc7a0927d795c966c23ce2afd6c07296b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,358
Size: 1.00 vMB
Total Fees: 0.00624303 BTC
Feerates: 60.16 > 0.63 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,186 (268,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,326 646,326 00000000000000000009bb0b4ba92555c53cb70ef9f80903044e2345cf70ac19 2,791 1.00/1.00 vMB 121
646,325 646,325 00000000000000000004f54f01d97ebc060f6e2157a529b98d39275c1af790b2 2,271 1.00/1.00 vMB 68
646,324 646,324 00000000000000000001e55b71e892b3a9f4198536cbcf386b7ce3153718be1c 2,875 1.00/1.00 vMB 82
646,323 646,323 0000000000000000000bded0333a691087edab2c8abcaf440f45b48fafec946e 2,979 1.00/1.00 vMB 95
646,322 646,322 000000000000000000022f015b67416b733bbeb50d24b48fb1f115cff9aa212c 2,342 1.00/1.00 vMB 99
646,321 646,321 000000000000000000044c7a94c6b213b4804a605acd082dd928db8df1620ecd 3,109 1.00/1.00 vMB 113
646,320 646,320 0000000000000000000275d9ad9351ec76bdc8712b08e5b8ac1291d5bd30c5ec 2,914 1.00/1.00 vMB 124
646,319 646,319 0000000000000000000f5a7c675e70c71a3ee862a365ff862fdd98684db097d0 2,311 1.00/1.00 vMB 100
646,318 646,318 00000000000000000004bbeeaae73159749b71ef0eb7d8e5762a323de477160e 3,124 1.00/1.00 vMB 127
646,317 646,317 0000000000000000000d6a9f9833d90fd0e915adc3dcc71f0cac9e5ca21e1fcb 2,320 1.00/1.00 vMB 114
646,316 646,316 0000000000000000000f679777f716306e7c160e50497ab739e481bab383e50f 883 1.00/1.00 vMB 84
646,315 646,315 00000000000000000003870a554e492b6de0225d3fe8bc16cd900cbcab1567c6 1,923 1.00/1.00 vMB 89
646,314 646,314 0000000000000000000639f7cd12d7f63612a360da46250adb05439a42735bbb 2,440 1.00/1.00 vMB 102
646,313 646,313 0000000000000000000204ef3380a6f9f8e613d6009d4805c2b0e8e0b932c4e8 2,659 1.00/1.00 vMB 89
646,312 646,312 00000000000000000005383f3424edab949b1b022bea209ebf7c03a580efc155 2,458 1.00/1.00 vMB 89
646,311 646,311 0000000000000000000a3c6ecb835474d382d7d49efc4b7745108970ef4c270d 2,332 1.00/1.00 vMB 112
646,310 646,310 000000000000000000069a125398fc672f4f5a4bbd9289a8fbc38c040d8bf62d 3,021 1.00/1.00 vMB 84
646,309 646,309 000000000000000000059c9ed7f74a06f5a6f55331b987819c137e19a6fa71b9 1,975 1.00/1.00 vMB 98
646,308 646,308 0000000000000000000a00e8360a20d8dfe50745b0a0bd7cb38931c7c487753d 2,662 1.00/1.00 vMB 99
646,307 646,307 00000000000000000007ae062134f10ef634330fb7dda9d7040bf128bd724d07 2,939 1.00/1.00 vMB 125
646,306 646,306 00000000000000000004a5dce5d031cd42c05a422fa3b71a0b8329eee19fe164 2,580 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 782.72 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: 705.07 GB
    • Received: 16.65 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.