Loading Tool

Explorer IconExplorer

Memory Pool

30,640 transactions
18.27 vMB
0.04698234 BTC
Random Selection Loading Transactions
Max Size: 97.08/200 MB

Candidate Block

Mining Attempt 198e1daf878990a125582dd61d931bdd239e6a011e9d759fbd0ff866195508c7
Version 20000000
Previous Block 0000000000000000000119ce95786a15a8ef79eb69929548bb35e0e13ef5ced5
Merkle Root ea753339b4ffd88e7ea8dba0db81cf8dd54e33cfb3c958090597cc86085ed476
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,894
Size: 1.00 vMB
Total Fees: 0.01253119 BTC
Feerates: 200.82 > 1.26 > 0.22 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,891 (780,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
133,236 133,236 0000000000000c14a6f80c1573209229f8d8d851becdee21405e2fc74da5f28e 1 0.00/1.00 vMB 0
133,235 133,235 0000000000000aaafd8c0c811ac8960ec9865b5253a5d997faddf6388dbf446a 133 0.06/1.00 vMB 1,891
133,234 133,234 000000000000022864244e4888c871189fe15ab87637a3113d5dd6bf41baa728 196 0.08/1.00 vMB 1,178
133,233 133,233 0000000000000464742a8d6147c4ef3a0d41658f643d624555a1cfa9c80aa0f3 146 0.07/1.00 vMB 1,279
133,232 133,232 00000000000006de0b10cc05ec5d7d0cae8f83300de363eb87c2124dfb1f187a 134 0.06/1.00 vMB 423
133,231 133,231 0000000000000090dc8b2105b5d3caecafbcee6031af636f09fab1ce80fb34ee 51 0.05/1.00 vMB 1,252
133,230 133,230 0000000000000763ea3a40cb614ab58430785e88f2041a0ad2d8fd6b92e28075 24 0.01/1.00 vMB 414
133,229 133,229 000000000000014568b6b875d4b23fedb3c9f51c5d4e3640eeb029b263b4098d 64 0.02/1.00 vMB 440
133,228 133,228 00000000000009a4f32ecdff577bc239d46c14af081508823baa15a47b5579c1 23 0.05/1.00 vMB 1,624
133,227 133,227 0000000000000adc4244aa8089e01e0db33175c32b8a47b3590f4c3c1b945da9 92 0.03/1.00 vMB 210
133,226 133,226 000000000000024c6906a0345408f93a03ac696d5e10d79d0889bbfd8606e495 14 0.01/1.00 vMB 703
133,225 133,225 0000000000000a8c839cdbe6e783dc1b206679ca350e1d6460966c2434f56be4 138 0.04/1.00 vMB 2,116
133,224 133,224 00000000000009208e1eb7ff68e0642ebcc94c7298e77a90f01ec55ab69a4184 14 0.00/1.00 vMB 918
133,223 133,223 000000000000008d5442bcb5e444201d87ce599d3cbfbd6ebd5a45183d7dd5f7 101 0.03/1.00 vMB 304
133,222 133,222 0000000000000c1366bbfb2ee94b2f1c9ff42fcd82aaa9175440f2ff54bb5449 80 0.03/1.00 vMB 487
133,221 133,221 00000000000002be9055786486f467c93fdeec150c32c9c0b3c822cc4aec696f 118 0.04/1.00 vMB 322
133,220 133,220 000000000000029b4b03122dc75e22952e574ded1ba7caef1fd81c1d11f08e73 49 0.02/1.00 vMB 1,371
133,219 133,219 000000000000001493ab1074ff880d8474e28b5c78d6914427154f55cdff4b2d 24 0.01/1.00 vMB 405
133,218 133,218 000000000000021838183f8113af1a9d8af37f6d90d3f1d1dc24df2bc6823322 83 0.03/1.00 vMB 634
133,217 133,217 00000000000001d7e863471030776c57e50dffa1f3c947cb0a84d1844789e2d8 8 0.00/1.00 vMB 420
133,216 133,216 00000000000002fe11c55261094856036a8d9feb303d2353d9d6b5a08d407838 126 0.04/1.00 vMB 341
Previous 10 blocks ↓
Total Size: 780.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 526.04 GB
    • Received: 5.27 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.