Loading Tool

Explorer IconExplorer

Memory Pool

80,888 transactions
29.73 vMB
0.10205748 BTC
Random Selection Loading Transactions
Max Size: 179.90/200 MB

Candidate Block

Mining Attempt 0c79b23979dab21f80b572e84c15ff3099d8c69ef02e0bb909d63ad43eb90c48
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root f8fb8f238e1153d1860d57191147acd7f0055858422686640e9e8a23bf50b0e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,185
Size: 1.00 vMB
Total Fees: 0.03765604 BTC
Feerates: 146.36 > 3.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (523,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
392,101 392,101 0000000000000000004d6a7f1f516937e30c2063c9904239e88fe4c8aa39fed9 1,469 0.75/1.00 vMB 26
392,100 392,100 0000000000000000072af43a15c64bf7bb113847d45ee5c57695d28566dda2d4 1,932 0.75/1.00 vMB 39
392,099 392,099 0000000000000000019ffe611c7686e823554dc7a7b138fbb2d98669de41a0bc 588 0.26/1.00 vMB 38
392,098 392,098 000000000000000003cd8250d0cf49b51bd661d2a1007286869df2d3c7dc75e1 1,071 0.91/1.00 vMB 18
392,097 392,097 00000000000000000195d40f86149dce988be6065e00ea8584a8f3d3a852a409 1,462 0.63/1.00 vMB 35
392,096 392,096 000000000000000008e9c1712de4dccd8b7939bef9ecde23979f6f003bcea141 1,562 1.00/1.00 vMB 25
392,095 392,095 0000000000000000031bbffd01e999fa2f4878b13c71875d5d7c562dc8a527c2 2,212 0.93/1.00 vMB 34
392,094 392,094 000000000000000005d1903472305cb2359b765ddb1b9624f268bf6570d5bf75 1,491 0.93/1.00 vMB 35
392,093 392,093 00000000000000000408fa3c4393c3860b99af89bac58454244afeaf61fd06b3 2 0.00/1.00 vMB 0
392,092 392,092 000000000000000002e2ad9316a262509d60fe4ca004222968b5d46dd81b40c3 883 0.93/1.00 vMB 28
392,091 392,091 00000000000000000a00fbb77525f0fa2267be5d5d24cd199b3da13916695877 1,904 0.93/1.00 vMB 23
392,090 392,090 0000000000000000063fd7f57599bc47a92ed76547ff7d28c8ace5fb8e39c50c 1,260 0.99/1.00 vMB 38
392,089 392,089 000000000000000004b88efe027feff46d6f26d4f18692cb00e8e18c4e8e1035 1 0.00/1.00 vMB 0
392,088 392,088 000000000000000006f52785a9eccd75e36dc6b30e60d291c6bd303df1ee2f10 2,001 1.00/1.00 vMB 37
392,087 392,087 0000000000000000064c74c5e5c5fe94e1f2f57805dc8430a7e74d5f920ffb82 1,396 0.89/1.00 vMB 44
392,086 392,086 00000000000000000a03e08c9b36466c6335974947acb2f320b9fc36dca38fb3 181 0.09/1.00 vMB 91
392,085 392,085 00000000000000000696cd4661d2b3026637384a58d9c0854981c469405742b2 2,077 0.91/1.00 vMB 66
392,084 392,084 00000000000000000512ec4f4f007e37a2c7dee1557c17bf13c524fef54ce561 2,934 0.93/1.00 vMB 59
392,083 392,083 0000000000000000011669af46af6731ade401b6300ba0185c08d221e63698d1 1,287 0.80/1.00 vMB 35
392,082 392,082 0000000000000000066b016300e57d165bf5c851a6bac7527601e5ab5f66019f 777 0.51/1.00 vMB 29
392,081 392,081 000000000000000003fbfe051d59ffc31ad346d7b711d56dc199f7f2a33555a6 25 0.05/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.