Loading Tool

Explorer IconExplorer

Memory Pool

81,920 transactions
30.87 vMB
0.08338828 BTC
Random Selection Loading Transactions
Max Size: 189.34/200 MB

Candidate Block

Mining Attempt 005c713fe09e63dbfd199eb65c1a4dcbe8e661f991bc553fc86878d9565ec1e4
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root b1c1ac4f0301173b6a1635c3837f29065f9f313112545dbbf95bd437e029177d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,582
Size: 1.00 vMB
Total Fees: 0.01356231 BTC
Feerates: 151.12 > 1.36 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (98,079 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
817,150 817,150 00000000000000000000109cbd762c823310cc8db404ea3afa085a31aefe8b79 3,892 1.00/1.00 vMB 154
817,149 817,149 000000000000000000042840dae5f575f8a4bbb647b97b9bfb1f8beb6f8ddb61 3,476 1.00/1.00 vMB 138
817,148 817,148 00000000000000000000450e5b328fdcd25ff1bbf05199e3f27dae2a2791d61d 3,024 1.00/1.00 vMB 170
817,147 817,147 000000000000000000044e8df24706961a4d5f1f9ed4a383fc300a6357db8f6a 3,617 1.00/1.00 vMB 242
817,146 817,146 000000000000000000035e6f2b8853c098cf82791f397f431170d87037fb696c 3,875 1.00/1.00 vMB 138
817,145 817,145 00000000000000000003eb79cab1b01917c9f376663a10960474d76bc03c2452 3,585 1.00/1.00 vMB 190
817,144 817,144 0000000000000000000159306e58196ef9ae97f7f9db5d94ec296732eb6fbed6 3,453 1.00/1.00 vMB 126
817,143 817,143 000000000000000000031dec25489e2b1e0c8a2d77628cc27cfefb6dcec6f404 2,849 1.00/1.00 vMB 176
817,142 817,142 00000000000000000001253faaaab4646c028aa0704bec298c3f5c62e09a6606 3,416 1.00/1.00 vMB 228
817,141 817,141 00000000000000000002a6efa117db2af35475e4c0d29fd6d29b417450980a49 3,918 1.00/1.00 vMB 183
817,140 817,140 00000000000000000002b3b762e4484d4c1c33cd753432b1b460555f8da69751 3,833 1.00/1.00 vMB 164
817,139 817,139 0000000000000000000209fb6c41d4bec3a14c205987d1d4f94d3707dfd61bf8 2,999 1.00/1.00 vMB 209
817,138 817,138 0000000000000000000305cfd91c09d45b7469e1504af254e5916636d893cb54 4,495 1.00/1.00 vMB 123
817,137 817,137 0000000000000000000328672708575d07866453a575539437af760d78075145 4,577 1.00/1.00 vMB 136
817,136 817,136 00000000000000000000e2c02cb4cfc3742bb6b04222a271af8bde9affc4badb 4,862 1.00/1.00 vMB 143
817,135 817,135 00000000000000000001f677c1e1797c024e1657111153c9efcd3e42553b1d54 3,777 1.00/1.00 vMB 121
817,134 817,134 000000000000000000041537060a3f981b383089a1563a9bdb4e80bdf035b4eb 3,954 1.00/1.00 vMB 140
817,133 817,133 000000000000000000037bd5f7eed8a3c37534f1a84749c58f66614a2c2fd7b8 3,684 1.00/1.00 vMB 149
817,132 817,132 0000000000000000000036b2051531b055b5209987fc54d490c3019eaf063434 3,042 1.00/1.00 vMB 110
817,131 817,131 0000000000000000000409d9c1b11d0967301bb5da4d51c0a5827a09de4d1f57 4,283 1.00/1.00 vMB 141
817,130 817,130 00000000000000000000f3e340c1cdf855bb13acc95074816ac1fe52f1726a82 4,615 1.00/1.00 vMB 146
Previous 10 blocks ↓
Total Size: 782.79 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.75 GB
    • Received: 16.98 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.