Loading Tool

Explorer IconExplorer

Memory Pool

82,252 transactions
30.33 vMB
0.08211947 BTC
Random Selection Loading Transactions
Max Size: 185.96/200 MB

Candidate Block

Mining Attempt e57f79b02be395bc71ca4fb41f45077c576736a1a05b75910dd71f9a6043c903
Version 20000000
Previous Block 000000000000000000013457b3bde0e62d4769405a2f173111440bef4841749f
Merkle Root 243fdf9b86a1b902c9e68446055561a61359d0cbb0355447b6364fa5e26df398
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,851
Size: 1.00 vMB
Total Fees: 0.01450755 BTC
Feerates: 60.16 > 1.45 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,325 (486,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
428,376 428,376 000000000000000002c9358ad2cfc0d8106467587d7f91779fa6341c1d170e85 2,381 0.99/1.00 vMB 53
428,375 428,375 000000000000000004cd198f44737c3fa4862fa0024383b9a0e2cf4f80a283a8 2,921 1.00/1.00 vMB 92
428,374 428,374 000000000000000003ef10c6567088147cbb024bafdd0cc75fb650ecd9ab0dd3 1,311 1.00/1.00 vMB 41
428,373 428,373 0000000000000000027351dd30a5d8c3a68d75c9dbcbd26387a45d2fcadd9364 1,929 1.00/1.00 vMB 51
428,372 428,372 000000000000000004e1b854f3f6357c25836032bcb4cf405985995fd6b74d1d 1,208 0.80/1.00 vMB 37
428,371 428,371 000000000000000000830258bf6656c022e4d09ff289c0d4490a4fe98d4a7cd2 2,247 1.00/1.00 vMB 65
428,370 428,370 00000000000000000191f984dc4889a180e42dd2fa9878f3f7991316439923a1 210 1.00/1.00 vMB 59
428,369 428,369 00000000000000000260362bc536912a9ef2f364de3c1ead2eb8dd68b582b3c4 1,016 1.00/1.00 vMB 112
428,368 428,368 0000000000000000021bab3277c3415de36fe7ae9dc48928ccf53a18bcf09081 1,729 1.00/1.00 vMB 44
428,367 428,367 000000000000000001bbc1f14252ea96948a9209f8621d34ffeb96ad55e22069 1,891 1.00/1.00 vMB 43
428,366 428,366 000000000000000003ad5354b8be063811c1c8a73cb3068a75fef48649c2eeb2 1,898 1.00/1.00 vMB 47
428,365 428,365 0000000000000000023bedfe7fc7663ea43b53e360a691acc4352dc7ab92a5c0 1,232 1.00/1.00 vMB 30
428,364 428,364 000000000000000004789df21c3ea5c691063de8d92575db8ace320267ed6656 2,245 1.00/1.00 vMB 58
428,363 428,363 000000000000000001cbca52e3630328e82e8b71df6fb30b9de678aa9502582f 1,919 1.00/1.00 vMB 50
428,362 428,362 000000000000000004e9ef97c9b54ff53dccadf6550a887c6c17523eab31c666 2,357 1.00/1.00 vMB 60
428,361 428,361 0000000000000000032e6d0afa93f9d4b4f4059de337bffa272ea1ebed18bd2a 2,684 1.00/1.00 vMB 92
428,360 428,360 0000000000000000018ce6f76d3b99ec1d8995345b6023efd464218197b173ad 2,890 1.00/1.00 vMB 75
428,359 428,359 000000000000000004445b64a45e4111254fa6c42f43557262580eaa6c6d3774 1,503 0.70/1.00 vMB 54
428,358 428,358 00000000000000000253e892eed5d6c4bd1c10e3f9b8f5ced43b84c3161e027a 2,039 1.00/1.00 vMB 51
428,357 428,357 000000000000000001de08257f439dc98cc3041f7a5059245631a7bdbc30fa78 1,519 1.00/1.00 vMB 43
428,356 428,356 0000000000000000001746385dd19e34ce815ccd7ebae42346b60da8b9b9bc1b 1,718 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.96 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: 715.26 GB
    • Received: 17.69 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.