Loading Tool

Explorer IconExplorer

Memory Pool

77,707 transactions
28.59 vMB
0.09898366 BTC
Random Selection Loading Transactions
Max Size: 173.77/200 MB

Candidate Block

Mining Attempt 3affb10a9bb6f8630aa1b26733e6935fd03fc655f935b68472808b3b89ab2bf2
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root fdddd8abed8a1bdf560c387f01494ff561909b58c349902763f5e0bbe2bdd29d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,894
Size: 1.00 vMB
Total Fees: 0.03357278 BTC
Feerates: 201.07 > 3.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (434,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,292 481,292 000000000000000000efc2b4951d2923f2f74e95d9d05ea963a3237727046194 2,229 1.00/1.00 vMB 297
481,291 481,291 0000000000000000004a923facfded2140333d9f901b07b113fd1e496ef3c137 922 1.00/1.00 vMB 122
481,290 481,290 000000000000000000433fbc21e3000d29358a360721fe0e434caa84d88458ab 1,994 1.00/1.00 vMB 194
481,289 481,289 00000000000000000108f2236442a481ea8a5571b53e9919895cb85b4e44b81e 470 1.00/1.00 vMB 23
481,288 481,288 000000000000000000b467deaa0009de02a77ab8953791011441dc06d98bfd4b 237 1.00/1.00 vMB 29
481,287 481,287 00000000000000000087d47b7d6d08048f1ff572337e66102fe8b9b776fb7dd1 1,836 1.00/1.00 vMB 154
481,286 481,286 000000000000000000851c1d1360ece5936d2fa9c7007a2b429ba987ce702288 1,342 1.00/1.00 vMB 106
481,285 481,285 0000000000000000011816c0c697e003f2f3c698d31ac85e8b2c5e3847a6df14 1,220 1.00/1.00 vMB 50
481,284 481,284 000000000000000000f77679082ab4adf165dbb80d7d6d1060fd177466071a0c 2,162 1.00/1.00 vMB 102
481,283 481,283 0000000000000000007e87bb312f7e24a6dd670a9b66ae9b02549cbb0c104743 2,046 1.00/1.00 vMB 26
481,282 481,282 000000000000000000e6d3fa32d43e3a1e6da6fe26ffb5391e42ea929547272f 2,406 1.00/1.00 vMB 191
481,281 481,281 0000000000000000003cc8c9564e2c2e08ddf6426510fed06f4a416efa830398 2,277 0.99/1.00 vMB 164
481,280 481,280 000000000000000000043b4a0cc8e6989f3a7adf30879fb8b12f16888635d18d 1,743 0.75/1.00 vMB 114
481,279 481,279 00000000000000000031a4269dff992213c1c23870791b5ac3e81be2ba8ef97f 2,011 0.99/1.00 vMB 182
481,278 481,278 000000000000000000c65e623b23494135bf86ce0b2ac5108ee1145257be72df 1,935 1.00/1.00 vMB 173
481,277 481,277 0000000000000000010754eaf3be3d0965289953303a0fb898e9e4a4d7ecba39 2,353 1.00/1.00 vMB 308
481,276 481,276 0000000000000000002ace4272af440c1dfbd14e436715772a3aefb0f1be53d2 2,253 1.00/1.00 vMB 192
481,275 481,275 0000000000000000007e83c0383ff1391b31b1eef9c8c571a1f584e13c4f60e6 1,863 1.00/1.00 vMB 236
481,274 481,274 00000000000000000031ad7a43b2e9c5ff4c463a7fbaf89f48789e367cdea76f 1,911 0.99/1.00 vMB 326
481,273 481,273 0000000000000000008704a09f976646d26b96c80452b5ba5064d27a0b136547 2,357 1.00/1.00 vMB 285
481,272 481,272 00000000000000000032cf882bd2b32febf5c390e32c955a202be35233d3a7b7 2,263 1.00/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 782.90 GB

Node Details:

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