Loading Tool

Explorer IconExplorer

Memory Pool

18,723 transactions
8.82 vMB
0.02818253 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.35/200 MB

Candidate Block

Mining Attempt 9134beb1d551e4b5765174ec498c4876adf7cbebeb8d4f5109240de6ef7f517f
Version 20000000
Previous Block 00000000000000000001786d08044e0bc11e8685df5e6ef9caff0b5450345fd7
Merkle Root bec1bfa95ca27d836c3b0b0d417c7f057f7d004d8908f543ecfd3d0db0921e15
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,116
Size: 1.00 vMB
Total Fees: 0.00890156 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,403 (637,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
275,489 275,489 000000000000000175e3aeb9ba1540e8ee8bec3343286e8693ee7096fc86aa6a 147 0.07 vMB 44
275,488 275,488 0000000000000004151312402733f3eee3cb6a2dd32aa49f8145fe4f12be30d3 13 0.01 vMB 71
275,487 275,487 0000000000000003c2a2788e78db62900991aa9357a248d7b88d276ecbaa7cfd 225 0.10 vMB 62
275,486 275,486 00000000000000020fb7e5cfa2dfae21f964f8ff9e9fde0aefb46e62bf8fedd7 335 0.25 vMB 37
275,485 275,485 000000000000000083d21c410f4e79d27c7568d374f55d433e4d3fb4bb0b0030 658 0.25 vMB 66
275,484 275,484 00000000000000015abca9d8191acd1efc320b6211375c32ae3aa979a85fa9ae 82 0.03 vMB 43
275,483 275,483 0000000000000001697b9d9495f6117cf631f1f2a06b6dae6ce48273656bac25 98 0.05 vMB 38
275,482 275,482 0000000000000003980d8c464d4ed2825055f7e72fb215886ea328a6d90ec281 213 0.10 vMB 44
275,481 275,481 00000000000000046f6892cffbaf66101d13d67efb16ee0959ce93043e3b7838 186 0.09 vMB 44
275,480 275,480 0000000000000003767a633be6f2244ba504c1d9fcbdd35b7eb91bc2b116a42f 159 0.06 vMB 76
275,479 275,479 000000000000000143f15cd172976b8069ad4ae684ea411342453d66d2eaf0c3 520 0.35 vMB 30
275,478 275,478 0000000000000002ff5d9b81ad568da4bc763ae48e11c4d4797f3dc46a3cd5fd 517 0.25 vMB 56
275,477 275,477 000000000000000153ca2bc3fe7cb1e271dac510836f56778f775a6792f0e5b2 292 0.15 vMB 41
275,476 275,476 000000000000000321913d736f592e39c5c376b0b4be6046044458ad2db8b49c 108 0.05 vMB 43
275,475 275,475 0000000000000002130689fe6c3ecd0e97f88550697a1777296292d8904ab5b0 126 0.05 vMB 52
275,474 275,474 0000000000000000452b0d200e545dd07f4cfd68ef85f017e6f26aa0d7e76943 390 0.19 vMB 37
275,473 275,473 0000000000000004467882c120cc836eb32d79acdba0ac52b112e259e092db49 293 0.15 vMB 44
275,472 275,472 000000000000000131c1f273fda847cab4fb59eed414f7e7376f0ec65091c44c 167 0.08 vMB 23
275,471 275,471 00000000000000014a76a323d31e8a8db2ab4462afb0a2bf630095b4bea0dfd2 479 0.29 vMB 36
275,470 275,470 000000000000000038ecd92ffdc3eb5f83e83700a580a1beea3cbea0aabd7d34 714 0.25 vMB 100
275,469 275,469 00000000000000012b25c8c2e700f2279d4f33de0c116aba75a9e196d1f2d9c6 33 0.01 vMB 59
Previous 10 blocks ↓
Total Size: 779.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 272.66 GB
    • Received: 1.06 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.