Loading Tool

Explorer IconExplorer

Memory Pool

83,359 transactions
32.67 vMB
0.10201411 BTC
Random Selection Loading Transactions
Max Size: 195.94/200 MB

Candidate Block

Mining Attempt c3a708725b27b544e9f4899cf2e9a706c67cf46e09fd1c6f709ba06577236596
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root 94ca728a046284b35c7f540cc6a9458bf24abaedd46185f9207add1d2d825446
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,254
Size: 1.00 vMB
Total Fees: 0.02567936 BTC
Feerates: 265.25 > 2.57 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (808,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,220 106,220 0000000000019fc366c9daf81f14768835d5a1237bd99debf7cde80fca7e6eb5 3 0.00/1.00 vMB 252
106,219 106,219 0000000000006b397d083a097d38a9f504098d0cf82b39bcfcd7b758b8041a41 10 0.00/1.00 vMB 183
106,218 106,218 0000000000020e666183d330d2c7099cfbccb631db987316db191c7e9a87dc56 4 0.00/1.00 vMB 0
106,217 106,217 0000000000012aff63a88237219279ca039e41bef6f58f6f089c94d7e04ff0d8 1 0.00/1.00 vMB 0
106,216 106,216 000000000002370a48f737eb0544637af021d40f028db7688a4868130598e14c 3 0.00/1.00 vMB 0
106,215 106,215 00000000000038e634073469fcfc3bc174368b4a16917a1a8a45415d661d6357 23 0.01/1.00 vMB 0
106,214 106,214 000000000000a8b07febffadeb5f613b907e0bb927064daab14e1e61da6c87fa 1 0.00/1.00 vMB 0
106,213 106,213 00000000000126be5e1d1dc6776509d4c2aca992883bc67dee2c0d93827ee3fc 1 0.00/1.00 vMB 0
106,212 106,212 00000000000261f01608e7333fc3669f1cdffcceb6d668ff5e9bbafbf967c6e5 2 0.00/1.00 vMB 0
106,211 106,211 0000000000021f540b58f5bf81494e470c15232b7c8d9ea7a7dc588a2f4a3fa8 2 0.00/1.00 vMB 0
106,210 106,210 0000000000020d4caed7d9a3f6f8d3645364d654a3f9589bf5f8df9df85a1490 4 0.00/1.00 vMB 0
106,209 106,209 000000000000e246b864313cf7915a1aa527665a25be881a6a97d28618abd08a 4 0.00/1.00 vMB 0
106,208 106,208 0000000000028c1c909a92db37ed9b97fdfd4b02118bc48b3e39cb453d764e3c 3 0.00/1.00 vMB 0
106,207 106,207 000000000001349c91b96bf037aa76b59033a2360fc23548128fe395dde836b5 22 0.01/1.00 vMB 0
106,206 106,206 000000000000d6cdc1ce6e8d4eb1962e91eebe5f2885c4c2d42946b8f7def317 2 0.00/1.00 vMB 0
106,205 106,205 00000000000132a1af8597e216f7b3fc72e245bc6e04946a3ac629a4655e03c7 1 0.00/1.00 vMB 0
106,204 106,204 00000000000092d2b4a84d99a848bd6abcce0f271b6d32873e69a14738e365f9 1 0.00/1.00 vMB 0
106,203 106,203 0000000000014b2b51032f75cf0ac4b366f0ac9179d78f44e1417e9d6208082d 2 0.00/1.00 vMB 0
106,202 106,202 000000000001fc35d39f92d80e9e75ac98105fef6a4698d825918a2aad6b432f 4 0.00/1.00 vMB 0
106,201 106,201 000000000001515c427bf4a56f18c35bf1c373e5e33e6936c8585a9daedc7813 11 0.00/1.00 vMB 0
106,200 106,200 000000000001b698157e0937bbd3e8fd2c91577c8c4bad7f2901540fb4d94b6c 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.70 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: 697.32 GB
    • Received: 16.56 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.