Loading Tool

Explorer IconExplorer

Memory Pool

44,945 transactions
27.24 vMB
0.06779545 BTC
Random Selection Loading Transactions
Max Size: 143.10/200 MB

Candidate Block

Mining Attempt 6c1a4c416365817cad6d8972299359187fdd7c1d2abcdb2f3136460ecbea1e87
Version 20000000
Previous Block 00000000000000000000b4188af0ccd9466ef1de1996e2359e537cb492551e73
Merkle Root bbdec7015a34d42440c132265e433dd1faaefda57d529ef2da4d8b55daf8d4d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,590
Size: 1.00 vMB
Total Fees: 0.01659778 BTC
Feerates: 100.00 > 1.66 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,890 (150,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
764,656 764,656 00000000000000000006d1028e55426d7df918c231ee66f251f0b735c7002eff 2,139 1.00/1.00 vMB 24
764,655 764,655 0000000000000000000738a607221aa1e129084a5f491529472856863b68acdf 1,262 1.00/1.00 vMB 16
764,654 764,654 00000000000000000004a62315c0ee78fe025e3cf99d95a3dfd0b8f73d62fdf2 3,113 1.00/1.00 vMB 20
764,653 764,653 00000000000000000004e8c55c5f849f3d060fe2e4a3d482efc4e7e7f1248b8f 1,821 1.00/1.00 vMB 22
764,652 764,652 00000000000000000005da6d15d1bf9754c4fb12e5c00a4516f4241978b1d49c 3,346 1.00/1.00 vMB 28
764,651 764,651 000000000000000000011ff086cc9a2b3291e77495c4502709911a058ff22eb6 3,648 1.00/1.00 vMB 39
764,650 764,650 0000000000000000000284b31d545adc52b8d9b6fefedf8b673a0680795cf845 2,801 1.00/1.00 vMB 33
764,649 764,649 000000000000000000001e93642f9a8648f98deff46a20647f8fedd01ea69d68 3,654 1.00/1.00 vMB 37
764,648 764,648 000000000000000000017992b687fa00fdbc2dc7d379aa5bd680cc30ef0a7d93 1,784 1.00/1.00 vMB 36
764,647 764,647 00000000000000000003ead0057d0379e39a1350215c7532c5ef26a40430d141 3,339 1.00/1.00 vMB 54
764,646 764,646 00000000000000000003ac9a8060e00792163b5afc090d21a1c7e1f3f2401f4a 1,753 1.00/1.00 vMB 29
764,645 764,645 00000000000000000004cde12b75255066461cd51afe0e7e5d2f2ec4fb650520 1,695 1.00/1.00 vMB 8
764,644 764,644 00000000000000000003ef67e25abbb06bfc6d18f702636b77699ca3500bb510 662 1.00/1.00 vMB 11
764,643 764,643 00000000000000000000ad537e93b62a73891c90c43e1050518797dec92a3d2a 2,151 1.00/1.00 vMB 24
764,642 764,642 00000000000000000005806242e7b0c58e2b3ca9905b297151e7949c1582c92c 1,282 1.00/1.00 vMB 13
764,641 764,641 00000000000000000003e5784af62b6cbf68aa314bbf3d61083a722fec2157f6 3,487 1.00/1.00 vMB 31
764,640 764,640 00000000000000000006a5a3e35fb1feef4804e35a61570756cf9285bfd0e847 1,424 0.66/1.00 vMB 16
764,639 764,639 0000000000000000000305c10f9c0da14e21674c8960b88efa043c2358338e40 682 0.31/1.00 vMB 14
764,638 764,638 00000000000000000004f85e6f3089ba31ac66ddf7b6806533bb573c48d2a8be 36 0.01/1.00 vMB 23
764,637 764,637 00000000000000000004504f530a593069244f5eeabff9aaa439ab85da0e5721 929 0.87/1.00 vMB 6
764,636 764,636 0000000000000000000531f363f60f8f165fcff5594d8627515a99938a4ac0b3 1,705 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.19 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: 653.77 GB
    • Received: 14.05 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.