Loading Tool

Explorer IconExplorer

Memory Pool

15,319 transactions
6.92 vMB
0.03656643 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.06/200 MB

Candidate Block

Mining Attempt bcde91f418aeebabfc12cb28cd41d0e7c6b24251581f6648f7f450abf760eb54
Version 20000000
Previous Block 0000000000000000000066ac21ba42b91fa162e496fd444b39d53b2f27321a01
Merkle Root f3b36020252ce757e13ae415bb0d58d11e8581f96243d6a146391807a96ec890
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,269
Size: 1.00 vMB
Total Fees: 0.01894695 BTC
Median Feerate: 1.90 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,459 (652,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
261,042 261,042 0000000000000011fd957fcec723d50baccc1ef7b2debcd51bb55e1c91f4a3d1 148 0.05 vMB 96
261,041 261,041 000000000000000b4152b28b1279e98dbfde346db324cf82d797b7caa7d4fea4 347 0.15 vMB 78
261,040 261,040 0000000000000015ce7cb9ee62207dfc8051512a1082161cda3ad4ae632127e1 256 0.09 vMB 203
261,039 261,039 000000000000000047923aae53dfdb99ff78e3c4f37571e3548081d4c0ed1cba 502 0.26 vMB 87
261,038 261,038 0000000000000013733adc62c5b02ce65920a3f0baf3d14b3864f7025d4584e6 18 0.01 vMB 118
261,037 261,037 00000000000000166d83b932a0833e4e90f1d4b96e0ca93db7059e4b63ec8778 275 0.12 vMB 71
261,036 261,036 0000000000000009aad3df51e2605cf9131061b5c57a079541f632dbcd753ca8 488 0.21 vMB 98
261,035 261,035 0000000000000008f46543c6b214947b7b7adde9582e50ce8300e130a5ea87de 212 0.08 vMB 107
261,034 261,034 000000000000001ac1514f9ea75e262f8c732e713d5556fb2bf4cfe49faff271 79 0.03 vMB 79
261,033 261,033 00000000000000033257dd4e3816adbe5714fdccb271cd06404450a5ea47adfc 175 0.07 vMB 110
261,032 261,032 00000000000000134241c5866f0fbc544931100b626889e99ac4e98c43f10da3 168 0.08 vMB 89
261,031 261,031 000000000000000fbe3cc816de46fd8723bf5426c262a914cbaf410c9c744e06 173 0.07 vMB 104
261,030 261,030 000000000000000efe025da637331e7c9c8756fb3547ea9340dee5e8f5413cfa 149 0.07 vMB 95
261,029 261,029 000000000000000fb9fecfb42278fa1aae08843081e0323c939b19a09269a4d4 245 0.15 vMB 72
261,028 261,028 000000000000000e97970b8555e81ccabcd162db1eb1c9ea18f08885c2227901 89 0.05 vMB 54
261,027 261,027 00000000000000098d06919a181704c41f7a2cc9ccbd8f929c7b9b83b5d34c24 289 0.12 vMB 95
261,026 261,026 000000000000001404a243e9cbf997466427587a96a22f10ae2d230d10efafd5 267 0.11 vMB 122
261,025 261,025 000000000000000bc711861f491033d1c0a06690068270dbfea416f2a27d23d5 108 0.05 vMB 98
261,024 261,024 0000000000000012220e1f2b3f8a1568f536d351b5cfd48850c1624ed9d70240 153 0.10 vMB 31
261,023 261,023 0000000000000002e908a1d648f3c877ad6d9b8262410c80608cfc0ebfac4469 574 0.25 vMB 112
261,022 261,022 000000000000000f242946f7bff9be7d0657f2595a77610c7715833b3613dd6e 131 0.09 vMB 81
Previous 10 blocks ↓
Total Size: 779.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 318.77 GB
    • Received: 1.53 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.