Loading Tool

Explorer IconExplorer

Memory Pool

42,663 transactions
26.66 vMB
0.08047806 BTC
Random Selection Loading Transactions
Max Size: 139.35/200 MB

Candidate Block

Mining Attempt 9c1e71682ab01289101b60d325ec1fb4f227e101c0323af5e927ca7098786d05
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 7b5756932e7aac95759ec6a3d057b0bd3eba88bb445082ede634f11ce3526a2e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,732
Size: 1.00 vMB
Total Fees: 0.03136928 BTC
Feerates: 151.16 > 3.14 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (228,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
686,333 686,333 000000000000000000047b22a7b7549977ffc12510165e1fced6ed0f2c9dc0ed 1,930 1.00/1.00 vMB 31
686,332 686,332 0000000000000000000097e9c6c59207565044e669b87bde3f7c8265c5fbdd7e 1,878 0.61/1.00 vMB 16
686,331 686,331 0000000000000000000b07c256b51a72ea10a8186047793cf753ed858b928a43 1,780 1.00/1.00 vMB 29
686,330 686,330 00000000000000000009b45dc1fd5e169750b2014da0d6bd485fd500e69fdd05 1,968 1.00/1.00 vMB 35
686,329 686,329 0000000000000000000bc22b22f3b962cd266a63bbf25a0d5512ad114247a04f 1,572 1.00/1.00 vMB 45
686,328 686,328 00000000000000000005ce072bee38424e68b3a1f527b96bb81dde4cfd6c6a16 1,637 0.64/1.00 vMB 31
686,327 686,327 000000000000000000059c5856fcbec89290a34f113c9cf1ca12f260a8bfe4e3 193 0.17/1.00 vMB 29
686,326 686,326 0000000000000000000700fbf2a6d09154d42eb72788597f7b97ee1580fd5bd2 1,232 0.68/1.00 vMB 31
686,325 686,325 000000000000000000040143c25c159b165376ad83b162c22e72ef99ac39f09f 451 0.29/1.00 vMB 47
686,324 686,324 0000000000000000000c6b2f9fb1f12dc1f401c8197ff781508c12cb84928175 1,452 0.91/1.00 vMB 13
686,323 686,323 000000000000000000057bda47da6da5aec88e0df29239455fa0cbf813dce5a4 1,021 1.00/1.00 vMB 19
686,322 686,322 0000000000000000000d2021f775ccaac6c880733ad6ca05205e1e7e5d2002b8 319 1.00/1.00 vMB 35
686,321 686,321 0000000000000000000bc3551cda14ee4b7500da59cfed9bb41a65a3c3831340 1,370 1.00/1.00 vMB 54
686,320 686,320 00000000000000000006c86258ace0dbad6e061e07adc8dee7fc574c874619b3 920 1.00/1.00 vMB 10
686,319 686,319 00000000000000000006185404963afe865d84c18eda2df3dbc7b5fa9a5d2e93 2,524 1.00/1.00 vMB 62
686,318 686,318 0000000000000000000b00a07ec437c6a633d7b06308aef721d5de34c3f40ef6 1,933 0.99/1.00 vMB 20
686,317 686,317 0000000000000000000953293ada166e32a9a46080779571e4dff17aa958973e 1,746 1.00/1.00 vMB 31
686,316 686,316 0000000000000000000615bb5101ae8fa8a5ee4c12bd57f10397f9d4ebf64e2a 1,726 1.00/1.00 vMB 36
686,315 686,315 000000000000000000070de3ffddff11c211e2c51ff9efd3b1a17c117128623e 1,805 1.00/1.00 vMB 23
686,314 686,314 000000000000000000076cd7fda15fa7a3bc420b5fb84dca10d18203aae6acbf 1,614 1.00/1.00 vMB 63
686,313 686,313 0000000000000000000d593591fa8675f594bce31acc046428f7b5752f75c969 1,631 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.16 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: 653.26 GB
    • Received: 13.84 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.