Loading Tool

Explorer IconExplorer

Memory Pool

27,547 transactions
12.33 vMB
0.04462618 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 71.10/200 MB

Candidate Block

Mining Attempt e249d4eb6e901e5d6e97086f710a90829ce8300dce04b45054dfbcb6067860fd
Version 20000000
Previous Block 00000000000000000000b1914f84f5f11538b49a2e576884c8d12f6d1efbe203
Merkle Root 879f5d069a47efbcfeb5853a3882750b1e3d84dcb003b2dc4e7b7b04f6a44630
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,200
Size: 0.99786175 1.00 vMB
Total Fees: 0.02363538 BTC
Feerates: 301.67 > 2.37 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,769 (718,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
195,294 195,294 0000000000000161845523fa561afbd760a46098b1d850202c2e71cab54b6bc6 102 0.03/1.00 vMB 92
195,293 195,293 000000000000001aca9bbad18b624e1c1f825c3f89645a4ad8cbdf5819acc3cd 158 0.05/1.00 vMB 151
195,292 195,292 000000000000062b08b56a14d8c651a0ee4e8ed520d80791efe41df61b605d2e 76 0.03/1.00 vMB 302
195,291 195,291 00000000000002b7e164d3091cbd20689a9bf264c6fba1883dd2318234eef469 26 0.01/1.00 vMB 93
195,290 195,290 00000000000000beed8252596f640c331b7d31f4878ae866f0bf7ba5af01c05b 13 0.00/1.00 vMB 70
195,289 195,289 000000000000018655d65470ff4eab6ff8864e419d1e48f9efd9bc21dd6c2592 44 0.02/1.00 vMB 120
195,288 195,288 000000000000052a87fe96554a3f16052543662f71fc5d62a6b52eff5cf57c50 42 0.02/1.00 vMB 104
195,287 195,287 0000000000000207ad04eb6f1724d64c003bcf3b9191ef67de01523a0d045b6b 104 0.04/1.00 vMB 132
195,286 195,286 00000000000001a9e5300c00edc05093289c72287fe8040ecc101d467adb7779 128 0.05/1.00 vMB 147
195,285 195,285 00000000000006ec29113c825a3abc529aeaf27691a4dc045c12d9cb96e62a1b 256 0.10/1.00 vMB 102
195,284 195,284 000000000000075ed937f5708b003bd92434b419ff4f4a1518e4f187beed6a3d 12 0.00/1.00 vMB 44
195,283 195,283 000000000000015198f5514085dc3559bf74cbb9eb540cc98c7c807a5f37ce21 512 0.18/1.00 vMB 245
195,282 195,282 00000000000006960ae98f76608347ef06f30c36c76ad958e64f60cf571c48b6 191 0.07/1.00 vMB 131
195,281 195,281 0000000000000237fc2547404e45e5fbc910345be963e27ad40d579b585526dc 94 0.03/1.00 vMB 113
195,280 195,280 000000000000026e8d656864bd27765aebd84fc5350c975723b87a73d47ac62f 31 0.01/1.00 vMB 93
195,279 195,279 00000000000005398a616df64f1955e4fb9be7184263631642a76331bb11de3f 30 0.02/1.00 vMB 121
195,278 195,278 0000000000000117f8fffe62262834a6729c21eaa5c8f3d00edff40727c42a53 88 0.03/1.00 vMB 203
195,277 195,277 00000000000006ff5eed4ec95ad4407b45c1532750718da44d590df987ae8e96 52 0.02/1.00 vMB 134
195,276 195,276 00000000000003b10a9d9a4e90d14dc19cbf52f2de45bbfa76827c3ce06206cf 52 0.02/1.00 vMB 144
195,275 195,275 00000000000001a5a748aaaf7e32c88ccbba00527e8d4acee9232c2fdf4699dd 87 0.03/1.00 vMB 143
195,274 195,274 00000000000000a8c1b4718a0b447aa72235086ce49afdb59450046752642879 80 0.03/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 780.21 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: 506.34 GB
    • Received: 4.10 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.