Loading Tool

Explorer IconExplorer

Memory Pool

36,883 transactions
25.86 vMB
0.07652743 BTC
Random Selection Loading Transactions
Max Size: 133.39/200 MB

Candidate Block

Mining Attempt 9c4eaf8124005fcdeb41b55f43f21e161bdf98c5a9a90db16bc14ca9d49e3b1a
Version 20000000
Previous Block 000000000000000000007c5c9f7d16c5c2ffcbaf258956304c87cac4546c520e
Merkle Root 831f8998c2175d482cf45e8e779681ddf3aa510cfe32fc1c986faad8b5aab751
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,289
Size: 1.00 vMB
Total Fees: 0.02957698 BTC
Feerates: 101.64 > 2.96 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,902 (234,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,370 680,370 0000000000000000000139ce85ba4c2ad9532a310d8bed546e6fd442842bb41f 2,614 1.00/1.00 vMB 120
680,369 680,369 0000000000000000000815ca3dcdc5c53a86cbf7c4869dcced34c336b9b12a2b 2,453 1.00/1.00 vMB 76
680,368 680,368 0000000000000000000498eaa34e37ae4ee692d98cd1eb4f753959240abd9cd8 1,713 1.00/1.00 vMB 152
680,367 680,367 000000000000000000050b8518802a68ddbdf01ef21b264e71c830b34003bf50 2,665 1.00/1.00 vMB 106
680,366 680,366 000000000000000000041ab0fa8e73e4563bbadde67ada8fd3428c57b5b0bbea 2,026 1.00/1.00 vMB 73
680,365 680,365 00000000000000000002817500bf25102e4d3704ca398d4e20ff60fe26b12c7a 1,870 1.00/1.00 vMB 196
680,364 680,364 00000000000000000008b8fc0f1bddb89d23fdf5c2ccd970d44f292bafb02c1a 2,281 1.00/1.00 vMB 149
680,363 680,363 0000000000000000000b5c3174c8f4f543347a2ca02f93875b5f4f60d7f56f43 2,275 1.00/1.00 vMB 140
680,362 680,362 00000000000000000009b9be2e3891249d8000c0df47176eca55f656d060da71 1,671 1.00/1.00 vMB 120
680,361 680,361 0000000000000000000b5ad05adb770d0392fa8e2f5245645b47983bafcdcd8b 2,438 1.00/1.00 vMB 179
680,360 680,360 000000000000000000097a8024e09571f045dace244af2d993eb972f1d8f0e59 2,362 1.00/1.00 vMB 96
680,359 680,359 000000000000000000067e20280d3a1aa22fae39e97296bf80154e549ff457b7 1,920 1.00/1.00 vMB 75
680,358 680,358 00000000000000000004127e41a6dc6003ca7e706c9fb963b10bc7bfed9e39ee 1,946 1.00/1.00 vMB 208
680,357 680,357 0000000000000000000125dcd3e299b0f7ee35e822b6aab241c13211028c6b92 803 1.00/1.00 vMB 220
680,356 680,356 0000000000000000000b0319d2ce0634c860765fd8fb81bee51d31a441c31cfd 2,425 1.00/1.00 vMB 107
680,355 680,355 00000000000000000008d4fc1282bfe3dca8338c06af58fdb123cef9b3da9bd4 1,371 1.00/1.00 vMB 135
680,354 680,354 0000000000000000000315ebc6efcbe13c63889db9412aaf22d1e66e47111cf5 2,311 1.00/1.00 vMB 82
680,353 680,353 000000000000000000008a78230f8e8d57d4937551ff30cbeaf5fa144c0f8d44 2,259 1.00/1.00 vMB 125
680,352 680,352 00000000000000000008880b25922ca464405f49d7b4e7f7e2efab7dd8e4a69c 2,053 1.00/1.00 vMB 112
680,351 680,351 000000000000000000075794cbffc57b70b0fa76010c0434d57b6baaeaaf07ad 2,150 1.00/1.00 vMB 119
680,350 680,350 00000000000000000009062c04bf54194c92afbeebaf05714474d42ce7e3d9cf 1,841 1.00/1.00 vMB 203
Previous 10 blocks ↓
Total Size: 782.22 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: 654.52 GB
    • Received: 14.14 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.