Loading Tool

Explorer IconExplorer

Memory Pool

80,457 transactions
30.16 vMB
0.14869122 BTC
Random Selection Loading Transactions
Max Size: 181.78/200 MB

Candidate Block

Mining Attempt 9c41fca895a59e58ad6ad89fc7bf83015b41f8638a75e91d85cd5464ca971b70
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root efbbd883ce95ae1b0176b4f90a5051f783a507b33ffbf20ef738fff9053ba1eb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,711
Size: 1.00 vMB
Total Fees: 0.07643697 BTC
Feerates: 251.00 > 7.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (122,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,162 792,162 000000000000000000057165ada4fd7c5ea5ac559623e6e31eb05797805af179 2,808 1.00/1.00 vMB 47
792,161 792,161 000000000000000000003b8a2cae143a9172a3a67e161c7841a100d854b90260 2,588 1.00/1.00 vMB 45
792,160 792,160 0000000000000000000141bf945bf53529881871b7eaa782296322d7492b4346 3,453 1.00/1.00 vMB 68
792,159 792,159 000000000000000000039babd259985a1a53342d2a9f14ffa9b2cc6e6e0a5c26 3,392 1.00/1.00 vMB 52
792,158 792,158 00000000000000000003a4de6a63881361ead10e1de66e6e8abe77c3299b3a0e 2,131 1.00/1.00 vMB 47
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
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.03 GB
    • Received: 16.11 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.