Loading Tool

Explorer IconExplorer

Memory Pool

79,129 transactions
29.64 vMB
0.10724681 BTC
Random Selection Loading Transactions
Max Size: 178.42/200 MB

Candidate Block

Mining Attempt c4e2525e895d85d4aabe10e78ec1cb4cb60c611d61ff9188c7cde51efdaced29
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 8f70608759e3986c03aa85246b0f5274c3fc8c336bf4b5424c2b4152e0a34d90
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,586
Size: 1.00 vMB
Total Fees: 0.04164502 BTC
Feerates: 164.34 > 4.17 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (263,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,405 651,405 0000000000000000000b3f6c30ead8b080d3b062f4e7b3ad1fc9f7c82d53290f 2,594 1.00/1.00 vMB 124
651,404 651,404 0000000000000000000a92fc81b6d1b9f60bcec2302114a47c04c7579a606d74 2,124 1.00/1.00 vMB 112
651,403 651,403 00000000000000000009bd3a3681bae084afcc22d1308954ca69b9202a90afa8 2,956 1.00/1.00 vMB 118
651,402 651,402 00000000000000000007d85bb3583e26dfd9c45882e0005a0899544d85b5525a 2,244 1.00/1.00 vMB 113
651,401 651,401 000000000000000000066fdbc377cbee7b693467f96526fcabdbc935ec43620b 1,792 1.00/1.00 vMB 108
651,400 651,400 0000000000000000000045a5c310d8f8fbdb51557c80e59b96654b4f338c12c7 2,238 1.00/1.00 vMB 115
651,399 651,399 00000000000000000003882188eecf41bbdc86e6112a92a85623985b0249669c 2,601 1.00/1.00 vMB 104
651,398 651,398 00000000000000000007db0957300f6a7a42742488741c882bdf31ae8a532e3a 2,822 1.00/1.00 vMB 106
651,397 651,397 0000000000000000000547432a64abe41cc17eaf373aec7cdeda544aebf4886c 2,682 1.00/1.00 vMB 127
651,396 651,396 00000000000000000004c53d8534f916ce860532bb365dad9a5113032c97b3f3 2,894 1.00/1.00 vMB 120
651,395 651,395 00000000000000000009b3e9667b5c7c2af87a026d2f3bd7ae422672bbef6a38 3,388 1.00/1.00 vMB 141
651,394 651,394 0000000000000000000c0786bb5f0041bf5222fc5937d6432af1359f738c2451 1,763 1.00/1.00 vMB 104
651,393 651,393 0000000000000000000b03980f0b92a257fb74b729a8e5a007a4a9917e66b64c 2,589 1.00/1.00 vMB 112
651,392 651,392 00000000000000000006fab92cb852ac78969faa4303cc95be648f82316186b5 2,964 1.00/1.00 vMB 117
651,391 651,391 00000000000000000002d38b174e6ee10eaad1f35d141ffbd43975609c856b1f 1,673 1.00/1.00 vMB 103
651,390 651,390 000000000000000000047850617f402a2ad57d63284c6971358d0b3d904ddc8e 2,708 1.00/1.00 vMB 119
651,389 651,389 00000000000000000008d8a3a0b611afbdc82277885fb3a5f9c9e924cf01c52e 2,639 1.00/1.00 vMB 102
651,388 651,388 0000000000000000000c6201ab25b8cf708cab4897171472091806a02c42f52b 2,611 1.00/1.00 vMB 113
651,387 651,387 0000000000000000000b68f56e713c10735743c3cd3a6204558939867d2a3cd9 1,393 1.00/1.00 vMB 95
651,386 651,386 0000000000000000000644e585f5bd1ea68be9ffb664fc34c4cf752b3f1caf3a 2,094 1.00/1.00 vMB 109
651,385 651,385 0000000000000000000aaf497255707daaa6b99e8be76f77b8a6c876fd5bb546 2,349 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.