Loading Tool

Explorer IconExplorer

Memory Pool

79,540 transactions
29.24 vMB
0.07539845 BTC
Random Selection Loading Transactions
Max Size: 177.71/200 MB

Candidate Block

Mining Attempt 82551e8ea5a632dea58fd11e6f5c6b968153621a34f74436b160be42b8d33782
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root 808616d6ec43808b719b86d5076b92ca6ecc97664e0b73bcddd29719c798cd72
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,136
Size: 1.00 vMB
Total Fees: 0.01416606 BTC
Feerates: 74.86 > 1.42 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (307,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,269 607,269 0000000000000000000a0867e92158dc2c09b7920a76293ffdbaf4aa33edb0ac 2,180 1.00/1.00 vMB 8
607,268 607,268 000000000000000000136fb02ac569daa4fd24baa9b37f4b8ef7d80e79ded268 3,121 1.00/1.00 vMB 2
607,267 607,267 000000000000000000059d582d1326807f7fa173b0611a3566d2ba7b9cc81a00 3,087 1.00/1.00 vMB 14
607,266 607,266 0000000000000000000bc9adf49a30ed92e507970b16d5378c98b08566ac6140 2,826 1.00/1.00 vMB 6
607,265 607,265 00000000000000000000fbf439c4c2002fc58391f44e06ca7992774e49694a08 3,130 1.00/1.00 vMB 8
607,264 607,264 00000000000000000006e7a771a935532a0af2d41c0b1f64ab09594d5dfcdec1 3,208 1.00/1.00 vMB 15
607,263 607,263 00000000000000000006a3f486c36e4b56ec81d75e24a899aa1559a7da6ba4b9 2,900 1.00/1.00 vMB 17
607,262 607,262 0000000000000000000d5d5052e942fe93f4b80a36bd1842796af75c4bb2f30e 2,997 1.00/1.00 vMB 22
607,261 607,261 0000000000000000001239a63cfd0c4df495b4aec7d3e237352819375a102036 2,702 1.00/1.00 vMB 22
607,260 607,260 00000000000000000005568e2b68d4e314f5d9844c4a74913b2e98fafe4e00b6 1,778 0.90/1.00 vMB 20
607,259 607,259 0000000000000000000c96a0035aace187cb4893d752f3de09b583124fa5c7ce 1,907 0.64/1.00 vMB 4
607,258 607,258 00000000000000000007f3cac588b2ad2eaab1a719cc88b0445d4f17959b0307 3,035 1.00/1.00 vMB 25
607,257 607,257 00000000000000000011e7412718423464c6ac9a24cd8f4b4e28b2e72ae163ab 2,592 0.90/1.00 vMB 10
607,256 607,256 00000000000000000009953a8d2a0c0b726dc24f8ac2ec7596e083a7122d7ed7 3,603 1.00/1.00 vMB 8
607,255 607,255 0000000000000000000703ac5849ca4614ed99829aa946ce249b0d31106139ce 2,900 1.00/1.00 vMB 17
607,254 607,254 0000000000000000000e7cee0bc3bf15ecf69ea111eadcec3f98ed5df2150222 1 0.00/1.00 vMB 0
607,253 607,253 000000000000000000116037df714f9f27bd1cbd58ab07a38cc37a79251d9ae8 418 0.14/1.00 vMB 16
607,252 607,252 000000000000000000005338b45c4487cb08049689e9c5e2630062621b76d1ea 216 0.14/1.00 vMB 4
607,251 607,251 0000000000000000000e6e745b2c01d6336954a3566f29ac9a105639e7192f66 3,097 1.00/1.00 vMB 12
607,250 607,250 0000000000000000000843750795fae269276fb6846a49b6507a1cae1d395785 1,629 0.49/1.00 vMB 15
607,249 607,249 000000000000000000049c4314f5cf7dd883dacf66a31d9d5c716f493f0e2229 2,691 0.77/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.54 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.11 GB
    • Received: 15.73 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.