Loading Tool

Explorer IconExplorer

Memory Pool

77,042 transactions
28.41 vMB
0.08790279 BTC
Random Selection Loading Transactions
Max Size: 172.90/200 MB

Candidate Block

Mining Attempt 10c4f759d72aa3176237dbe1114787b49146c3e348788c6b5d1880d83d85f548
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root fc3b6247885a9d1fcc4aa348a2a0c6ddb154ec70d702732fd43d3abb2a4c460f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,601
Size: 1.00 vMB
Total Fees: 0.02440433 BTC
Feerates: 477.45 > 2.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (233,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
682,156 682,156 00000000000000000000d362ed9d4653b029772c7641d963ac5bf95033e810d6 1,487 1.00/1.00 vMB 92
682,155 682,155 0000000000000000000bc675cc271cc6174beb2cebb5ceb88558e1814dff4e9c 1,761 1.00/1.00 vMB 40
682,154 682,154 0000000000000000000416ed63e03cc328de4857c1ae937093463840f09af741 2,003 1.00/1.00 vMB 67
682,153 682,153 00000000000000000008579b081a0af1ff07c667ac4da34edf8cc90bc4aab333 2,605 1.00/1.00 vMB 86
682,152 682,152 00000000000000000000df16be072d44338eef8e8f08c53b0aa71d9ce41ca91d 1,973 1.00/1.00 vMB 43
682,151 682,151 0000000000000000000581cd642c87d32d5d9577f1509b0446c9c2ccc8e91a8b 1,332 1.00/1.00 vMB 43
682,150 682,150 00000000000000000005b77a6892447024ad9586ad1bb52be0343570cbff94a6 1,821 1.00/1.00 vMB 41
682,149 682,149 00000000000000000000c04573f861cfc67c26ccf0941721bbb1c94c1db9e54d 1,891 1.00/1.00 vMB 97
682,148 682,148 000000000000000000085b56118dbe5a200554cd929cf40179b03e48c1fdec06 1 0.00/1.00 vMB 0
682,147 682,147 000000000000000000063973eb611b9691d755656ab3130e9188652f5f1c1d21 1,819 1.00/1.00 vMB 34
682,146 682,146 0000000000000000000a2bb85ceb6c7d9a3be7417e8d30cdf3cb68bac3673c91 2,021 1.00/1.00 vMB 39
682,145 682,145 0000000000000000000a4caa76df2429b52a1b984f3ba094fafe0f4eb65d475c 1,740 1.00/1.00 vMB 28
682,144 682,144 00000000000000000005493ebaa0ec2c729db02e6c28eb914a0f09266bc480ce 2,201 1.00/1.00 vMB 23
682,143 682,143 00000000000000000008c3371cd40fd28b17a59fc547ef35950326a63126d88b 1,989 1.00/1.00 vMB 22
682,142 682,142 000000000000000000057ec382ee54e55674b3da1d0e0caba38b672fb3ec3056 2,174 1.00/1.00 vMB 12
682,141 682,141 0000000000000000000426cb21e5179978c3a59871fda54661c0777fc0fbc7e5 2,235 1.00/1.00 vMB 46
682,140 682,140 00000000000000000002ee4eb8f33b7e59d4953626752a9160db1bbcb6b3828a 2,671 1.00/1.00 vMB 71
682,139 682,139 0000000000000000000b525f657b18d9584d87e61f7560df022c84101fe9dacd 2,263 1.00/1.00 vMB 87
682,138 682,138 00000000000000000002acc3e57d61385d97a0980c06ceedc597d01c00ae6f1e 1,491 1.00/1.00 vMB 18
682,137 682,137 0000000000000000000b8fe2ab9ebc4e9389ef045babb63ba6ed2841bf02f7a3 1,782 1.00/1.00 vMB 72
682,136 682,136 0000000000000000000c45713a1176cdba7d692523a40b4f03936ebf6fadb81d 2,455 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.