Loading Tool

Explorer IconExplorer

Memory Pool

77,342 transactions
28.69 vMB
0.06932219 BTC
Random Selection Loading Transactions
Max Size: 174.12/200 MB

Candidate Block

Mining Attempt 7af1115f8cc574aa5d7832a6db3d7be81155cf3a6442d52255178b4173336389
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root f5e67e61341371318b581ec5f9134cf9be4471d9541235d4675719307ef82728
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,584
Size: 1.00 vMB
Total Fees: 0.00973048 BTC
Feerates: 299.43 > 0.98 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (458,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,291 456,291 00000000000000000069745fe8dd2c68906a0fb7850adb66fd38b3225667fe71 2,751 1.00/1.00 vMB 280
456,290 456,290 00000000000000000174e30097fb1854deb3455a7602ed485757059f8ea3669f 2,057 1.00/1.00 vMB 161
456,289 456,289 00000000000000000090230d7ca8ab0c320ab609bb20e1157c2bac48eb4db66e 1,510 1.00/1.00 vMB 162
456,288 456,288 00000000000000000194f19f735f046d9b524038b1ba8e09bfdbff3a56ee9126 1,760 1.00/1.00 vMB 163
456,287 456,287 000000000000000001986b03d9aed4999b299d8818c1a6f015bba45ff4cde3ca 2,840 1.00/1.00 vMB 228
456,286 456,286 00000000000000000250bdf95079d772f0b92e6a5da367df862bd1efa2903ccc 2,605 1.00/1.00 vMB 209
456,285 456,285 0000000000000000003340c044499ea932a17d3c0b232c1448678c0c0c11ab1a 3,048 1.00/1.00 vMB 74
456,284 456,284 0000000000000000012399e704cc8853e12f457d6be403ba1f3abfb72f76f843 2,009 1.00/1.00 vMB 100
456,283 456,283 000000000000000001b0841e5ea61e6990c4b19cef9b1b27c1a5cfca920a1db5 1,536 1.00/1.00 vMB 141
456,282 456,282 000000000000000000e16b95c7fec823011138d3372112985e37d2b9dd72099d 1,978 1.00/1.00 vMB 193
456,281 456,281 00000000000000000163235d703bc15ea924ee01f7edb4cbb37a6f81ec94ac34 2,226 1.00/1.00 vMB 186
456,280 456,280 0000000000000000021d967937b837ea852ff953d8a7db90712c6bbfd8485fe3 2,196 1.00/1.00 vMB 177
456,279 456,279 000000000000000000670417b8d12a30a2e3e014bbf5c58a6f5d7e4867549b00 1,397 1.00/1.00 vMB 118
456,278 456,278 000000000000000001f2b0e47ba8c1b5285b446f57918504aa4568d0fd758482 2,056 1.00/1.00 vMB 129
456,277 456,277 00000000000000000184f2c35b36599a9aec7451f85b29aa1a0e2cc6a8712677 1,734 1.00/1.00 vMB 164
456,276 456,276 000000000000000002592b9bcc7c344cbd5dec650e6007bb717bb1dff69c7020 2,671 1.00/1.00 vMB 214
456,275 456,275 000000000000000001d17328e7ea97bb54b54e458f2d04ad66845cba49648bd4 1,976 1.00/1.00 vMB 85
456,274 456,274 000000000000000001cbda6715ff34e0eb6c33a46111d9660acedcd18ae9764b 2,129 1.00/1.00 vMB 130
456,273 456,273 00000000000000000135c27715f523a816bf8b4df04f7d4924f46d46556720fd 2,171 1.00/1.00 vMB 150
456,272 456,272 000000000000000000afe6bcaeb664d140a1ee470168632721d4080e6c73a8e2 2,373 1.00/1.00 vMB 200
456,271 456,271 000000000000000001ce5b2e74989d75893c787638a72a711de5867ecbe59390 1,893 1.00/1.00 vMB 154
Previous 10 blocks ↓
Total Size: 782.55 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: 669.87 GB
    • Received: 15.78 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.