Loading Tool

Explorer IconExplorer

Memory Pool

76,057 transactions
29.67 vMB
0.06785235 BTC
Random Selection Loading Transactions
Max Size: 179.50/200 MB

Candidate Block

Mining Attempt 934d802632ec6f92e03acd5d9ac8e57f2a4a31da7a5ff717f053a4c3929b1061
Version 20000000
Previous Block 00000000000000000001202d9deac2496cbee3e462561514b22f7bca5f959693
Merkle Root 6fe9fe075e2129071d44756515a8c0be03434182227e5e82257429fdd2b59026
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,601
Size: 1.00 vMB
Total Fees: 0.00528817 BTC
Feerates: 50.90 > 0.53 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,206 (538,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
376,758 376,758 00000000000000000a2ef7d4a2cd385f1ca0852b88cd6b05fc9d72fcc8c877a5 989 0.49/1.00 vMB 36
376,757 376,757 000000000000000003819c3b19b3086a7eb1dd167b4f93943000a15669b027ad 913 0.43/1.00 vMB 40
376,756 376,756 00000000000000000c8cf7e8769fa80142e019f2a67049c31e1a51a70c298be6 192 0.08/1.00 vMB 35
376,755 376,755 00000000000000000223dea4eab26a3dcdc1a04604e8517821bae32f615d4e71 800 0.38/1.00 vMB 45
376,754 376,754 0000000000000000057f7d0ff5b90061f4da1fda690ca871a1f6a1dc9b332c11 786 0.45/1.00 vMB 32
376,753 376,753 000000000000000005aeff74de4fe0d309888d07b62ce91c51f9866114cf9be1 1,037 0.54/1.00 vMB 42
376,752 376,752 00000000000000000af15b11d2d6ed5d29280f56e52dd95d1d64543fc482df94 388 0.23/1.00 vMB 38
376,751 376,751 00000000000000000cfe7e8faccfeda4656987a59bc223a44b33c23bccd8b0bc 731 0.35/1.00 vMB 35
376,750 376,750 0000000000000000116f27344e81240ada60f5d081a8a4129507383a70de39c9 701 0.38/1.00 vMB 35
376,749 376,749 00000000000000000f2bcaa5ecf72988a1b389d9bb3f287717a828d350c20649 611 0.37/1.00 vMB 37
376,748 376,748 00000000000000000cebde0509bf167b882f2e30e62bdb2430f3593b9c844b9a 479 0.78/1.00 vMB 5
376,747 376,747 0000000000000000064310b08fa80c0241a6c7a905283a7cc06e9edd717da69d 823 0.73/1.00 vMB 22
376,746 376,746 00000000000000000c45e9b13dcc44aee1063645f8a2cb8681f3539586ddbbd0 1 0.00/1.00 vMB 0
376,745 376,745 00000000000000000a927797986d90464274f8f56c95d9b18accf59a72f8e996 978 0.95/1.00 vMB 15
376,744 376,744 000000000000000000cbcca7bf7c02ce5a2058926cdca1cec457576f1aba0d47 1,592 1.00/1.00 vMB 24
376,743 376,743 000000000000000000268e442de23ac66221327383f87fe4b0508e1e490e5d4e 741 1.00/1.00 vMB 33
376,742 376,742 00000000000000000e8f5b6ab4df2ad1e2f307d8078e82eaceee6a946acb7b1f 2,750 1.00/1.00 vMB 63
376,741 376,741 00000000000000000a43688c9d9415d9432b80532bab6332a38e72d0340d1203 125 0.12/1.00 vMB 18
376,740 376,740 00000000000000000f80a18a49a04a32b7afd564d3ae8a4c6a78db8ee739b175 895 0.69/1.00 vMB 21
376,739 376,739 00000000000000000818f923ff479d2d644e7495e740c37f6d6c8a3df42e5a01 1,403 0.75/1.00 vMB 42
376,738 376,738 00000000000000000fc143d0b49c90524a7efa59ed2cee0fb8b277baaca3fe4a 176 0.12/1.00 vMB 46
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.60 GB
    • Received: 16.74 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.