Loading Tool

Explorer IconExplorer

Memory Pool

86,533 transactions
31.81 vMB
0.12825970 BTC
Random Selection Loading Transactions
Max Size: 191.98/200 MB

Candidate Block

Mining Attempt 34dc8b299fb0cb9451c6b355c541e595c42a824d7db01c1aba3beec34e8f7b57
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root 3b6d86711b956dd099afd0007adb1992be85d6b834e1b455b181d808ad9d213a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,078
Size: 1.00 vMB
Total Fees: 0.04565476 BTC
Feerates: 911.92 > 4.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (278,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,216 636,216 000000000000000000036f582ee53507398ab1e83997ad5d150ef3def746d8c4 1,949 1.00/1.00 vMB 15
636,215 636,215 0000000000000000000a7bf76dbc19cad8efa900f264d5c81bea7f0ba7a3b0b5 1 0.00/1.00 vMB 0
636,214 636,214 0000000000000000000b45c65616d32d82c5a67389765afc15fedcc6e3090a95 2,520 1.00/1.00 vMB 21
636,213 636,213 0000000000000000000c998e3ca33e7e5f6aee411c54ef7f5a797df5910b735c 627 1.00/1.00 vMB 6
636,212 636,212 000000000000000000076787375d269c01ea4e3040091972984027c994d4d891 1,188 1.00/1.00 vMB 11
636,211 636,211 00000000000000000002340c39c1d81bc330a6cd79cc1e3f83f84a39c4bae436 1,689 1.00/1.00 vMB 18
636,210 636,210 0000000000000000000c7b6d395753092c1a473cad9a8a7108e0c76a4715adbb 473 1.00/1.00 vMB 3
636,209 636,209 0000000000000000000b70dbcf743eef358df66a9fdc8275ec99dbf50f02b1ba 599 1.00/1.00 vMB 2
636,208 636,208 0000000000000000000fc0c009551c201047ed694916ae4c3bec53110d94144c 2,450 1.00/1.00 vMB 11
636,207 636,207 00000000000000000003cb18657a2e35442b43e79ad1d1f41b711079694d0e97 2,441 1.00/1.00 vMB 9
636,206 636,206 000000000000000000077c17738dc19cb2f56b712d582bdad7c2eb077b5adaf0 2,330 1.00/1.00 vMB 38
636,205 636,205 000000000000000000056cb8419133b80b33c254b7d9179d16ffbadb6e2397e5 2,518 1.00/1.00 vMB 29
636,204 636,204 00000000000000000011cb091ab3217eed37cf7674a08065c749587f57328ac2 2,758 1.00/1.00 vMB 42
636,203 636,203 0000000000000000000f89d0ff59e14447045c88b5db29185bb4de24426abef3 2,232 1.00/1.00 vMB 11
636,202 636,202 000000000000000000003b68dff45fc7e7ceef82c052989fba2fbf3d91326ed8 2,603 1.00/1.00 vMB 22
636,201 636,201 0000000000000000000fdfd81e110f3b5f8612ce1f55d0e7777fd368356ae0c0 3,055 1.00/1.00 vMB 13
636,200 636,200 0000000000000000000f8afd612ba0fd281568e7befe0fc5825d539c50fb03a9 2,170 1.00/1.00 vMB 26
636,199 636,199 00000000000000000005494fb245b2fbd53f359d58403c0a7dea0af15de64ee6 2,798 1.00/1.00 vMB 40
636,198 636,198 00000000000000000001e3f322efd96595846435e31a938d070e757294fed12a 2,886 1.00/1.00 vMB 44
636,197 636,197 0000000000000000000cbdc962a087737c9f6f93fbdabee78b7e85c9d4db4239 2,086 1.00/1.00 vMB 18
636,196 636,196 0000000000000000000cb3101048f95f9258cf76dc0386aacbacdcb8f2d68725 2,951 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.34 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.92 GB
    • Received: 14.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.