Loading Tool

Explorer IconExplorer

Memory Pool

84,946 transactions
31.09 vMB
0.09556010 BTC
Random Selection Loading Transactions
Max Size: 190.67/200 MB

Candidate Block

Mining Attempt 3d67e01b2ea9eeb7b4b60afbe205d6d98d27b41731331ebc5d5158fffd3521bb
Version 20000000
Previous Block 0000000000000000000128573cb111401f661ea57a2bc9fbc9c48fcf8c5e1f6b
Merkle Root b4c3656e1198ca8fe641c066e74ee7bb79ad838d3c692f1af54c2ffc84ccbce8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,464
Size: 1.00 vMB
Total Fees: 0.02405042 BTC
Feerates: 402.60 > 2.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,326 (203,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
712,190 712,190 0000000000000000000367f6111afe98b1622d7691916d9b86bde8ef26b233f3 3,697 1.00/1.00 vMB 8
712,189 712,189 00000000000000000006ca3d44497dc5c40588e14c02908c098d2d9f48cdf90e 5,207 1.00/1.00 vMB 10
712,188 712,188 0000000000000000000b235203b59ffa5107daa30d7e5a4ecb3f88ba7a89e9cb 1 0.00/1.00 vMB 0
712,187 712,187 000000000000000000042f2b7ed4c13cc6bee891345a20dc6b3e1ef0a6b7ef0d 4,762 1.00/1.00 vMB 8
712,186 712,186 000000000000000000073bd3a8ef8d3c003f3ded5e80735c43177ec882314dc7 2,403 1.00/1.00 vMB 8
712,185 712,185 0000000000000000000b6888e093f137f1cc9f02be74b2ec8a6dbc9bf6ce8594 277 1.00/1.00 vMB 8
712,184 712,184 00000000000000000003fe22b33f7cb2e39778b58ff140bbc924b76ad26cb0d7 710 1.00/1.00 vMB 10
712,183 712,183 0000000000000000000423a37b43da49e29d567d1dfe89349547b808f10c141e 146 1.00/1.00 vMB 8
712,182 712,182 000000000000000000009b417ffc9ce642f81814baa44cb89da97677a18e625b 1,775 1.00/1.00 vMB 14
712,181 712,181 0000000000000000000a317e6101b6ebde5c76f3be913ab83011f6766f11a6f2 3,160 1.00/1.00 vMB 21
712,180 712,180 00000000000000000008a302382d77036fc8377cba8fea710e8d18f670d7eb5c 514 1.00/1.00 vMB 10
712,179 712,179 00000000000000000003f45a4939dbec8a541ef4b0afdecade92923663d4f7e2 200 1.00/1.00 vMB 8
712,178 712,178 00000000000000000001d92b2ad2d0f2a79e07354b616a3e9c5c90795a83c2ab 411 1.00/1.00 vMB 9
712,177 712,177 0000000000000000000c1f49f921b76ff94ede2312f6b278e63d36681650639f 803 1.00/1.00 vMB 10
712,176 712,176 00000000000000000005eba9323d3d5a9065ff4b8c5bbe47d400d68d3fa4ff34 453 1.00/1.00 vMB 9
712,175 712,175 000000000000000000054ac7e10d3a601a96cf6cdb4147206fb55a5c46eee243 923 1.00/1.00 vMB 12
712,174 712,174 00000000000000000001562c5282ad248868e1e83b23b1731c70b2d6a863061c 964 1.00/1.00 vMB 14
712,173 712,173 000000000000000000003e9e784e8496301f29a260696be44376fad6f2f4b2a9 217 1.00/1.00 vMB 9
712,172 712,172 00000000000000000001a679b99836821a28dd9d933acd7fea67f6704aa07ed5 662 1.00/1.00 vMB 11
712,171 712,171 000000000000000000082088fcee465b6c515ffc2c30555f6c05317af67f41fb 1,143 1.00/1.00 vMB 15
712,170 712,170 00000000000000000009ee46b09d0a0bb2c2ab7ebfcc90d662f08b6ee81ca02c 416 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.96 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: 715.29 GB
    • Received: 17.70 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.