Loading Tool

Explorer IconExplorer

Memory Pool

83,178 transactions
31.36 vMB
0.09417051 BTC
Random Selection Loading Transactions
Max Size: 192.08/200 MB

Candidate Block

Mining Attempt c38bef289b63eaeaae51a3907a04a090f89eeeb8e9429ab21eb53caebbae4bc1
Version 20000000
Previous Block 00000000000000000001c741e94ff9ce9b4832dde958a2941db0822cdb652151
Merkle Root 7d9690d39f7a47b8ec2beeaede68b7dc08da62c2e478adbbbed0a9bae86079c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,553
Size: 1.00 vMB
Total Fees: 0.02322071 BTC
Feerates: 301.60 > 2.33 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,220 (252,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,590 662,590 0000000000000000000776094f4599ac37cd7313539b5b94bba4f2830417d95d 1,648 1.00/1.00 vMB 100
662,589 662,589 00000000000000000003f40b90dec5ceb14c6ed21be7e0d458b1a408473ee8da 901 1.00/1.00 vMB 117
662,588 662,588 0000000000000000000cd5a4585ecabba38a4d4037fd0107ea77ab6888f5414f 467 1.00/1.00 vMB 110
662,587 662,587 000000000000000000008005b8951c5d62f4a52c67378da271a39ae86be1ddcd 1,091 1.00/1.00 vMB 121
662,586 662,586 0000000000000000000e42b885902ba1c88d8ff9b6ba1932f55cbc9a0b8b21c7 303 1.00/1.00 vMB 119
662,585 662,585 00000000000000000009e32bd223d8c14cd7001754fe49801d4e0e0a403401e8 1,314 1.00/1.00 vMB 127
662,584 662,584 0000000000000000000afdbb3fe3ccda8a77d8f5da36276a6e6824c12b380d00 1,941 1.00/1.00 vMB 129
662,583 662,583 0000000000000000000b5db1e87cd0e65e7291808c137956829595ee0ec61c03 648 1.00/1.00 vMB 26
662,582 662,582 0000000000000000000666c59d3f369e9894a662a633e42876b16326a12cfa10 1,530 1.00/1.00 vMB 28
662,581 662,581 000000000000000000049864924c87e2eebc39d341aab2c6f09cb611e60800a6 2,364 1.00/1.00 vMB 83
662,580 662,580 00000000000000000006538f08eb40712262b820dedfbb32149c239c81b263ea 1,475 1.00/1.00 vMB 108
662,579 662,579 0000000000000000000e55f5537b67903d1fad4681ae6f6d4eefdc9d08112176 2,141 1.00/1.00 vMB 53
662,578 662,578 0000000000000000000e7dc99c406aa8247eec7ddcd581fd269952fe4ef154b0 1,827 1.00/1.00 vMB 47
662,577 662,577 0000000000000000000353f5c00220e62eced42d7a0be5e62576f3f19728be10 2,184 1.00/1.00 vMB 33
662,576 662,576 0000000000000000000a53d17556eaaa0178230fad7978e16e9aa91fc2380bff 2,209 1.00/1.00 vMB 81
662,575 662,575 00000000000000000003a12816672ad2c7d47d8104b56438e331691ffcd15ecb 2,323 1.00/1.00 vMB 24
662,574 662,574 00000000000000000000e6a7b999dd071bb95a400d63e2e5e1e601eff307578e 2,300 1.00/1.00 vMB 91
662,573 662,573 0000000000000000000eee8675365fc043eaa02d10e9a1f56200ba4cbe42486b 2,189 1.00/1.00 vMB 54
662,572 662,572 0000000000000000000397835e97c5e55d2676ddc2ed08f9272942474b45fb0b 2,348 1.00/1.00 vMB 60
662,571 662,571 0000000000000000000ded0a7dbba74b3dc5c8a3b14334be9eadd9aa70335958 2,525 1.00/1.00 vMB 100
662,570 662,570 00000000000000000009a570d7740704351bd490541730118e9d86bb504835ff 2,180 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.77 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: 709.31 GB
    • Received: 16.88 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.