Loading Tool

Explorer IconExplorer

Memory Pool

81,413 transactions
30.97 vMB
0.09024363 BTC
Random Selection Loading Transactions
Max Size: 188.02/200 MB

Candidate Block

Mining Attempt 9937222617dda8bfcd577be703704ee7e2f436ea0308efd2949086b70ba23ac3
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root da5db1a1ccef2344204bd023e8a7a618cf2854c5f05ed520dbb99b1858b886e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,765
Size: 1.00 vMB
Total Fees: 0.02361745 BTC
Feerates: 351.58 > 2.37 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (495,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
419,763 419,763 000000000000000004b45ccb90cfd6b9b4a5a4de7bfec5fa4a72a1fa8a52dbe5 1,145 0.68/1.00 vMB 60
419,762 419,762 0000000000000000001c093cdcf7f715c9af5e1aa755dbcafaa64fceea416698 886 1.00/1.00 vMB 21
419,761 419,761 000000000000000002fdedc58a8b96b4df348605a56ac9b855f1a359e83e57af 2,385 1.00/1.00 vMB 62
419,760 419,760 00000000000000000175c103f31bdca04e470e088e559941c1948555dca2eab6 2,151 1.00/1.00 vMB 55
419,759 419,759 0000000000000000039f69aa76a21d7d4b5e51ab7ab51a214e69c3be2a52222b 1,099 0.99/1.00 vMB 31
419,758 419,758 0000000000000000015291977a1a3fe072e8d267b77b646922d533e85218e90a 90 0.04/1.00 vMB 61
419,757 419,757 000000000000000003ec3e9ee1aa22c7f8ffad0c43cbe1a63b942142022ad739 1,420 0.64/1.00 vMB 62
419,756 419,756 000000000000000002ebc79be5f94e7369bf4af7ed41490148542497c3b64411 2,125 0.95/1.00 vMB 55
419,755 419,755 0000000000000000047b0b18f83e5a624217ee71c4a39dcd017c2f3223461a45 2,363 0.99/1.00 vMB 59
419,754 419,754 00000000000000000460d9c6e4793e8899d3ef3b65fdcd19f1c4404b20196e6f 1,647 0.88/1.00 vMB 51
419,753 419,753 000000000000000000c44eacbd542989179b10f8cd7eae12d0c687582f63e680 2,252 1.00/1.00 vMB 60
419,752 419,752 000000000000000000f3c3c4cceb8b34967a68914201fc1768fc3ff2357544d0 549 0.99/1.00 vMB 26
419,751 419,751 0000000000000000044620ca43bb12e124b3fc8c103a5b1075507c10ae08031d 1,447 0.58/1.00 vMB 68
419,750 419,750 0000000000000000035bb41f60c0144768af9f46d36e09b7a6caa88d987d76ce 29 0.01/1.00 vMB 59
419,749 419,749 000000000000000004fea78c364c56870a8404f0c06da69b8b529c91242c1bc4 1,692 0.99/1.00 vMB 45
419,748 419,748 0000000000000000017d8436d14de2db67fb852ac97866fa6dc36299c1a863c1 2,652 1.00/1.00 vMB 69
419,747 419,747 00000000000000000324e4979ff3a8789457ef8b63f59bbdd3b4ed9787aef964 1,173 0.99/1.00 vMB 31
419,746 419,746 0000000000000000029a3a0a55646764265f65fdf5a5c24ff888a5e80b12d69e 1,350 1.00/1.00 vMB 36
419,745 419,745 000000000000000001bfdb05fc3d2c02d3353ccd49115f4a958df9ed5ad5e8fc 1,132 0.93/1.00 vMB 28
419,744 419,744 000000000000000002c36d40039c26fb8c2d787f91471935ea30032ca0eda7c2 2,101 1.00/1.00 vMB 38
419,743 419,743 00000000000000000171f7ab2e79f97d2c15b6614228386e026ae7559cfbaff0 1,693 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.75 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: 708.65 GB
    • Received: 16.74 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.