Loading Tool

Explorer IconExplorer

Memory Pool

79,135 transactions
29.50 vMB
0.06859349 BTC
Random Selection Loading Transactions
Max Size: 177.54/200 MB

Candidate Block

Mining Attempt a11986f8b8e91a83c1f9d5ef2bfd499a2c89adcbb3c70709469264b0452e7ec7
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root f00bd9628e94b11e114d49e9ccfa5617805793a60b19ee9dac9bf95440ee9e28
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,197
Size: 1.00 vMB
Total Fees: 0.00876593 BTC
Feerates: 150.77 > 0.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (688,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
226,873 226,873 00000000000000844f373f497d8e63221eb303a90b0a2263444e1000fc4caa54 404 0.20/1.00 vMB 167
226,872 226,872 00000000000002cf7f9ae763ada4e2ffc1a94fec601e2167feeb8b034a5b7e9c 6 0.00/1.00 vMB 137
226,871 226,871 00000000000002af02edc8fedc34a7bcb9d028ddf25fae27b3d4bf30376debb0 2 0.00/1.00 vMB 0
226,870 226,870 0000000000000320d61e0bda130b8a4a5f1065a867c2b49a42b631ec120006c0 196 0.09/1.00 vMB 185
226,869 226,869 000000000000001ead4ce1adce417363aa11887e1b61f3bfeaf350b83828f6ce 128 0.06/1.00 vMB 179
226,868 226,868 00000000000001073232cdfb74c82e4403960472599a19c5e8f528be43bbd752 10 0.00/1.00 vMB 157
226,867 226,867 0000000000000196fd63bf72e4290fd63872334801678299dda5e09a57bcb541 64 0.03/1.00 vMB 202
226,866 226,866 00000000000000255b64b67dc55495a10812bc891db240260e9395cfde19934a 102 0.05/1.00 vMB 159
226,865 226,865 00000000000000d044e89111fa6b876b9997885661c20b95956a268c1189f4c9 178 0.08/1.00 vMB 149
226,864 226,864 000000000000003a3f3106d679f3c2fbb6da6d255c658581de5de55b5d580e2d 108 0.05/1.00 vMB 166
226,863 226,863 0000000000000211bf864d71bc126fb5f8c75302897b37867ec04bedf3bdcfd4 220 0.12/1.00 vMB 132
226,862 226,862 00000000000000bdfd19190bb0af1dc9937b0c37a63ea70c3b77784d7d9eb4a1 76 0.03/1.00 vMB 181
226,861 226,861 00000000000001fa34a060f3dc57cd0f2d1ebe1f86db44071b26ba91e1f742e1 146 0.07/1.00 vMB 140
226,860 226,860 000000000000018dd9d5abf7133f24ff33bba39979c21afecc28b0a3be27aed2 97 0.04/1.00 vMB 163
226,859 226,859 0000000000000102b70b33c0fb2a935f91cb0d55eb0e4a0e87649d057cf7d7ad 67 0.03/1.00 vMB 154
226,858 226,858 000000000000031e3aa8b548109d36244f34248ee40a0952b24e0a7e06cca927 138 0.08/1.00 vMB 138
226,857 226,857 00000000000000b9a2499821da867ff5eeeea73c298b1dd1d8b5e79d5d1ff1c2 33 0.01/1.00 vMB 154
226,856 226,856 0000000000000157e1852d2723bfdc9de982c52f18d1ff38ed732f2fd0cb1268 136 0.06/1.00 vMB 136
226,855 226,855 0000000000000146ea54afd433aa6c6f0788ab64baa5e96b52d64786ba70ca6b 64 0.06/1.00 vMB 62
226,854 226,854 00000000000002fc8485117a8e1fa26e33e9ed1fc1dcfce9540dbd7d37947305 256 0.11/1.00 vMB 224
226,853 226,853 000000000000011a6d3ae1c879310f8aa5b6394c6962689b8b519e4b57da839e 89 0.04/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.38 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: 664.31 GB
    • Received: 14.96 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.