Loading Tool

Explorer IconExplorer

Memory Pool

80,655 transactions
30.22 vMB
0.07479450 BTC
Random Selection Loading Transactions
Max Size: 185.26/200 MB

Candidate Block

Mining Attempt 0afc3aa85f8d7fb9e3375b5296680f1e56665fdbab58fb4a1dea9193458c110a
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root 7222e0b7e2085500240c278e9531e05d0b5f19fcae127f8b5da82f0ab65a433b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,666
Size: 1.00 vMB
Total Fees: 0.00742049 BTC
Feerates: 40.21 > 0.74 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (491,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,123 424,123 0000000000000000033aff17fde0725b5dff600fe9d2c7ff61a01cdca3351f03 875 1.00/1.00 vMB 103
424,122 424,122 00000000000000000197c87b2c204f2a4a6c0b76f6b48aa96f02e14e6ce7a2c3 2,922 1.00/1.00 vMB 129
424,121 424,121 0000000000000000034c2fc2f4fb1579557217a0c36169ee3c96015588e72d30 1,903 0.99/1.00 vMB 60
424,120 424,120 0000000000000000038edc95da5f35b06a66a80ea4650e1a8dbf3605856bd907 2,648 0.99/1.00 vMB 91
424,119 424,119 0000000000000000044927a0bfcf008f5454d40d8de3cb3250e6d4827d249d1c 1,845 0.90/1.00 vMB 69
424,118 424,118 000000000000000001c8e4f89c610ba44976b8c4af75a5be244aee65ddd09c66 241 0.99/1.00 vMB 4
424,117 424,117 000000000000000000a5676b1e41cc407d3e8e17d298053d294e4d310c22c075 993 0.95/1.00 vMB 35
424,116 424,116 0000000000000000047c55b303337464dd9b437ff17ba58d9781e3f7be1fef68 1,810 1.00/1.00 vMB 63
424,115 424,115 00000000000000000359209f6e570234870411aa6032029a8934151bdae47f84 2,245 1.00/1.00 vMB 72
424,114 424,114 0000000000000000006df60bc65312ad836e8f8d2fdc72f4312093a09eed8cec 2,108 1.00/1.00 vMB 84
424,113 424,113 0000000000000000030db1489d578f338234253919f25f48f992d2c0d32cd0e6 2,419 1.00/1.00 vMB 88
424,112 424,112 00000000000000000348724c6445c51d8e422b8557c2f7046235abfb011c474a 1,291 0.63/1.00 vMB 66
424,111 424,111 000000000000000000788d09a1bb8269c718db0c53157ba869cb55ec3b04a598 340 0.18/1.00 vMB 52
424,110 424,110 0000000000000000052c2d5199a37ffc14f7d621ca37f991cd475784c2f8cc13 790 0.38/1.00 vMB 58
424,109 424,109 00000000000000000473075826e2ca14fe185a00902c55b3355a477e6cd4ed89 409 0.25/1.00 vMB 58
424,108 424,108 00000000000000000515599fd2e1e989d85e0e5e5a65af756b4193067e4e6287 354 0.13/1.00 vMB 76
424,107 424,107 000000000000000002ce86839f7f514d07f46db4640c534711676daae9f1d276 1,518 0.99/1.00 vMB 52
424,106 424,106 000000000000000002ca9efe985143696ee33548fa022b888a354424abbb3dcb 527 0.81/1.00 vMB 29
424,105 424,105 00000000000000000434b25b64cedf3a352b61b5c678a7af12bf387def61a6a2 916 1.00/1.00 vMB 40
424,104 424,104 0000000000000000015b7c81082a771afc03fc23f6484e882e5ad43910edbdc2 1,193 1.00/1.00 vMB 46
424,103 424,103 00000000000000000058ce5c92d4d521dcfe3f62860644871deaf08a6cac52fb 2,366 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 783.01 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: 718.89 GB
    • Received: 17.99 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.