Loading Tool

Explorer IconExplorer

Memory Pool

74,173 transactions
27.35 vMB
0.06565449 BTC
Random Selection Loading Transactions
Max Size: 167.19/200 MB

Candidate Block

Mining Attempt 341c603b3a38ea87c1be9876ea717ad5d19e3742a4789dd76ed0457e713e76fe
Version 20000000
Previous Block 00000000000000000001557435dcff3b80a2812f16c9780d6c7bb42700c76759
Merkle Root a2c20b8b3d8c407b0520ce7c4ab8f832cd2a72f1325635526feef353c3788097
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,515
Size: 1.00 vMB
Total Fees: 0.00740394 BTC
Feerates: 179.53 > 0.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,260 (354,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,183 561,183 0000000000000000000dc8beeb76c4c184fdbf38560d1cd8994d3c187b9fe3ce 1,735 0.55/1.00 vMB 15
561,182 561,182 00000000000000000005bfc6cff2f7ac538b9ea2605f5bd186b44bf3b7351525 2,904 0.93/1.00 vMB 10
561,181 561,181 0000000000000000001e9524fee060f650a871871faa205b50d6c31538d5b1a2 2,177 0.69/1.00 vMB 12
561,180 561,180 0000000000000000000f086e511b2f85f8a729e3d1dd69cba0e927eefbed6218 2,757 1.00/1.00 vMB 34
561,179 561,179 000000000000000000066f3e5854d214c4ee35b37914fe2664edd9dd575e4d96 1,970 0.64/1.00 vMB 10
561,178 561,178 000000000000000000182f0cf176cccd0f716d4c5b95b9ac263f48fb264e2d4b 2,430 1.00/1.00 vMB 14
561,177 561,177 0000000000000000002a2852127a81a60474d490702c2dbe0967e6c5a56106e1 2,439 0.83/1.00 vMB 10
561,176 561,176 00000000000000000017fe22e747d1581a84def177d20f83fe96f22800e5c940 2,155 0.89/1.00 vMB 2
561,175 561,175 0000000000000000001a59eaf2be7ca742b1c02f266f98db847a903af8c237ef 3,023 1.00/1.00 vMB 11
561,174 561,174 0000000000000000001f85848378177472c5cc98cf6a0be95f6450c72261b201 3,183 1.00/1.00 vMB 33
561,173 561,173 000000000000000000028b2b6aea2fbca7dfa2ec8969aea543d1badc9055ad19 2,289 0.71/1.00 vMB 5
561,172 561,172 00000000000000000016e955f7d7607f3f21b065e341a47ed6a4d20928dc6fce 2,595 1.00/1.00 vMB 39
561,171 561,171 0000000000000000002ffa64a9cf870cdcdd4df8e34794a0d36ae37223b8cb66 2,885 0.88/1.00 vMB 10
561,170 561,170 0000000000000000001a1ad21606271b9970749df5494280aaf9ce806994280c 2,482 1.00/1.00 vMB 14
561,169 561,169 000000000000000000007a71929fa248d2d7b475d3b902e757987c6b3313f808 2,199 0.69/1.00 vMB 6
561,168 561,168 00000000000000000018f05d15dbe4e72f16c98e9ca30fa1bde7eb6f68b67cf9 3,102 1.00/1.00 vMB 13
561,167 561,167 0000000000000000002edd66ace8ec3fdad73f17527b32c5d77849b96bff97b9 2,752 1.00/1.00 vMB 13
561,166 561,166 00000000000000000003f1945d664167dbe96dfdb82fd47be36229fa187ab767 3,220 1.00/1.00 vMB 14
561,165 561,165 00000000000000000028d8d76292502aa0b58898f979d9775e3d201e7aa14f24 3,340 1.00/1.00 vMB 40
561,164 561,164 0000000000000000000d102f13a8f599c066aaf434707d4e394fc59bbad987ea 228 0.07/1.00 vMB 17
561,163 561,163 000000000000000000245f4ea0df25219d3047d03b6c741464a322f098e543f7 1,174 0.35/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.84 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: 712.36 GB
    • Received: 17.17 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.