Loading Tool

Explorer IconExplorer

Memory Pool

79,432 transactions
29.23 vMB
0.11021647 BTC
Random Selection Loading Transactions
Max Size: 177.34/200 MB

Candidate Block

Mining Attempt 75a6ef2cd20c34415976c9134b1b5bbffcb8dcf764a5b2f669d888d577fc9d12
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 30a74567aef63de7ea1a267a93819738a51afb976751b6c6724575f265807f15
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,098
Size: 1.00 vMB
Total Fees: 0.04904860 BTC
Feerates: 151.07 > 4.91 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (324,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,185 590,185 000000000000000000068c1bd55de29192c1eeb81f3acce050666ae9729dbd83 1,579 0.50/1.00 vMB 18
590,184 590,184 00000000000000000010599b2d770a66015c22bfb25ab303374d60c3347a9898 2,431 1.00/1.00 vMB 4
590,183 590,183 0000000000000000001490b89029944f8e4f2c3278954b5f561deb1397914de5 3,151 1.00/1.00 vMB 58
590,182 590,182 0000000000000000000e84d4c83811175af981990598503e3c172fad9ee6978e 2,609 1.00/1.00 vMB 43
590,181 590,181 0000000000000000000f1f8585a103e6f7c9c9efed0bc58903ce25263b060fa9 2,887 1.00/1.00 vMB 56
590,180 590,180 000000000000000000166c8299acd2d45ac8f1ed4ea3cd0559b39eb932921511 2,034 0.80/1.00 vMB 5
590,179 590,179 00000000000000000011ce5480ff455e26fce1f84f74a0c6308d294a6aa98434 3,239 1.00/1.00 vMB 59
590,178 590,178 0000000000000000000246074b1d6413c08c85cb0c1a15c4d412c7861512c563 2,139 0.78/1.00 vMB 32
590,177 590,177 0000000000000000000494fa6354cb85a60373c588e930486a0f8e1d208df80d 2,507 0.82/1.00 vMB 31
590,176 590,176 0000000000000000000131354e70ffa183b7e0851abb3a67e5dcb663f9eacaa2 2,132 1.00/1.00 vMB 15
590,175 590,175 0000000000000000001b29b304fc9af00e0bc61ff16e9e356e0d7ead703482f7 3,270 1.00/1.00 vMB 64
590,174 590,174 000000000000000000069579720cc518ada3a53071a37e4b695e9d9a8cef4102 2,444 0.90/1.00 vMB 15
590,173 590,173 00000000000000000004a19e8c36499b31d91c82ec856e58013a338032aac81e 2,732 1.00/1.00 vMB 66
590,172 590,172 0000000000000000000ec96e261bb744e1110f7cf4ab47e3d07fa7cd1dc1d63d 2,336 0.77/1.00 vMB 10
590,171 590,171 00000000000000000018410bd635a7fc1b8f2a598e369e925b0548067a45182b 2,855 1.00/1.00 vMB 64
590,170 590,170 000000000000000000122858e4aa5ea9048f1ac3804b1221f1065e0e89fd4c28 2,497 0.84/1.00 vMB 35
590,169 590,169 0000000000000000001a5e688478f3781ae9d8f42d7303c2cae66c14677d38c7 2,799 1.00/1.00 vMB 49
590,168 590,168 00000000000000000018a26795e8e13f7f39737e2b755ec84de31e4a8027ad3b 1,697 0.93/1.00 vMB 48
590,167 590,167 00000000000000000012c2b41dc39b9d1f55aff503c6ed7f0de12f35d82667d8 1,241 0.46/1.00 vMB 41
590,166 590,166 0000000000000000000d079d873ba363b0d38cec7e1442d61b28f9a9e985b562 1,835 0.76/1.00 vMB 3
590,165 590,165 0000000000000000001506a83819e982c51cb9b1a17a0d8441086d15eb5221bd 2,082 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.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: 671.63 GB
    • Received: 15.97 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.