Loading Tool

Explorer IconExplorer

Memory Pool

78,600 transactions
29.37 vMB
0.06353049 BTC
Random Selection Loading Transactions
Max Size: 176.77/200 MB

Candidate Block

Mining Attempt 5e884f6d94f9cdb379b19636605fdc3af9b599f1160d44e546518002823adbfe
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root c204916f8bf83dfaa69fa20bfa954e4a19cfac92d85b1e9f83baa959a0e6697f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,538
Size: 1.00 vMB
Total Fees: 0.00403985 BTC
Feerates: 30.48 > 0.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (373,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
541,389 541,389 00000000000000000018f66f06795ce3fabb98289e89bd75666acb6629997b05 1,003 1.00/1.00 vMB 42
541,388 541,388 00000000000000000010a0535c1309061341f27baf00036a111190788e4a908f 559 1.00/1.00 vMB 50
541,387 541,387 00000000000000000010529c04ec0b3cc5dadc3aeb3ed1d02a9541c284c93cbd 1,832 1.00/1.00 vMB 24
541,386 541,386 0000000000000000001b3dc337dcf5400e6f775c460528e9009c5356b0796bfe 2,538 1.00/1.00 vMB 35
541,385 541,385 0000000000000000002394d142cf394d219d9c2d275f1fb17d7ea8eba04e5e5f 859 1.00/1.00 vMB 11
541,384 541,384 0000000000000000000c4e2932b9ef88975d890f6fc3d0fbf8089cef325af2e8 458 1.00/1.00 vMB 5
541,383 541,383 00000000000000000022477cb0d1dd0e5b0011b99418aa6fb449a1769819dca0 1,646 1.00/1.00 vMB 17
541,382 541,382 00000000000000000013529867080ff8acddc65b3320da0d33204392bb06e357 2,062 1.00/1.00 vMB 7
541,381 541,381 00000000000000000015ee332aa94298b540bcb435dada7a1f2a82242d3789fa 2,787 1.00/1.00 vMB 34
541,380 541,380 00000000000000000015da1cfe2d11c8ec4ececc9eb01dd1125c6be579da594e 1,152 0.48/1.00 vMB 43
541,379 541,379 0000000000000000001cc3d99ccb859805aeba0c7fccb2b8d7e6d9e365589708 1,198 1.00/1.00 vMB 17
541,378 541,378 000000000000000000194fe6aa7e1e733f5e2c2ff7757fdc96f5d778eba7e037 1,233 1.00/1.00 vMB 39
541,377 541,377 0000000000000000001240e3e8dc16ba6a597e3a2f47df7a9dad53afa9f96bd3 1,174 1.00/1.00 vMB 10
541,376 541,376 00000000000000000002510b759c6d2f9596f1d7b54bb580019af199a2f20ce2 1,344 1.00/1.00 vMB 17
541,375 541,375 00000000000000000027412810257d61a15c8742d81bd70846accccbb97a5faf 819 1.00/1.00 vMB 6
541,374 541,374 0000000000000000000e226f36d95c9e34a7727f3ab1108704002cb986bc299d 2,180 1.00/1.00 vMB 17
541,373 541,373 000000000000000000072b5f5672bedf0b976150beaa6bcc47b0e30a68f09f67 1,997 1.00/1.00 vMB 15
541,372 541,372 000000000000000000063cb4bcf8e036747ec8afb59877ab8d80405a44501c57 2,269 1.00/1.00 vMB 17
541,371 541,371 0000000000000000000ebfea8cf1840682751a36f1dd72e59547d39fbaa9b748 2,186 1.00/1.00 vMB 22
541,370 541,370 00000000000000000016565425d6182262895b778d5addb868741251191dd8e1 1,636 1.00/1.00 vMB 10
541,369 541,369 0000000000000000000b604e2ccc5b032283b621e3edc83bbd3f4a2a1c73d843 2,379 0.96/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.37 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: 663.14 GB
    • Received: 14.89 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.