Loading Tool

Explorer IconExplorer

Memory Pool

83,257 transactions
30.70 vMB
0.14500569 BTC
Random Selection Loading Transactions
Max Size: 184.77/200 MB

Candidate Block

Mining Attempt 8abdd7879b72dd2201432d81e695ea1115e5b84df6c0d6d480ce22e5d078a4c9
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root f124ee7a2c564fbe0efb08bc5f7bdedaaf07cea401d5a4f149bdf7c12e558251
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,371
Size: 1.00 vMB
Total Fees: 0.07988188 BTC
Feerates: 150.77 > 8.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (328,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,334 586,334 0000000000000000000be1701ede1763172a9ae7edf58d86f5ac1dea6a698f1a 1,820 0.64/1.00 vMB 13
586,333 586,333 0000000000000000001c20dab7a21f8f7f040f0b6950c01623fcc766c1f7fb10 3,228 1.00/1.00 vMB 43
586,332 586,332 0000000000000000000fd9503e02f0cdf48e38544167844a8ba53433da1a4817 1,927 0.61/1.00 vMB 33
586,331 586,331 00000000000000000016bc69098c5a0a45e86ef3b298671d5c84476bd2e4fa2c 2,059 0.61/1.00 vMB 26
586,330 586,330 000000000000000000071261073e453a81af148bb3b9ed73c426d4ddc113ceb0 2,118 0.66/1.00 vMB 28
586,329 586,329 000000000000000000063cf08be9cb9b2935ba7e22aed06eb40a8efae884b5f8 1,265 0.39/1.00 vMB 28
586,328 586,328 00000000000000000010e7c40f2032bbaa4fbd58628c81bffa60cec0d3b66425 1,701 0.55/1.00 vMB 29
586,327 586,327 0000000000000000000f7e095aeab20f95ff1daba0e3d55779b8a35af072eb9d 2,134 0.68/1.00 vMB 27
586,326 586,326 0000000000000000000afb4f60a6e7480fc93b059a2698e521571649d161bc61 879 0.32/1.00 vMB 27
586,325 586,325 0000000000000000001d5332ce41a303c27e06aadf9a8030b24e0a81cb82d39e 1,592 0.53/1.00 vMB 7
586,324 586,324 000000000000000000031ceeb07e65a503e894eec7bf673efff12576ff197af0 2,662 1.00/1.00 vMB 47
586,323 586,323 0000000000000000000cdd47178e1f0d9bee83a2e8571cf6e22d5ac763f5d63b 53 0.02/1.00 vMB 14
586,322 586,322 0000000000000000000b78203e70bb7a3c9f74f5a2f6aa5391625f9e2117babc 1,961 0.71/1.00 vMB 26
586,321 586,321 00000000000000000018841aa78ca200db86be80831d66aca596aab67077c1ad 1,551 0.54/1.00 vMB 26
586,320 586,320 000000000000000000033514b577322a0015afdec22f3d7ad6910b5e319c34e3 2,770 1.00/1.00 vMB 34
586,319 586,319 0000000000000000001555d5367c66da1dc0a5f4f6ab5920fc3bec097804a2ac 137 0.05/1.00 vMB 52
586,318 586,318 0000000000000000000335843a62bdbff4ab78cac21320c5836653f10c9f32d4 1,498 0.57/1.00 vMB 31
586,317 586,317 0000000000000000001ba0f861f5d2ecb22549be1eab1d49c16b30d81b7d3d5b 2,221 0.74/1.00 vMB 31
586,316 586,316 000000000000000000018bf237bae2573e9a2a1f474936a7450c0405060953a2 2,673 0.87/1.00 vMB 34
586,315 586,315 00000000000000000018bfb6397ce6c3ee90051a615b086c33676e060ceab18f 1,570 0.50/1.00 vMB 39
586,314 586,314 00000000000000000015149b817f457fb46b6f68a857580930e9107a9c77a233 2,053 0.75/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.33 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: 660.44 GB
    • Received: 14.75 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.