Loading Tool

Explorer IconExplorer

Memory Pool

88,457 transactions
33.80 vMB
0.13850498 BTC
Random Selection Loading Transactions
Max Size: 199.93/200 MB

Candidate Block

Mining Attempt 5c1263ce5b1dfc23dd19d282d719a98e696654c8c1ff8f730fde57412491f4e0
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 8b62e8b01c9ee86f889c0ffa59e91d275baed37c234a00046e08de5d540053d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,049
Size: 1.00 vMB
Total Fees: 0.05544655 BTC
Feerates: 469.97 > 5.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (337,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,589 577,589 0000000000000000002533bdc8f8e9c781fe1ebe4e3fce6ae221e7c08a1d3a77 1,962 1.00/1.00 vMB 111
577,588 577,588 0000000000000000001901c479a7b91bcb12878bf7b32c67ecdc553805dc468e 2,898 1.00/1.00 vMB 134
577,587 577,587 0000000000000000000012ea9e83c6c45dacb7275ea3528dc11b57eea93ee4af 3,106 1.00/1.00 vMB 156
577,586 577,586 0000000000000000002398d5dfa701c103dbea153ede55a0cac78fc3de2fadc3 2,490 1.00/1.00 vMB 190
577,585 577,585 000000000000000000176bd993c0c992bf6aac64c39d1b076563c4861a10f6e1 2,884 1.00/1.00 vMB 204
577,584 577,584 0000000000000000001f34872cad97d50b504d51a996ac255801be21c45e7936 3,013 1.00/1.00 vMB 198
577,583 577,583 000000000000000000165a0c58a4517c7f76e40891234293ad6a7b3885b64020 2,890 1.00/1.00 vMB 122
577,582 577,582 0000000000000000001283c327f3a64a00b43e05f0ede46c2740dc631f24d5b8 2,851 1.00/1.00 vMB 150
577,581 577,581 0000000000000000001a276122340af663868a663d12335d9721ab28f76dfa8a 2,954 1.00/1.00 vMB 147
577,580 577,580 000000000000000000031c3a544352f18f72320c59d45ecc5257f817869e0f49 3,021 1.00/1.00 vMB 200
577,579 577,579 0000000000000000001cf7ac4e826d1cafae260bac300da3e8108e0d3aa5312e 2,796 1.00/1.00 vMB 143
577,578 577,578 000000000000000000145272df62ea7a3d073f4c78b4f991ece32b9e45ee3f03 2,794 1.00/1.00 vMB 131
577,577 577,577 00000000000000000015891e00d288b01f394249024578c3fc880f7b849c7a6d 2,480 1.00/1.00 vMB 144
577,576 577,576 0000000000000000001b6cfae1cba6eee986387dc751d0da736d400dde86827f 2,539 1.00/1.00 vMB 183
577,575 577,575 00000000000000000019aa346ea20db49b7c429e15cceba2f98bc5fa7b593889 2,874 1.00/1.00 vMB 155
577,574 577,574 0000000000000000001a29687a76eb1f073461d5ee06e08b77e0694b3fb1eb0e 3,119 1.00/1.00 vMB 182
577,573 577,573 00000000000000000019a203b743c807d403426d95fe286ba9f9e62c51e8dfb3 2,082 1.00/1.00 vMB 153
577,572 577,572 000000000000000000012916b72a5d996d59509c5422f1065ec731b1daa6e768 2,317 1.00/1.00 vMB 172
577,571 577,571 00000000000000000002332b72b4a71c7e1ebcc3ead8d9d1a1b34f319ba8061c 3,237 1.00/1.00 vMB 181
577,570 577,570 000000000000000000210c76295bd5dc8b5ba8df9ebc14d6e4bd8f5edcb29de3 3,295 1.00/1.00 vMB 172
577,569 577,569 000000000000000000110389b4e544692f94e2302a8e5803f09c76ef38132033 3,156 1.00/1.00 vMB 183
Previous 10 blocks ↓
Total Size: 782.30 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 657.87 GB
    • Received: 14.56 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.