Loading Tool

Explorer IconExplorer

Memory Pool

69,611 transactions
26.55 vMB
0.06692488 BTC
Random Selection Loading Transactions
Max Size: 159.47/200 MB

Candidate Block

Mining Attempt f9b906eaf0d56a62cade12a24c15e1dc6e4b09461fb19e803ba2b099c89f45b0
Version 20000000
Previous Block 0000000000000000000025b4d4b866378eec5892e1e3cbda47b57b15f53ecc85
Merkle Root 8d22b9d2c518d01fb1f61885c6a204c6f5e860584645c12503f324e3ecea5433
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,187
Size: 1.00 vMB
Total Fees: 0.01036491 BTC
Feerates: 40.21 > 1.04 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,476 (706,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
209,113 209,113 000000000000013b94ac32ee3f00dd6d035c0db7acdf7856e4029b5f2b7cf172 142 0.05/1.00 vMB 82
209,112 209,112 00000000000002f26571955dbda2bc3c61b9fc5d021199152ac295f8771b8477 762 0.25/1.00 vMB 231
209,111 209,111 00000000000004656af05eaedaa04f4cd229d63f08e057b5ca57cb3823753767 128 0.05/1.00 vMB 131
209,110 209,110 000000000000034d02ca8abebb364f5f7fa4dff22e79ffb48bc17dea6aedbb40 1 0.00/1.00 vMB 0
209,109 209,109 00000000000003f7c606edc624d73685ea8af1efcefc72b8c4394a0029b3cb60 456 0.27/1.00 vMB 135
209,108 209,108 00000000000001c5b5517a5b7ec7911bacf4479f12072c108c093895de195782 65 0.03/1.00 vMB 130
209,107 209,107 00000000000000fa67da56644577ca6b6522e5fa9fa0fdc998d8b28b99442c67 56 0.03/1.00 vMB 196
209,106 209,106 00000000000003e1a6256b38e16b8e3a27a86d39f03fa423e1d11a013789bd77 154 0.10/1.00 vMB 108
209,105 209,105 00000000000000d13ff80ccbce4ede50a5fd442e8aadafa79732497cee0bbdc0 139 0.05/1.00 vMB 26
209,104 209,104 00000000000004234d675e49601cc7e7d6f35da356f0126a8e012a4b4cb745e8 60 0.03/1.00 vMB 67
209,103 209,103 00000000000000f54343ebdee0aae2c8334a8a262738d204d3e2f404e2c75b7d 447 0.18/1.00 vMB 214
209,102 209,102 00000000000001fd252f7677b02daf3dda0f0f9ef617e612d114255e266a23ed 13 0.01/1.00 vMB 125
209,101 209,101 000000000000043c1ffd6fd966a4ab36a702390398050baf2b981e904d346992 158 0.08/1.00 vMB 127
209,100 209,100 000000000000005969c5e904245ebbd3592911e731b1a6d3983e8186f9884715 213 0.11/1.00 vMB 173
209,099 209,099 00000000000002987f3486dfb462bd60fd44b62edb106ba31c3ecf0f70063bfa 128 0.05/1.00 vMB 19
209,098 209,098 000000000000036af853e08b09b094504d41f7a5666b4adde1357fc531bcc2cd 182 0.08/1.00 vMB 126
209,097 209,097 0000000000000222d01b18a9ad48bab6b0f66d6bd7adf0c668c112926e8e0867 347 0.17/1.00 vMB 149
209,096 209,096 00000000000001d018ef36d2b7f2712a68fa87af84c299ddcf7e9a511b7e7bdb 378 0.19/1.00 vMB 126
209,095 209,095 0000000000000350b48951885cc7ecf438e71fd021cfdafc33e0f1a0f05f81e4 220 0.07/1.00 vMB 72
209,094 209,094 0000000000000261bf301ae8893a02f383cb9048dc1a01d52dda02d160060c22 107 0.04/1.00 vMB 70
209,093 209,093 000000000000010b29bd0c02784cf7a034f14eebba398864c10a60c26650d32f 576 0.24/1.00 vMB 199
Previous 10 blocks ↓
Total Size: 783.22 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 757.83 GB
    • Received: 19.02 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.