Loading Tool

Explorer IconExplorer

Memory Pool

83,206 transactions
32.01 vMB
0.10707771 BTC
Random Selection Loading Transactions
Max Size: 192.40/200 MB

Candidate Block

Mining Attempt 269063c584a3df49f03112cc064116f80d7473ff1f0dbc9f8f1cef91d854e746
Version 20000000
Previous Block 000000000000000000019edd1a56b4f361ecb598479f8049a106a5401578635e
Merkle Root ae7d278d297415ababa65125eb3a3babd798523d9087c9d3cd8abe1fac49f10d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,325
Size: 1.00 vMB
Total Fees: 0.02591033 BTC
Feerates: 353.36 > 2.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,231 (845,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
70,027 70,027 0000000000ec00b3accea2c7fda8e491d6b9d5f42e18e6f39dd8a68ec1a6d3b6 1 0.00/1.00 vMB 0
70,026 70,026 000000000056bc79864cd17b83832eef6909c0e9d35f72eb65a015bd9a47c5e0 1 0.00/1.00 vMB 0
70,025 70,025 00000000003fb8a8df9942ecc41f820d2c2c84632ecbd8892052ab10412dd7f7 1 0.00/1.00 vMB 0
70,024 70,024 00000000015dea64f3cae6772a28bd6ce88bc21b0c90c29e1830e15a7ff1ec29 3 0.00/1.00 vMB 0
70,023 70,023 000000000083faa4fbdcf19cf549c7ed6e2801738efb10b073fd319f6fe100b5 2 0.00/1.00 vMB 0
70,022 70,022 00000000008c4c4000c0c5a63dd2e3afa40e4806cae5cbe404fe2da0be5cb910 1 0.00/1.00 vMB 0
70,021 70,021 0000000000e6e674bafcfda21105e97161f120216bfbb4fc45f924c00d94ffad 2 0.00/1.00 vMB 0
70,020 70,020 0000000000ae51a44bf87d36597e0e8da22c5019aa5e74ee96fb9b99b85a1784 1 0.00/1.00 vMB 0
70,019 70,019 000000000074e8c5743225581f8944a3e87edd9add39bcdf517444f184e59683 2 0.00/1.00 vMB 0
70,018 70,018 00000000013cd9115260bb464c18b1dd1777a3e1400459594296f593e58ce039 1 0.00/1.00 vMB 0
70,017 70,017 0000000000c772f5f85f9680b28c6f5aa9121d422482aa679720e4a77fc5ac87 5 0.00/1.00 vMB 0
70,016 70,016 000000000150cbd12e1c8b8096839f8ae96c9e047512d11dce17f30eedfd7f90 1 0.00/1.00 vMB 0
70,015 70,015 000000000157d0b581f7ebc21a8744c8f48b9ab8aecdccba171997d8f2020b79 1 0.00/1.00 vMB 0
70,014 70,014 0000000000af6ac68f46bc74cbba6d196bda3568a254c850efadb2f36cf48293 1 0.00/1.00 vMB 0
70,013 70,013 0000000001391f20f465b37f9f43e18524a7cfabb678eaf935ac2d3b07d887b3 1 0.00/1.00 vMB 0
70,012 70,012 0000000000ba2b35749f309ac9c420d3628ac795b10872f27f0b125d678f2c61 2 0.00/1.00 vMB 0
70,011 70,011 000000000158b40962fd5cf0bb4834689e711a09d47aca86cddd593551bed33e 1 0.00/1.00 vMB 0
70,010 70,010 00000000002ad5bc2a387df22487c4870ec8e8451f153451691f46a59141cd6e 1 0.00/1.00 vMB 0
70,009 70,009 0000000000fa955cf962b911395d619d25d0bab5a9e5f45886ac3db3cce51007 2 0.00/1.00 vMB 0
70,008 70,008 00000000013de5d3444d5570ca8dce87ec1a214e27989fbb951f1673e7da26e2 1 0.00/1.00 vMB 0
70,007 70,007 00000000008884cf7340f592ab3a5a2bc714abe370cab9da47dc65759b3c183c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.79 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: 709.82 GB
    • Received: 17.00 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.