Loading Tool

Explorer IconExplorer

Memory Pool

77,443 transactions
28.77 vMB
0.07070940 BTC
Random Selection Loading Transactions
Max Size: 174.52/200 MB

Candidate Block

Mining Attempt 1064f308a23ffa245d6ea0636932cb6db26cbd5c900a2673edc1008466fd6407
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root 0cfb58a06dbf32687e2d363590c9f268ccf8018ca45a6b8d08fc30ccda1b37dc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,148
Size: 1.00 vMB
Total Fees: 0.01095335 BTC
Feerates: 299.43 > 1.10 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (393,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
521,329 521,329 000000000000000000070dfe90b35474e79cb726822068d309282218f04aa1fb 2,110 1.00/1.00 vMB 45
521,328 521,328 0000000000000000002096597e4414f05ea6a8664f8c602c9d4a5219864cd0b3 450 0.84/1.00 vMB 9
521,327 521,327 0000000000000000003c4d9a4c2e0ecf3981c647b65fd85a6558e4e64263c580 1,542 1.00/1.00 vMB 10
521,326 521,326 0000000000000000002e0b2357aabb2b0db27ef79665c746ec7ab2941c16394e 2,087 1.00/1.00 vMB 23
521,325 521,325 0000000000000000003502b4a681841da0ba42230050afb21504889c95351e00 2,577 1.00/1.00 vMB 50
521,324 521,324 000000000000000000031de2a99b598e231b63c12f704e766d6bdf716241030f 1,462 1.00/1.00 vMB 45
521,323 521,323 000000000000000000052656f7be259bccbab3e7b20595e6c7cfe29d5fee62b2 1,880 0.99/1.00 vMB 29
521,322 521,322 00000000000000000032fa4ab5c69e55e5f37200804b2f70f6f8f14485258cf9 753 0.49/1.00 vMB 41
521,321 521,321 000000000000000000015241ae2960ded5ed96ec9bb169e04a0f4dab74867011 1 0.00/1.00 vMB 0
521,320 521,320 00000000000000000003bba4ea1f7755e0c496c476243e044f210694b12ed3b8 1,139 0.63/1.00 vMB 5
521,319 521,319 000000000000000000161b7170aeba00226116a38b0ebf1e5ec9a8e82993cb36 1,663 1.00/1.00 vMB 29
521,318 521,318 00000000000000000010a59da1287348b19ed53cdd4fe508ae5039e9342f3a19 1,312 1.00/1.00 vMB 30
521,317 521,317 0000000000000000000813b7e5a2cabf18f5040f62cb1473bb624f49cfed9ec0 1 0.00/1.00 vMB 0
521,316 521,316 000000000000000000300b804f99b8c5f27fc90f14de4af85dea797bba4412f4 664 1.00/1.00 vMB 61
521,315 521,315 0000000000000000000c4797bc8d1962ab1bfbe41b2b772914fb1ccf5aec1be1 38 0.06/1.00 vMB 22
521,314 521,314 000000000000000000248f9115111afd0d066c71459fbc0d4315cce0c47a5eab 1,707 0.97/1.00 vMB 24
521,313 521,313 00000000000000000037562ea3110dcd44d5112c9d5483c692287a1f95ffd654 801 0.46/1.00 vMB 35
521,312 521,312 00000000000000000011a8fc7dcc77056d1e7d8114348df05fe2ae81dcfe0bba 1,965 0.88/1.00 vMB 22
521,311 521,311 000000000000000000223ddebd9692c6e1665eec3409dbc21414851d7c4743ea 1,994 1.00/1.00 vMB 19
521,310 521,310 0000000000000000002e102e091ba3f40581c78e6a4b809cf1e61b9d78ad9740 1,964 1.00/1.00 vMB 47
521,309 521,309 0000000000000000003750b8db422870db6d4047849e4dc200354da35da0e8b8 1,238 0.55/1.00 vMB 11
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.