Loading Tool

Explorer IconExplorer

Memory Pool

84,664 transactions
31.78 vMB
0.16415450 BTC
Random Selection Loading Transactions
Max Size: 189.19/200 MB

Candidate Block

Mining Attempt 5d38184d73028a952d41df6f144a751ff54ca8f54de97d2380a5e5b39d3ffdb6
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 44fbbf2d88a43f3e8e512687bfc2baf683a018711f669e8172a8f5d9151f2b58
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,130
Size: 1.00 vMB
Total Fees: 0.05201381 BTC
Feerates: 402.75 > 5.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (143,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
771,600 771,600 0000000000000000000655b327f1d6f296f95812520c2d15cc3c2d0db503019a 2,679 1.00/1.00 vMB 7
771,599 771,599 00000000000000000002e53c88a5a3d621d08eb2d06f706ea669fd6765e7993f 2,562 1.00/1.00 vMB 10
771,598 771,598 000000000000000000009c40fd06e40c6a2ab550b59e0b053324e28ea4e56292 3,011 1.00/1.00 vMB 19
771,597 771,597 00000000000000000000c92ea126b2c6a4a11f3713597185c03d64fd5b86b748 256 1.00/1.00 vMB 3
771,596 771,596 0000000000000000000677f762cc9f36ad4e12884c54b6153443a93751c18b89 1,696 1.00/1.00 vMB 9
771,595 771,595 0000000000000000000058c71686269df6cac6e4bb350ec8999a53e18d1740ef 3,442 1.00/1.00 vMB 12
771,594 771,594 00000000000000000000aec6f2f87d8cc62d648e024d32fb941fa403c4372195 3,327 1.00/1.00 vMB 14
771,593 771,593 00000000000000000008292dc6e5ebecb2702b37ef65ac64296e4506c4d2d064 2,184 1.00/1.00 vMB 11
771,592 771,592 0000000000000000000454e5c36390df30ca15d4d07cedc5e67ad06e00c1c971 2,651 1.00/1.00 vMB 7
771,591 771,591 00000000000000000000118b42ce26b1c31b97acf72af914edfb55b666196153 3,380 1.00/1.00 vMB 28
771,590 771,590 00000000000000000007c04f272064f6e2f2abb8ee21afd0adbe0fa3e80c4a36 1,273 0.33/1.00 vMB 12
771,589 771,589 00000000000000000003e0bc99a7eab0ce06f7bc5da4ceffb131d0005759cf04 981 0.30/1.00 vMB 15
771,588 771,588 00000000000000000006bd995e21fef272bd30f61d08cc9b6ea8df3d35770c74 708 0.20/1.00 vMB 13
771,587 771,587 0000000000000000000249623a2e3aa1f4a1dc3b012781c93c51256ddf6e0bd3 206 0.10/1.00 vMB 6
771,586 771,586 00000000000000000007126ee9450d17cc168bf111c55404f297766d02524922 1,141 0.33/1.00 vMB 11
771,585 771,585 000000000000000000022b2c9a60d7159d2266f10f5c41c545913eebe5741911 2,747 0.80/1.00 vMB 11
771,584 771,584 0000000000000000000660e7861db9e3e45d658de1361771d0c47f7ad1a92609 2,622 0.79/1.00 vMB 3
771,583 771,583 00000000000000000005da9b18c52029cfc21a512fd6b87d4a2471ddf9bf5ee8 3,451 1.00/1.00 vMB 18
771,582 771,582 00000000000000000004d363757fdd4d01113439dae0fa690602433e39f4d6e2 1,456 0.47/1.00 vMB 11
771,581 771,581 00000000000000000000a2802f2f322a6290590f5efc26dc16118095c261cd7e 575 0.16/1.00 vMB 11
771,580 771,580 000000000000000000033f4742479bebc3e68277c29c5f29008d828f64cb6782 413 0.12/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.65 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.66 GB
    • Received: 16.30 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.