Loading Tool

Explorer IconExplorer

Memory Pool

48,058 transactions
28.35 vMB
0.08251395 BTC
Random Selection Loading Transactions
Max Size: 149.63/200 MB

Candidate Block

Mining Attempt 2949a556796e5d09edc7a1c6ab6b2d60d2f0371bf020ed35a95f6f99ae1e2021
Version 20000000
Previous Block 000000000000000000014dfbe7f39f88da835586e6043c860399950dddc4e4d7
Merkle Root fe2c79a9adbc162a31aa834c3d958d634f980dccd9269836326f4ccf48b3215f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,219
Size: 1.00 vMB
Total Fees: 0.02647072 BTC
Feerates: 100.66 > 2.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,942 (368,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
546,391 546,391 00000000000000000021089ed2abcfc25f453a21fd771ad9c3df261759b81896 1,508 0.84/1.00 vMB 17
546,390 546,390 000000000000000000231335692e4f494dff2a63fd90985133440f0376d008d9 220 0.14/1.00 vMB 22
546,389 546,389 00000000000000000000c91514d27cf75b9d3e4cae2df4960c9407225c9e3de0 1,059 0.58/1.00 vMB 11
546,388 546,388 0000000000000000000f0a58074caa4675e10383568500dc2ebd3c846284cd4c 843 0.98/1.00 vMB 4
546,387 546,387 0000000000000000000f4071f121f27fbb778b7687c705f9704e602dc7b32006 2,384 1.00/1.00 vMB 15
546,386 546,386 0000000000000000000c4a7047de777a61cf3f84a6b7183463737abfdc2573cc 1,354 0.77/1.00 vMB 13
546,385 546,385 0000000000000000000deb078adcb8716df9ddcc0866e8ea9d536309f2c1f7b6 303 0.20/1.00 vMB 8
546,384 546,384 000000000000000000043e875f1b15aa0ffc1dd47e2ab393f6d258a7a9f10938 487 0.24/1.00 vMB 12
546,383 546,383 0000000000000000000a1abce7193aef2e84324940a1ba141e779f7802339eeb 416 0.74/1.00 vMB 2
546,382 546,382 0000000000000000001f7e6f1747f3216e9fc883b717b6a6088619e2febac489 1,915 1.00/1.00 vMB 11
546,381 546,381 0000000000000000001f7989d732a40ab0d4535aa251b1a05ab7ae587863c52f 2,227 1.00/1.00 vMB 5
546,380 546,380 000000000000000000253d00e2511b7b228ea9651505885e657064eb2b17aa72 2,749 1.00/1.00 vMB 10
546,379 546,379 00000000000000000024a7dce2626b4e1c2b28b27ae676f6fa7b216cecab135a 2,882 1.00/1.00 vMB 36
546,378 546,378 0000000000000000001a90357432cf16a73cea4e6ced320860ad6a0f0b7f4e51 432 0.77/1.00 vMB 7
546,377 546,377 000000000000000000062f703c86d4e79625f42024e71b9e216ceeb4bdf32237 837 1.00/1.00 vMB 5
546,376 546,376 0000000000000000000b5adf9f4b0db22f009b484134a761a257d84bf912134c 2,601 1.00/1.00 vMB 5
546,375 546,375 0000000000000000000f1d485b4a6c3a455003437028a330c3dff6c42f5e558b 2,438 1.00/1.00 vMB 5
546,374 546,374 00000000000000000007ef848b3d1cfe13387d3fa2998c9cc6313a7ed4048c44 2,574 1.00/1.00 vMB 14
546,373 546,373 0000000000000000000bd73f17b57e82fb3c3a7dd8c1adbfa3f302a16b9deb5a 3,104 1.00/1.00 vMB 37
546,372 546,372 0000000000000000001a78e1c2cf14d3aa0d3473b320ccebf2a99f4e3b1f8d68 2,892 1.00/1.00 vMB 23
546,371 546,371 00000000000000000026f32a61f971c978bfc3149b29a12c4628a1a0f5958971 166 0.23/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.29 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: 657.05 GB
    • Received: 14.46 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.