Loading Tool

Explorer IconExplorer

Memory Pool

73,242 transactions
27.07 vMB
0.06125584 BTC
Random Selection Loading Transactions
Max Size: 165.34/200 MB

Candidate Block

Mining Attempt e2eec66243450d4f86efd4d5caf6f5d58b857ed23e85a8dd9d522af340510aa8
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root b621c0ebeaed131c42a5d21150ea48955c1e3f6ad0053ed898bc3ae81d1520a1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,729
Size: 1.00 vMB
Total Fees: 0.00395144 BTC
Feerates: 40.21 > 0.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (474,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,486 440,486 00000000000000000024d786f6670f1e42ea9dffcf19f38458fd96b8d99ab028 1,662 1.00/1.00 vMB 82
440,485 440,485 00000000000000000046c48f029e64b5c3b79d4ac4748b4b08c3df7069f56b17 2,604 1.00/1.00 vMB 80
440,484 440,484 000000000000000002fad17fdb335cfb26fefd4998eb8676a059d130f2f3a66f 2,782 1.00/1.00 vMB 116
440,483 440,483 0000000000000000010d96d01e91a1c6081af828cf474ef81bf9d25245788b0b 2,036 1.00/1.00 vMB 126
440,482 440,482 000000000000000003bbe2757e61c334dfe7ceaa00eb595952d03c2bbcd11cdc 1,754 1.00/1.00 vMB 81
440,481 440,481 0000000000000000035aa151f7515dc150e2d72e20fbfaa5b0b77ea2bedd3e27 2,718 1.00/1.00 vMB 135
440,480 440,480 000000000000000001e8b5734cabc2b9a5b89f7bdb757e5aa3c854d0b1019276 1,925 1.00/1.00 vMB 59
440,479 440,479 0000000000000000002f86692860f71ab142575c94fc9c24c2327e14191ac50b 2,289 1.00/1.00 vMB 110
440,478 440,478 0000000000000000004bca1016089c4cd988d049c1b7c74721bf636e44d25126 1,103 1.00/1.00 vMB 57
440,477 440,477 000000000000000002e2552ee109f27cb5032bd5abbea61dd7cd864cf5e6b6d7 128 0.06/1.00 vMB 83
440,476 440,476 0000000000000000009b6005c49ed2f7c1454ce4c47795f4ddb824ca705fdbdb 849 1.00/1.00 vMB 27
440,475 440,475 000000000000000000d36a0b119d10e05c4c0d1381d61ebba06258e40731a035 518 1.00/1.00 vMB 52
440,474 440,474 0000000000000000007f9413cfee8b16c961076a175b82c03e6c51a2848d3c37 2,063 1.00/1.00 vMB 83
440,473 440,473 00000000000000000310861d4bb2ca44199935e62018aa5696f8cc2d579a2a38 476 1.00/1.00 vMB 25
440,472 440,472 000000000000000003c88a5967d35424e378f3fe3f1566c4af47493d51fd52e5 1,378 1.00/1.00 vMB 40
440,471 440,471 00000000000000000334796b6c4450369e56db91be0af7376dad40d7b3469ee8 2,179 1.00/1.00 vMB 88
440,470 440,470 000000000000000001b4c0e3fd2bd37329c5795eb46f40b48c2584df3f73ecad 2,027 1.00/1.00 vMB 69
440,469 440,469 000000000000000002fe2614356b077e084c916d809d2c8d388e3c79d7671f2b 1,809 1.00/1.00 vMB 103
440,468 440,468 000000000000000001ea2992ff35fab2ab867efee8d62d34a8c3a5359aea408b 2,349 1.00/1.00 vMB 76
440,467 440,467 000000000000000003ddd3ff219fb6ecd4806dc3c0454fd275dd15ca3ebabc8d 2,290 1.00/1.00 vMB 105
440,466 440,466 0000000000000000034141dd12ec594bd64a11694827c88bf9bb24984bb34028 2,925 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.94 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: 714.89 GB
    • Received: 17.61 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.