Loading Tool

Explorer IconExplorer

Memory Pool

51,020 transactions
29.11 vMB
0.07478108 BTC
Random Selection Loading Transactions
Max Size: 157.35/200 MB

Candidate Block

Mining Attempt 63e316605eae1a36aaef79cd17ff86ee3972722cfcf00d74a9833d271ba047c5
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 6f100c66a8bd408dad16cf28040bcd1f2307d19faf3c02036571d8fe4bc673ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,987
Size: 1.00 vMB
Total Fees: 0.01916177 BTC
Feerates: 173.90 > 1.92 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (92,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,676 822,676 00000000000000000002db0e4498defe7d84f0c7e13c4afd8c2e8dc7000bafbe 4,299 1.00/1.00 vMB 128
822,675 822,675 0000000000000000000053d98627b222c5a0e80e721f9b355d79e89d6b8bc3e8 5,144 1.00/1.00 vMB 97
822,674 822,674 00000000000000000002ade6803b516b2786b46a0e083f7f1e699d9503e9ded7 4,873 1.00/1.00 vMB 101
822,673 822,673 000000000000000000021f605a0fdf40b6437d6efd15710218a1d7f29a9cb9f7 4,592 1.00/1.00 vMB 113
822,672 822,672 00000000000000000001d6c36031d1127b440586375dc7d0ccdb041acdf535ba 4,414 1.00/1.00 vMB 130
822,671 822,671 000000000000000000034c422076715bce800f539bb290e3610310f394c332c0 4,079 1.00/1.00 vMB 107
822,670 822,670 00000000000000000000062fe4d2eda927e2851aef8cb9bbe02e816094f1c662 3,551 1.00/1.00 vMB 133
822,669 822,669 00000000000000000002a5704d21f234d389c0f31ed7f0a0a1de0bb484b2d3f5 4,470 1.00/1.00 vMB 115
822,668 822,668 0000000000000000000181a344325714f602529b0bae3ba49ed341110869383a 4,308 1.00/1.00 vMB 109
822,667 822,667 00000000000000000001da07eea8bfda42b66b5bc2e6bf5178b561dc27162d6d 4,557 1.00/1.00 vMB 90
822,666 822,666 00000000000000000000133e11d3f15faca2df7ab11e2943ddaf86f9d7bc5c2f 4,360 1.00/1.00 vMB 89
822,665 822,665 0000000000000000000025083207a518bc6cf0bf9a2b7e8931cb8ef127f65029 3,103 1.00/1.00 vMB 105
822,664 822,664 0000000000000000000227819b8e31ffd925da2a38383b0726d30c5a9ad442e2 3,894 1.00/1.00 vMB 150
822,663 822,663 00000000000000000001584ff3a3485b4b04ea7d78cfc0ef4df475b33d179700 5,097 1.00/1.00 vMB 120
822,662 822,662 00000000000000000000cf099e070fb84c1a4f640a729276cc55001a2c7046d7 3,876 1.00/1.00 vMB 121
822,661 822,661 00000000000000000001a5b8ef928e63942f42785a8f1a334a9a5f356956cc6a 1,693 1.00/1.00 vMB 147
822,660 822,660 000000000000000000016508f8d08b51fdb2a9d8cd049226011a22b74ed7f8ea 2,997 1.00/1.00 vMB 101
822,659 822,659 00000000000000000003c88366dc041a489ac19b2d52112e6c9b926d0d66a775 4,185 1.00/1.00 vMB 126
822,658 822,658 00000000000000000002abd2f63a6f9f0c1f0fc31126d22c77a8dc7cd525db54 4,024 1.00/1.00 vMB 134
822,657 822,657 00000000000000000000324ff2f5e8de0559c3b34e78564157b81c9ebb1e2484 4,029 1.00/1.00 vMB 93
822,656 822,656 00000000000000000002dec906d22aea26041c1459b81d6957700ebf58255f02 4,150 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.