Loading Tool

Explorer IconExplorer

Memory Pool

82,889 transactions
31.50 vMB
0.11420145 BTC
Random Selection Loading Transactions
Max Size: 190.70/200 MB

Candidate Block

Mining Attempt c8f8c6c7232392949f9472e1d821e180ed3a73e7e43c4e53194c5debd3536002
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root ad64306956ecf823af9a48f4eb5942e8b1e897d15a6c4db7588f22c8fecbd252
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,600
Size: 1.00 vMB
Total Fees: 0.03529854 BTC
Feerates: 318.30 > 3.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (25,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
890,200 890,200 00000000000000000000531e3113b20eb9a758e66c1a0dfafe1eeb699db2f8a2 2,579 1.00/1.00 vMB 3
890,199 890,199 00000000000000000000d1a868a3b9e0cfbfe88cb368cec2beca5e5ac0f7a66f 1,679 1.00/1.00 vMB 2
890,198 890,198 00000000000000000000b22977da1a13bbbe4a4a88a9e4b500f63f6d91815fd7 1,639 1.00/1.00 vMB 3
890,197 890,197 000000000000000000017a8db52d40a5d29e36c9f06ea73193b177078d5f2a93 2,694 1.00/1.00 vMB 5
890,196 890,196 000000000000000000025382b668e4d518795d07631f33027ccb84fcdd3d00c3 2,506 1.00/1.00 vMB 5
890,195 890,195 00000000000000000000677c24200d169fea0e284ab96bcdec79394d0f7e257d 1,706 1.00/1.00 vMB 4
890,194 890,194 00000000000000000001abd9464997eddd5ad95c0c30cd8967fe02c715064286 1,374 0.61/1.00 vMB 3
890,193 890,193 00000000000000000001a33e03b6109340b4f17bbd0700933f00b4c6ceba9527 882 0.32/1.00 vMB 3
890,192 890,192 000000000000000000018963983716c6d700be5c12273dd68427bdfbe5106ff7 1,092 0.39/1.00 vMB 3
890,191 890,191 00000000000000000000e8c5d0de7af8a489177bf7a62d130a3a3305c383366f 1,165 0.42/1.00 vMB 2
890,190 890,190 00000000000000000000bafa0313bef5268fb5bf03981acdbe6624ad972b97d0 1,965 1.00/1.00 vMB 1
890,189 890,189 00000000000000000000c152385e7decdb4798a80d34c9f5c519f57880f33e0e 2,797 1.00/1.00 vMB 4
890,188 890,188 0000000000000000000104559f54ebe87b2b05e790e4e0a2d48fa3b3f7bf7a33 2,106 0.82/1.00 vMB 2
890,187 890,187 0000000000000000000125ce419a3417d4e5f3fac319c562d5cf93757b8fa6e2 130 0.04/1.00 vMB 3
890,186 890,186 000000000000000000026152d0993430612441949a3bea33a29d9f69831e2bc9 1,341 0.86/1.00 vMB 1
890,185 890,185 00000000000000000001bb42e6683559406c6cf145b817b53f7b7fd2a9fdf522 2,842 1.00/1.00 vMB 3
890,184 890,184 000000000000000000020aacd696a9d915a47fca276f3e26de472a91564fd95f 1,398 0.48/1.00 vMB 2
890,183 890,183 00000000000000000001449d3b6459d887d757f5d577663b46acf3cbb86ed413 1,112 0.55/1.00 vMB 2
890,182 890,182 00000000000000000000fc83b504e49350bf6566bedc9a5e728da747c0de8770 1,133 0.79/1.00 vMB 1
890,181 890,181 000000000000000000017628123f8fc3885f6e7515127db98a1f9c19b115df5c 2,470 1.00/1.00 vMB 1
890,180 890,180 00000000000000000000beb1dbb96d808fc30d21af8c947c1c92df3f2bc83609 2,621 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.00 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: 718.47 GB
    • Received: 17.90 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.