Loading Tool

Explorer IconExplorer

Memory Pool

81,207 transactions
29.55 vMB
0.08289584 BTC
Random Selection Loading Transactions
Max Size: 179.84/200 MB

Candidate Block

Mining Attempt fbea1fe5f1801c8b81abae612cec89063c9cd6407dae53f8e804544ab47d7598
Version 20000000
Previous Block 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff
Merkle Root b6b41fdbade729fb795b58252af4c73f423e6f70bbdf23b90d1d05542cacfff3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,286
Size: 1.00 vMB
Total Fees: 0.02061593 BTC
Feerates: 100.53 > 2.07 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,082 (341,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,539 573,539 00000000000000000015c207c450a97ab16f4d502e6975b7d08875865d5544a1 2,692 1.00/1.00 vMB 8
573,538 573,538 000000000000000000121a87c68218606484f0937c9554483769297a490e2cde 3,024 1.00/1.00 vMB 23
573,537 573,537 00000000000000000004b90de5f23c828e55cd3db17f2e2e953f373734474995 3,452 1.00/1.00 vMB 31
573,536 573,536 000000000000000000183c635d6c05db839ed63bb1f4f0ecb38aad4f0955477c 3,359 1.00/1.00 vMB 26
573,535 573,535 0000000000000000001c093b24d56c3f89d2bc9382d12f050d70f319ceb53914 3,378 1.00/1.00 vMB 50
573,534 573,534 0000000000000000000cb4e7ba078d7816365debf8d44baaff6f9281ddfa7be1 2,883 1.00/1.00 vMB 13
573,533 573,533 00000000000000000025173bb21ba3bfd208a04ced21dc6d6eefee552d0de1eb 2,969 1.00/1.00 vMB 43
573,532 573,532 000000000000000000061087aae5a0f65bc999f31e6ef3546c51601e52cf0bbd 2,145 1.00/1.00 vMB 47
573,531 573,531 000000000000000000016311bcaa434c120b0efcb605c01fcbd61e70a44b03e7 3,868 1.00/1.00 vMB 73
573,530 573,530 00000000000000000007fc2ff17cdcff7315624b540d68f98bdc6b5fd3d4187f 2,437 1.00/1.00 vMB 55
573,529 573,529 000000000000000000089d1ad887f424e32df2976d652c996125cd43b9d20ce1 3,806 1.00/1.00 vMB 68
573,528 573,528 000000000000000000179925545e9cd83c0ea252b2c5eb1495f653d4cb5fa44d 3,212 1.00/1.00 vMB 22
573,527 573,527 00000000000000000014f50c28f97054c672279e1f0c01c22836de981709e1da 3,526 1.00/1.00 vMB 14
573,526 573,526 000000000000000000189f4c3e18e26c0cc7b934763da06d48084aeeb5402b00 3,540 1.00/1.00 vMB 29
573,525 573,525 0000000000000000001c044b32df99dc3f39f789ad3d18a6e1c9f02a4fb5b74d 2,819 1.00/1.00 vMB 14
573,524 573,524 0000000000000000002863ad9cbd7d5233606f3c2d0b135ebd52b2106851a6ee 3,061 1.00/1.00 vMB 18
573,523 573,523 0000000000000000001fd325c4ad75768248fc8b38c3239ad86d03db7702ed40 3,227 1.00/1.00 vMB 29
573,522 573,522 00000000000000000021d691b53c5fd815f3c87b2681ba0d5410245769515ad1 2,824 1.00/1.00 vMB 10
573,521 573,521 00000000000000000016b35a6ede34250eb4ab437c19a3890cd233d4e01dc7f3 2,837 1.00/1.00 vMB 20
573,520 573,520 0000000000000000002693a3e1f53c43b3194cea19dc6c34fbc06a044c60569f 2,561 1.00/1.00 vMB 58
573,519 573,519 0000000000000000000d74eb804115eaba5cc6c277ed267b8176c8dfcdba69d1 2,933 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.54 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: 669.01 GB
    • Received: 15.71 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.