Loading Tool

Explorer IconExplorer

Memory Pool

80,460 transactions
29.70 vMB
0.07055251 BTC
Random Selection Loading Transactions
Max Size: 179.20/200 MB

Candidate Block

Mining Attempt f512f00eb3bd4bf74379389c80b9e213ebac6c3a7993d5b34549335af2897210
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 162a5b5f6dc4a8f6fcf4b34247c9afb368948c473e49b20866e36a4956426c22
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,105
Size: 1.00 vMB
Total Fees: 0.00991196 BTC
Feerates: 502.67 > 0.99 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (103,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
811,196 811,196 00000000000000000002ce5597a824737c42bc62e1eda7b9160d4dec3c2457d3 672 1.00/1.00 vMB 4
811,195 811,195 00000000000000000002d9272f64b0935ef27d0614573f0081d80f3827f1c039 2,287 1.00/1.00 vMB 19
811,194 811,194 000000000000000000027289b5785c5b7e5abed5e51de3fc91b4aaeb278ddfd7 1,251 1.00/1.00 vMB 7
811,193 811,193 00000000000000000002ac90a30d503c409f0587bc0c1cb4eeaf90b3f10e151d 647 1.00/1.00 vMB 5
811,192 811,192 000000000000000000014468a94ea2bae003baa171b82a4655b023c4eed1f52b 1,715 1.00/1.00 vMB 10
811,191 811,191 0000000000000000000074e1b8604d2283aa4495a634a68e18d4ecce866490fb 1,527 1.00/1.00 vMB 13
811,190 811,190 000000000000000000001c676e2155b6706a3dc2a0b3f6a6e49a0bb1995073fc 1,566 1.00/1.00 vMB 8
811,189 811,189 00000000000000000003a9b8aac4def2092f5f9abdf9f6a2564e95f8759bb8da 2,070 1.00/1.00 vMB 10
811,188 811,188 00000000000000000001ffd6580677b1ea12b74e27bfcaa2541f19bd2e1813aa 2,063 1.00/1.00 vMB 11
811,187 811,187 000000000000000000016c9eae3530c8517178773b4f496d8bc49ae54bd4d3bd 2,828 1.00/1.00 vMB 23
811,186 811,186 00000000000000000003fd2258d68fcb56771fe7c6b52161f86fee7883f5a98e 2,549 1.00/1.00 vMB 34
811,185 811,185 00000000000000000000b2d91286ba16d2ddf4b6ae984d13f73d21705b3667c9 1,751 1.00/1.00 vMB 10
811,184 811,184 0000000000000000000112b79c66d019b9cf6d5369efc270a3e3aca2d77ec13b 804 1.00/1.00 vMB 6
811,183 811,183 000000000000000000038a6e4f44b7c96a94630352f5a620d952fcb408126c66 1,804 1.00/1.00 vMB 10
811,182 811,182 000000000000000000036b772412e3c2314192b69167f5d596a6d23328252ce8 91 1.00/1.00 vMB 2
811,181 811,181 000000000000000000025879a0496f4d65a8662591a3e4a588405ea751a82f16 884 1.00/1.00 vMB 3
811,180 811,180 0000000000000000000152ed11eb7f9994aa9d89f5214f744880901db9a923b8 1,298 1.00/1.00 vMB 5
811,179 811,179 00000000000000000002f495ef41c05d62273d4e523f1af84de9f73deffa4d75 462 1.00/1.00 vMB 2
811,178 811,178 00000000000000000003a905247eb6c20fa59a0fc7deaaa79dc61d6bda379d5a 314 1.00/1.00 vMB 3
811,177 811,177 00000000000000000003d0d1b9a1e3f9892259c8063775885294cd379a202dbc 389 1.00/1.00 vMB 3
811,176 811,176 0000000000000000000046fcb40bf054c6b8344dc3ba2db254f78f4f40f560ba 1,194 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.