Loading Tool

Explorer IconExplorer

Memory Pool

76,955 transactions
28.62 vMB
0.07679676 BTC
Random Selection Loading Transactions
Max Size: 173.45/200 MB

Candidate Block

Mining Attempt 6d8d9786ea0c3dd531ef7bdc8b1e2526ed4b3616a521c6e6370a28484c4f7d10
Version 20000000
Previous Block 00000000000000000001f67781d6f05084986ab017640c91344eae66a915cd1b
Merkle Root e3506b76e1f9e0069f50cfc019decbeedd4673ef54fa2ea4cfdb218d9ca28f66
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,522
Size: 1.00 vMB
Total Fees: 0.01730128 BTC
Feerates: 130.38 > 1.73 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,134 (122,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,157 792,157 00000000000000000001c60f7da2b23461e806faca60d3fdab3d3e14c1ad8a94 3,248 1.00/1.00 vMB 56
792,156 792,156 00000000000000000005723bc9bf17a6975a69252899614ff65f85379c5f9fce 2,826 1.00/1.00 vMB 57
792,155 792,155 000000000000000000052d59c0eea4766f432c5a6195675a6092fcc1c4585e1d 2,555 1.00/1.00 vMB 60
792,154 792,154 00000000000000000005539d966a2c5f3dfc458c3e68a9b5b79deb5a214dc47f 2,226 1.00/1.00 vMB 52
792,153 792,153 00000000000000000004d332b8c09180f3e80d0a677e2c217c631660e752c722 4,305 1.00/1.00 vMB 61
792,152 792,152 0000000000000000000461b2c8193382b4701f47e5c9a6650d23b76e6266b76a 3,656 1.00/1.00 vMB 84
792,151 792,151 00000000000000000003bb0c49be4cdbad2b39d24cea2ace794bc0f8f69bfd2c 4,466 1.00/1.00 vMB 69
792,150 792,150 00000000000000000005326c691757abb5ef8f6e4bd9a2949f051c26d064a3c6 3,711 1.00/1.00 vMB 79
792,149 792,149 000000000000000000042601aa49a79c11bfc8b5e4f5fc427f236798199719e1 3,307 1.00/1.00 vMB 93
792,148 792,148 000000000000000000044cad57c08f804f591784104f91454dad3a6089287dc1 3,392 1.00/1.00 vMB 100
792,147 792,147 0000000000000000000016a2e189b2ec3a7ebe8c3178d2860ba326e2be23ac90 4,362 1.00/1.00 vMB 73
792,146 792,146 00000000000000000001871623d365cb2693a77d8feaf491260c8343c1ff0984 4,782 1.00/1.00 vMB 67
792,145 792,145 00000000000000000000df4c26581afa2073d3b3fd8fc7275be30c43e013bf64 3,726 1.00/1.00 vMB 76
792,144 792,144 000000000000000000023e6004f7d975358ca425b484937caedd3dbd45fdafa1 4,876 1.00/1.00 vMB 76
792,143 792,143 00000000000000000000bf020aa55625f97d3427c05ac238873f385b9e7f155c 5,118 1.00/1.00 vMB 79
792,142 792,142 0000000000000000000292b7f4399f9c7c30f0e710a17b2891641a5557a5c9d0 3,873 1.00/1.00 vMB 98
792,141 792,141 0000000000000000000318cfd008ba19b5971516b44ef0031fe9644aee46207f 4,919 1.00/1.00 vMB 88
792,140 792,140 000000000000000000013079329cf12ab427ffc1e468015eca72dc7dc25358f9 4,320 1.00/1.00 vMB 117
792,139 792,139 00000000000000000003c432c81ce9ad18b4f64656c4c1ef1db92cc296d162e3 4,744 1.00/1.00 vMB 125
792,138 792,138 000000000000000000032eae95b8dcb38774e1d5d2995c7fbce741d1d59220c9 4,501 1.00/1.00 vMB 107
792,137 792,137 000000000000000000024313373aca6f6cb7cb1fc3a091ba967f3e5ae64dd671 3,883 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.62 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: 672.08 GB
    • Received: 16.13 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.