Loading Tool

Explorer IconExplorer

Memory Pool

77,405 transactions
29.97 vMB
0.10849259 BTC
Random Selection Loading Transactions
Max Size: 180.80/200 MB

Candidate Block

Mining Attempt 4f1aef5b6ebd5eaedf5036348364a74e3043aa969d7e6af0d14b9e3a5b89c7a6
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 789e2451c55742d17701bde00d269b684745e920dd17d3f4da1256de08c46d7b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,068
Size: 1.00 vMB
Total Fees: 0.03780763 BTC
Feerates: 357.61 > 3.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (803,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,824 111,824 0000000000009485419f4a24bc7653652286b85d9b405978a48da4ed138c66d9 8 0.00/1.00 vMB 46
111,823 111,823 0000000000002d88e65c67b149ce1f55a6b57d1c61e92d8ff1f8d449b5c7dbaf 12 0.00/1.00 vMB 3
111,822 111,822 0000000000008f54c530307c1f808d23c2f369e216199744bb84d92eb702dccb 1 0.00/1.00 vMB 0
111,821 111,821 00000000000011eb26e0071fc790aa35cffb389334990c73a98a53c949d82b23 3 0.00/1.00 vMB 0
111,820 111,820 000000000000be3f59a7315d96d5124da259ae433d76f5151462206ead341506 5 0.00/1.00 vMB 0
111,819 111,819 00000000000026c163697626ec6b62edd88c775b3f7fbf1f290138641fd2e7ee 2 0.00/1.00 vMB 0
111,818 111,818 0000000000010d850bfbfeccff96691627c52a8b1716a4d7c992ab6bae1a948c 8 0.00/1.00 vMB 0
111,817 111,817 0000000000002a514e1a6dc6e4a07c6db4852ebe1b81cf7acc7021227ae5a2d4 9 0.00/1.00 vMB 672
111,816 111,816 000000000000feacd2cc5dda95917ae2d1cdfbf29541f28c8e7b5ac430df18f1 5 0.01/1.00 vMB 167
111,815 111,815 0000000000011ab9c99afd9eb4525effec437c914fe4d801f38b184936fb51b7 4 0.00/1.00 vMB 0
111,814 111,814 000000000000d6af8e71901fcfdde0a2458038fd368dd3ef54ae1cef0b61ff51 9 0.00/1.00 vMB 6
111,813 111,813 00000000000124372467998e8b91dffaa15ac51f41432e9ad32db7bc1954cfb5 21 0.02/1.00 vMB 976
111,812 111,812 000000000000c5c8ae961465733abc4731b5a28e295da6989ce6f2a26c5ceb85 8 0.00/1.00 vMB 0
111,811 111,811 000000000000a660c00c72583ccae4af7a3f7499fce9321a47b17994fd748dd4 10 0.00/1.00 vMB 0
111,810 111,810 000000000000fc8f4a076d5a121ccf639a69b741e19eed41bea8d34cbff52aaa 4 0.00/1.00 vMB 0
111,809 111,809 0000000000007c9379dbc95150773dba89bc718f1d26b220031c87bc9c66ceb0 11 0.00/1.00 vMB 0
111,808 111,808 000000000000161742b5dbd6bce5bb5e91dffff5dd5b520b3def10b151f00964 5 0.00/1.00 vMB 0
111,807 111,807 0000000000010994f741452adbcc27e07bcb1fb089d7fff190394c7c550234e5 11 0.00/1.00 vMB 0
111,806 111,806 00000000000124870aab3e06a1783cc5b1a6b754c9e4c6d6927ea02f8c1e615c 12 0.00/1.00 vMB 0
111,805 111,805 0000000000003e2444291498b4d57ab2e80ec29d04283d8b0c321e088d8eba1b 33 0.01/1.00 vMB 0
111,804 111,804 0000000000002c26f249dd15c05c68f0859dd6c69a0d1ce7689a968e7e272ab4 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.15 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: 744.34 GB
    • Received: 18.71 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.