Loading Tool

Explorer IconExplorer

Memory Pool

42,001 transactions
31.76 vMB
0.09446432 BTC
Random Selection Loading Transactions
Max Size: 159.29/200 MB

Candidate Block

Mining Attempt 508644694f34bb86dea3c3ed077419a25c44a26bdf37a16687b035810db6f3fb
Version 20000000
Previous Block 00000000000000000000a7f094557a1c08216b2fd5b94073a11ff2864e9b9455
Merkle Root e96eacb4e35246e043b3b3ec4ede0d8a9d96391b5017ae7d55e7b1c10accd1bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,495
Size: 1.00 vMB
Total Fees: 0.02872669 BTC
Feerates: 401.97 > 2.88 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,565 (735,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
179,495 179,495 00000000000002401d20fd82602ca776b7eacee86f86182221b1db896cc93dae 126 0.06/1.00 vMB 133
179,494 179,494 00000000000000eee7c248fa3e55528f4413c4eba27aa23a616e9fee1c305da5 37 0.02/1.00 vMB 102
179,493 179,493 000000000000038ada6b78158fb736a6c131ead6a3ccfcdd3822875a18fd8cb3 12 0.00/1.00 vMB 112
179,492 179,492 0000000000000611288e8ee423fe5451f06120751dd6b92b1106a3e11a8f561a 88 0.03/1.00 vMB 104
179,491 179,491 000000000000099d4ba16f3d7dc30da94f308cac52b571be87a2c7b43c0167ca 162 0.08/1.00 vMB 124
179,490 179,490 0000000000000252e9fa3fd290cdae8d75b5d55b7bb6c01c48b4f25b00985644 85 0.07/1.00 vMB 47
179,489 179,489 00000000000007d330501a81011c485ed9f9214dbb3cba0926ed38aba78f88d0 89 0.04/1.00 vMB 149
179,488 179,488 00000000000001cac115e15f1d327de6e14029fd753e22de78ca63429efb46d6 76 0.03/1.00 vMB 122
179,487 179,487 000000000000064d7da0b482c80db8ad54209c122e21862fd07f9a389ae2fcd6 63 0.02/1.00 vMB 13
179,486 179,486 00000000000001ed248d0f83604a3d38b31697b8bde51e02d3c7f1657b53ff53 149 0.07/1.00 vMB 163
179,485 179,485 00000000000006d17fb35303b2bdc600411efe85f6da482a33ab605ff0f4ed97 114 0.05/1.00 vMB 173
179,484 179,484 0000000000000958fe287ae210e0c59b626633fe155da5634bb10ef09b6b4ad3 215 0.11/1.00 vMB 229
179,483 179,483 00000000000002c9f049487fab283ca8a431f8eb5bf44d83a4ed26dca978c0d0 13 0.03/1.00 vMB 57
179,482 179,482 00000000000000178d5cd58f2bd7ce4a37f2a059d4f52184f2c57dc06f8c239f 27 0.03/1.00 vMB 110
179,481 179,481 00000000000004e6e5e140edb36b2a62e146445f2420cad7ad2cca98877ee149 28 0.01/1.00 vMB 52
179,480 179,480 0000000000000843daf09deee6da861741a225abb7d8d2a3213f1985e2634f2a 78 0.04/1.00 vMB 92
179,479 179,479 0000000000000997057e82eaf16d4f4ae54b639f8d9fe45db1781f603cdf3e3b 82 0.04/1.00 vMB 398
179,478 179,478 0000000000000329adb076ccc4cf0dac5d1c8ae9ef70ab69f081ba3870d4cb0d 115 0.03/1.00 vMB 0
179,477 179,477 00000000000001a1bdaa7a8371e3250f5e5fecc4272553a0dcb643f054a73b53 103 0.04/1.00 vMB 66
179,476 179,476 00000000000000f65378891142cbda1c422a2c1d8be951605da95ad419fee660 129 0.06/1.00 vMB 526
179,475 179,475 000000000000047c28bd223b2041fb2ec64c33c7fc06bf41f2bf8858ea09ef6c 73 0.05/1.00 vMB 351
Previous 10 blocks ↓
Total Size: 781.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 624.86 GB
    • Received: 11.57 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.