Loading Tool

Explorer IconExplorer

Memory Pool

57,169 transactions
18.81 vMB
0.04922963 BTC
Random Selection Loading Transactions
Max Size: 119.02/200 MB

Candidate Block

Mining Attempt a662c31358360f9e5de4d7d3bf416d253e76e078c56b269d2e3ec1d6edfd4ad1
Version 20000000
Previous Block 00000000000000000001091000006f1c03a4ef8ca9b57fd51dde0fdfb677ef26
Merkle Root c2863d2e39a5d8342a0effcea926f60b3b8ab665948241241df2a17ad4b7cdb6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 811
Size: 1.00 vMB
Total Fees: 0.00696945 BTC
Feerates: 185.04 > 0.70 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,699 (821,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
94,028 94,028 0000000000076d5bc24568bbadd14e277da2eca51a37f9377a7171c0053db306 2 0.00/1.00 vMB 0
94,027 94,027 00000000000878ab45bffa13838a480881cd33bab039900b2ef461180712e1c1 8 0.00/1.00 vMB 0
94,026 94,026 00000000000058ebdbd2789020da47d1ea39254d748880f9284f7b7053fe1c60 2 0.00/1.00 vMB 0
94,025 94,025 00000000000061799373eed5ed28bea5bc32b6d2b0772d72ca0d41b3caad9754 1 0.00/1.00 vMB 0
94,024 94,024 000000000006bdb88c03414dbdf3bb6a76d8db86f0c4cc5a1d654658896d1ad4 1 0.00/1.00 vMB 0
94,023 94,023 000000000005ee19cd1ea8f16c501328165e8a2e867d1f8bb54f8ccdc314c13f 6 0.00/1.00 vMB 0
94,022 94,022 0000000000052e6ec3878293f4fcb4f09a550e4d47cc20a52a0a2424252db4d7 2 0.00/1.00 vMB 0
94,021 94,021 00000000000426d6d7fd256ff9a7dc532b255256b3e7afe0ddab54560bca4a4e 6 0.00/1.00 vMB 0
94,020 94,020 000000000003ac85dc4374090c39713738715c1787b4d61d768518fc09fdade9 2 0.00/1.00 vMB 0
94,019 94,019 000000000000b86e7c8171686d862ccba134c714b87f686fcd74939202d21b26 3 0.00/1.00 vMB 0
94,018 94,018 000000000008cb170bd95728ca14ab2777a6731cff3f1296fc374f3ae239c9f9 3 0.00/1.00 vMB 0
94,017 94,017 0000000000077e6f0eab0c41e46595fa91f36f376fd603b1ebc3c8178107bd9c 1 0.00/1.00 vMB 0
94,016 94,016 000000000001324ec2a8ad6f680cbe759fe46ccb8ab7f6e4ca411d6817188c6b 8 0.00/1.00 vMB 0
94,015 94,015 00000000000784e86becb255951555b6a28a98fdb42f50751278aa09f4b6728a 3 0.00/1.00 vMB 0
94,014 94,014 0000000000084e249431a9252eaf196ab98f3819162f7b88422b091fc08c00a7 5 0.00/1.00 vMB 0
94,013 94,013 0000000000068b46ddedd59f43b7c038bb3a1484b248e0476935a4afa28dbc97 2 0.00/1.00 vMB 0
94,012 94,012 0000000000035051f2ab3c5f6cf5a6c615577c86ed1d6ea7f54c1a618001ee15 8 0.00/1.00 vMB 0
94,011 94,011 00000000000377e0c5cf91b20d0b0cff10985f799b4bfc5270787ff7ae05e63c 1 0.00/1.00 vMB 0
94,010 94,010 00000000000079859d9d43664cb7d721bbdce7abfec2c1e95d790a0b91512107 1 0.00/1.00 vMB 0
94,009 94,009 00000000000974a56fc522c678b8a1a9b85fbff87028fae208e03bbe2274bc52 4 0.00/1.00 vMB 0
94,008 94,008 00000000000045d597a8151b3a8f82ff14373715cd947f55f4547b5afbb03c4c 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.59 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: 775.05 GB
    • Received: 20.78 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.