Loading Tool

Explorer IconExplorer

Memory Pool

78,735 transactions
30.03 vMB
0.08987700 BTC
Random Selection Loading Transactions
Max Size: 179.42/200 MB

Candidate Block

Mining Attempt cd59c4d03b46cc525f1fead7db20970cafb47b5f4e67fa16dcf0046b6a29462b
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root b2b7b94e724b8250f783d26ca569967f9049f9340efd5f477ec39b0e27585007
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,952
Size: 1.00 vMB
Total Fees: 0.02046190 BTC
Feerates: 150.61 > 2.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (449,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,497 465,497 00000000000000000003128e02ee49b3ffc3c17e60937f43fe61265d7f6951cd 2,127 1.00/1.00 vMB 222
465,496 465,496 000000000000000000a49375b0241bc5126047673fb32f8306b0b0c6a12fcde1 2,732 1.00/1.00 vMB 262
465,495 465,495 0000000000000000005bdb1735aabd767c4f926f1307ce33ca4ba26337e08921 2,701 1.00/1.00 vMB 272
465,494 465,494 000000000000000000427f0f9894ea1c4a02801a43c2eff6bf13e0d29239642d 2,574 1.00/1.00 vMB 260
465,493 465,493 0000000000000000009b3101daa04b5909bd0c083e1bdbcac9e5e034d441118b 2,905 1.00/1.00 vMB 215
465,492 465,492 0000000000000000011129cde7fd3162c821cd09c47111069470dc1927da1757 3,348 1.00/1.00 vMB 220
465,491 465,491 0000000000000000008be3a70fcd6111ec84c1252c7b7a46a8a8bf67fe0a7814 1,754 1.00/1.00 vMB 191
465,490 465,490 0000000000000000004f4ccd3d7dc6c2d16f6aa9f1a995306ce7825a3f009b95 2,432 1.00/1.00 vMB 236
465,489 465,489 000000000000000001112324e47c70fecc8726e9ac8597dc06a02cd2296dce55 1,814 1.00/1.00 vMB 176
465,488 465,488 00000000000000000149a44c311c05f79ec663b933359ca207ace4481f1cd777 1,722 1.00/1.00 vMB 210
465,487 465,487 000000000000000001d57e3b503da93dfea8ffb07210f932f16eda97c80a7646 1,443 0.93/1.00 vMB 243
465,486 465,486 00000000000000000155321514de4c98f9be6c0871f88def31cb0a53e4da3b1e 2,530 1.00/1.00 vMB 189
465,485 465,485 000000000000000002166f20a3fc43e84a51d32d05d08387275be9c437964474 2,512 1.00/1.00 vMB 160
465,484 465,484 0000000000000000009e143b0b7270f65ebaaed9746d7da0768eb7a91369da80 2,116 1.00/1.00 vMB 174
465,483 465,483 0000000000000000011c1ac82c7fd78965bc5e12c5b8a8575cac9de7a78f96e4 2,874 1.00/1.00 vMB 196
465,482 465,482 000000000000000000240b1bf78caa1562543f6908814e9bd92e86540d880614 2,791 1.00/1.00 vMB 259
465,481 465,481 00000000000000000013a45d99ad949e9c0707f00ad3432414d49d5fe501d626 2,540 1.00/1.00 vMB 158
465,480 465,480 00000000000000000128fada00da181aa0c79d3576f1fc31986fde6c4f7f9c10 2,804 1.00/1.00 vMB 220
465,479 465,479 00000000000000000204557029e1bf4c9511744201c98c863dc9ec6c9ee48727 2,772 1.00/1.00 vMB 194
465,478 465,478 0000000000000000016c5d3971474ac7f713007a98365d724bbe9cb2a07c5c42 2,737 1.00/1.00 vMB 160
465,477 465,477 00000000000000000127b072477d8c01585518f7e9a2ccc4e9c60192e695149c 1,785 1.00/1.00 vMB 160
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.34 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.