Loading Tool

Explorer IconExplorer

Memory Pool

30,754 transactions
6.26 vMB
0.09790290 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.04/200 MB

Candidate Block

Mining Attempt 524c0be7cca3ca0071e4612d66892549dd7600c4d462089c9734af082fd979e0
Version 20000000
Previous Block 00000000000000000000045174389281011fbf7883ce8663d407d9c2bda9a572
Merkle Root b92691136eb20180570431e54c774d8d08f4d31e25cc2cd1d3b40d35e394e885
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 4,217
Size: 1.00 vMB
Total Fees: 0.07293486 BTC
Avg Feerate: 4.58 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,922 (759,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,372 153,372 000000000000080402863efadc945245866e5bc919ffd8a45b97d193f721acf7 0.05 MB 150 7
153,371 153,371 00000000000003bfec0b531c47df7f9fb1149e41aaf3939bd298ca50f478046a 0.04 MB 68 34
153,370 153,370 00000000000003464d2ac4dae5c2d28fbb551cfffb48b8f644b9216cb1bcc258 0.01 MB 12 1,160
153,369 153,369 000000000000034452c7b12f708f220b9036c4f467da21ea90be3c367e96f733 0.02 MB 40 50
153,368 153,368 0000000000000153d3c9ba972377588fb1264ea32ce59c719232d24de3eb38ca 0.03 MB 94 24
153,367 153,367 0000000000000575f84552f38d72eb7e63cc2ec686549075b94ee236d0e5f753 0.00 MB 7 0
153,366 153,366 00000000000005d1c0fb988e9ae3751480e6dae253587079ed17ff631d555661 0.01 MB 24 27
153,365 153,365 00000000000009488f7dd3d0529b7d6c84c0d0ce2988a17e9e927d3b7386c5f0 0.02 MB 54 41
153,364 153,364 000000000000015b9193edf37216798abda9910b1ade93b6f75e81708746de8a 0.02 MB 48 188
153,363 153,363 0000000000000c138d522b97d7c1f401f17921e6383d2f0c508a6ba66efa601f 0.02 MB 70 140
153,362 153,362 000000000000097507b64e7b5b3fdcaf88b4dcc3a93ea84fcd4b772bcc1cecb1 0.02 MB 45 253
153,361 153,361 0000000000000c43075524bd61159d1fe05f715c9515d287af094f6c94d8aadf 0.01 MB 23 975
153,360 153,360 0000000000000982e3b39290de1aba85ef2b842c256f899edfae0271388e7a97 0.04 MB 90 141
153,359 153,359 0000000000000a3990e55b658a88b3722d83ba20c519ae073f7f808b3b0fb636 0.00 MB 10 608
153,358 153,358 0000000000000a7bb4a2158033b71831cd2f7675f0b442899fe525993698dfb7 0.02 MB 51 161
153,357 153,357 0000000000000dd7f8535feaebbae2d2e99dd0728a69f4546ab79973092facc9 0.04 MB 68 50
153,356 153,356 00000000000004760eb731a522a10453b1eb088f5e106275c02a38cc182b870e 0.00 MB 9 54
153,355 153,355 00000000000001c00a41cadcf05092d67cc29673eea78c9c5f293a1737d374cf 0.00 MB 11 162
153,354 153,354 0000000000000921862852dbe7ca37cbeee20efc04aa9baee3da92970d67efbe 0.00 MB 10 52
153,353 153,353 0000000000000a0955f015a632730335816e654593f33d28e40afb06858ce267 0.01 MB 21 102
153,352 153,352 00000000000006e8e8d35227a2bf182a8c2c0019c844e193203ed0e52cfca69d 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 778.71 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: 317.47 GB
    • Received: 2.79 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.