Loading Tool

Explorer IconExplorer

Memory Pool

73,485 transactions
28.28 vMB
0.07445488 BTC
Random Selection Loading Transactions
Max Size: 167.38/200 MB

Candidate Block

Mining Attempt 9eef8f73d671b5075fd215cb456770f9efffba6c465e024403e9e1163e5f6d8d
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root b9106545c85b9ef36503cf100f3ff733642a73ff75b751e823b487a6f1f9c90d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,870
Size: 1.00 vMB
Total Fees: 0.01781492 BTC
Feerates: 150.86 > 1.79 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (388,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
526,213 526,213 0000000000000000001afb0c90f1ef08aeacaf4ae28aaccc71e4805fd73b0055 132 1.00/1.00 vMB 1
526,212 526,212 00000000000000000015ad6a9de2c7a64f2679fbe9a66dcfbcb6f421878a41cd 270 1.00/1.00 vMB 1
526,211 526,211 0000000000000000002e783b6a71301a2471b10e03ab095042bc1c00c2fc223e 447 0.29/1.00 vMB 17
526,210 526,210 00000000000000000038b33d06f908a867bce1ebe75cff89e2cbf19ccb0e2ee7 1,437 1.00/1.00 vMB 12
526,209 526,209 0000000000000000000cf84455e87a9fb4a5ea0ced600aee5625402a4ba10f85 273 1.00/1.00 vMB 2
526,208 526,208 0000000000000000000651c86f10e550d2e386e9a2be96db56442c90dd64f8a7 948 1.00/1.00 vMB 7
526,207 526,207 000000000000000000296ac26b5ba8998fd05663d079e72f4acb7d189e24a68a 140 1.00/1.00 vMB 1
526,206 526,206 0000000000000000000eda46b4911b5a360c2c9c7dd75df6deb6ede8b73f8118 1,567 1.00/1.00 vMB 10
526,205 526,205 0000000000000000002d5ad39ccf8b81c5fc57240baa0cb559a1617f2c4db7b1 416 1.00/1.00 vMB 2
526,204 526,204 00000000000000000035c645508c58deb4287a34237415d43c4b787402dc3568 529 1.00/1.00 vMB 5
526,203 526,203 00000000000000000036909c831a50ee6784f6ee79eb13a30a8572543c984228 876 1.00/1.00 vMB 9
526,202 526,202 0000000000000000001046ef625643a7ca76fe583c97371812dbc93b5276a7c8 376 1.00/1.00 vMB 3
526,201 526,201 0000000000000000002c9f41ab6bd55499a9549dbce3a039d76de30d9cbc1cac 929 1.00/1.00 vMB 8
526,200 526,200 00000000000000000003ff11138db05f390d86a32dd7a94a0961d723127d78b1 1,103 1.00/1.00 vMB 6
526,199 526,199 0000000000000000002b91198308bfe0bdd05c2ecf5b6168cc8f2ff1b9fc1924 1,972 1.00/1.00 vMB 8
526,198 526,198 0000000000000000000ecfefd7c66cbeb7dcc741f4dbe92aa272a613a2514af4 2,790 1.00/1.00 vMB 24
526,197 526,197 0000000000000000001589c2a9ebd955a3d5ea3e3b131cf874e374674e8dce1f 2,871 1.00/1.00 vMB 9
526,196 526,196 000000000000000000121347e4c736891ebb6e7be0812770c05e542026f27cf6 869 0.39/1.00 vMB 8
526,195 526,195 00000000000000000019efdc62b5546f47673b77afcc68b0da53b9c586218096 2,799 1.00/1.00 vMB 16
526,194 526,194 000000000000000000148a7d5ed297a713bd8513690f6ffa424597c3dcadb286 2,989 1.00/1.00 vMB 24
526,193 526,193 0000000000000000000e1e60456f1ea56431fdffe04d65c3bfc5a740fac9dd69 2,829 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.45 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: 666.81 GB
    • Received: 15.22 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.