Loading Tool

Explorer IconExplorer

Memory Pool

81,215 transactions
29.84 vMB
0.10538285 BTC
Random Selection Loading Transactions
Max Size: 180.48/200 MB

Candidate Block

Mining Attempt 97ac77773eb08713561b7d3cc6a337d3317e4825298add98c448672d4b5c2c6f
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 77f1c0dedd2766a154a04b7a3cdf3d5503e98c8b1c7c384bb2e1b20ff569fbc8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,085
Size: 1.00 vMB
Total Fees: 0.03981910 BTC
Feerates: 146.36 > 3.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (534,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
380,385 380,385 00000000000000000bc4c0bf3b2fb2732eb532130586a91cc5cf9aaa6beebffb 2,056 0.93/1.00 vMB 40
380,384 380,384 00000000000000000dbc73f48662d35f9bc7b7f6239004eb282cac6f8d084b62 1,044 0.38/1.00 vMB 61
380,383 380,383 0000000000000000003edc8c139ab3294f7deb8a70355c7f3a484aacf70c5e25 1,392 0.68/1.00 vMB 35
380,382 380,382 00000000000000000a967f30a21f0d557b0e7a0b3e3c1374b86466609aa401c1 1,519 0.68/1.00 vMB 41
380,381 380,381 00000000000000000fe570b9f3f1c8b9fda342c64db9de5e0846a53cb0b3901b 534 0.29/1.00 vMB 41
380,380 380,380 00000000000000000655d6207eb165e195f6ec2400c2cc53abf275e91d43188d 546 0.27/1.00 vMB 39
380,379 380,379 00000000000000000db1076a87a63df767e202dee672b99e74c157806ea0c360 170 0.12/1.00 vMB 32
380,378 380,378 0000000000000000080ba1759ab7a8cf1cbbb92947cc72e30cf1100ff6fe7381 196 0.17/1.00 vMB 23
380,377 380,377 0000000000000000069d169cb9b7752a7da6cb829262f71997c938257211418d 1,410 0.73/1.00 vMB 41
380,376 380,376 0000000000000000062694559bfae20a5995e15dbbf17752958dc4db1c90ad47 549 0.41/1.00 vMB 25
380,375 380,375 00000000000000000c7cd5863f00221cdf98b4c2b464008ed26462ad7d08b94c 2,381 1.00/1.00 vMB 43
380,374 380,374 00000000000000000d4c3226e8b080a93e008a3ad33f78ef819c42209ea2ae47 850 0.40/1.00 vMB 42
380,373 380,373 00000000000000000d25c6bf231fa4c9f67b4f8ef7b686fbe788cf175636ec4e 926 1.00/1.00 vMB 7
380,372 380,372 000000000000000007bbcb10f4a42cf0b5e53faba040db0f1e28c730f1d4fc4a 491 0.28/1.00 vMB 32
380,371 380,371 000000000000000005d796db2a5de62b4e62652e271f9683f873056257945f72 751 0.39/1.00 vMB 38
380,370 380,370 000000000000000000ba82051f3c76a5dfb311c951628dfa006f616de88cdf78 1,035 1.00/1.00 vMB 19
380,369 380,369 00000000000000000527aad38ef5aabb7353907c50f2f3f688e9a0fb6e9b6081 2,377 1.00/1.00 vMB 47
380,368 380,368 000000000000000001a5056af668bb5eba7da4a4fb498128a57ccfe07417af66 1,832 0.93/1.00 vMB 27
380,367 380,367 000000000000000008847a965a6e8b93d5be0ef3071ec76079b71673c33506dc 2,876 0.93/1.00 vMB 73
380,366 380,366 0000000000000000072d4afa701a1f0687742503de1aa01bc03f13f4f7d9c369 1 0.00/1.00 vMB 0
380,365 380,365 0000000000000000061cbebc16f76c82a5d3dad3cd8718dc831763e6319ff614 532 0.30/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.