Loading Tool

Explorer IconExplorer

Memory Pool

81,388 transactions
31.02 vMB
0.07954212 BTC
Random Selection Loading Transactions
Max Size: 188.63/200 MB

Candidate Block

Mining Attempt 102c50074b34662cdb11e14e22ee604382bf3a9411096806ca709d418da8b71b
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root 697fe8e8c201e91c8e0ee874d268fdeb8f141eedb85452a06972e60271e21db0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,183
Size: 1.00 vMB
Total Fees: 0.01276759 BTC
Feerates: 73.20 > 1.28 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (808,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
106,199 106,199 0000000000020a651b109e13ea32b1a79255ea2dee8eb9d369cea6bdb91d73c6 4 0.00/1.00 vMB 0
106,198 106,198 0000000000014e47df23ce25662e3e7e0d8bfba73a096707b4a16c9433aefbcc 1 0.00/1.00 vMB 0
106,197 106,197 0000000000012b38aeaecee616dc8c7027f9b44ae499d78fee70e3f6c4b2db37 1 0.00/1.00 vMB 0
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.74 GB
    • Received: 16.76 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.