Loading Tool

Explorer IconExplorer

Memory Pool

25,546 transactions
27.06 vMB
0.06003447 BTC
Random Selection Loading Transactions
Max Size: 129.16/200 MB

Candidate Block

Mining Attempt ae56171cc8a45ea24418da75a09a32d99bdcb6af2c351832f136f0bd5db20189
Version 20000000
Previous Block 000000000000000000008bb1e440ff81db36f781b06f2649023c6f896da5e43e
Merkle Root 50a68c4a3b0816c57921d1ac6233bd0928a876d30a8b86f926a0893066b2b7c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,156
Size: 1.00 vMB
Total Fees: 0.00902599 BTC
Feerates: 150.93 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,480 (333,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,626 580,626 000000000000000000157e5816bdb0a704cf6133154da781f2c0afbbad2af91c 2,081 1.00/1.00 vMB 90
580,625 580,625 0000000000000000001891adb583597084749a8276e4ff98841d923db5c9eacb 1 0.00/1.00 vMB 0
580,624 580,624 0000000000000000000c7429fdf210f55c80f13f9377face34c6dcfef16773e8 1,609 1.00/1.00 vMB 86
580,623 580,623 000000000000000000120fe30dd4b7768db66eca5e92bdc9eb948e7dfe572c7c 1,502 1.00/1.00 vMB 102
580,622 580,622 00000000000000000005ec4a00fa72b70607d52cebff38d4520febe9a9fc8f74 2,321 1.00/1.00 vMB 95
580,621 580,621 0000000000000000002224cbf21aab88e4bc284f7f9eed1e2ed44e4bcb62112b 1,889 1.00/1.00 vMB 104
580,620 580,620 0000000000000000000b8b5abe3d1f91e90bfa39f151700c4fb9cffe5b10b276 1,350 1.00/1.00 vMB 119
580,619 580,619 000000000000000000139fdd97bcbf4a8cb6aea3685dc36ba52789e9d0f1dfd1 1,721 1.00/1.00 vMB 119
580,618 580,618 00000000000000000021873a6237b6bf299c334925062609b5e91d39d46ca044 2,068 1.00/1.00 vMB 109
580,617 580,617 000000000000000000113d5b7da76b18a34b4c21d4e0ce3a57b895698402ce95 1,795 1.00/1.00 vMB 74
580,616 580,616 0000000000000000000231b0f4c3f72d5872feaa17e747683ad7869e37cf1857 2,059 1.00/1.00 vMB 90
580,615 580,615 0000000000000000000d196e35ec96b2067243f6085f18457b14c516ec7d7ed5 2,272 1.00/1.00 vMB 84
580,614 580,614 00000000000000000016cad609cfe6a16902f4c68a21fb1fee78dba51c650738 979 1.00/1.00 vMB 86
580,613 580,613 0000000000000000000e7d1d4a35531f541e143331501f62490ab4ce9af2d40b 2,653 1.00/1.00 vMB 73
580,612 580,612 000000000000000000139d9d26da0a2c13d8d985bc77d819e96701c248ca5798 2,825 1.00/1.00 vMB 59
580,611 580,611 0000000000000000000a1e82a387fa2896ddde4d0a2ac536e8b2bc577d2c9aca 2,050 1.00/1.00 vMB 81
580,610 580,610 0000000000000000001826848921ad6f97c607e879af1c3d16f72e6a1c1376a5 2,430 1.00/1.00 vMB 124
580,609 580,609 000000000000000000045035ed152a8365993a4dd32eebfe1997c5c782a7f360 3,186 1.00/1.00 vMB 109
580,608 580,608 00000000000000000005b9056e846784da78f5c945d5434cbadb13c454e31ad7 1,633 1.00/1.00 vMB 34
580,607 580,607 0000000000000000000cbc6dfb3f2afbd6ed1427e30ed1f3167898ac4aa4c673 3,002 1.00/1.00 vMB 64
580,606 580,606 000000000000000000231c1e40efb4fb4b7dad7c03de31476a40ac4ce1b38172 291 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 781.46 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: 611.03 GB
    • Received: 10.79 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.