Loading Tool

Explorer IconExplorer

Memory Pool

39,466 transactions
28.64 vMB
0.06564461 BTC
Random Selection Loading Transactions
Max Size: 145.40/200 MB

Candidate Block

Mining Attempt 4cb431bb1f4354d4ee9b8fcbd028f286b764f69a37bc9ff09fbd7f01bd418d45
Version 20000000
Previous Block 0000000000000000000186c7ba41504e3c56aa55a75f75b0a4e62a8078c7e70e
Merkle Root 1ee4c9c37f5ef6179607699d7a55aad7f249f2eccd46b9d73840c0902b207a84
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,402
Size: 1.00 vMB
Total Fees: 0.01023210 BTC
Feerates: 401.97 > 1.03 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,575 (91,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,795 822,795 0000000000000000000043694699c2b033121a5e9fbb06d578ed7bd04e8d0cff 4,092 1.00/1.00 vMB 116
822,794 822,794 00000000000000000001e893c0306c5b5ebad7bc8d70faa215f07ae83fb2c29d 4,252 1.00/1.00 vMB 67
822,793 822,793 00000000000000000000e2b2073a37c3a3f83469ae89b946485eb1702d2b918f 4,994 1.00/1.00 vMB 90
822,792 822,792 0000000000000000000350909b256e1a0fd62cc2ac03712cb34816fdd2443754 3,787 1.00/1.00 vMB 71
822,791 822,791 000000000000000000017bd62aa119cd02f88cfb1892c5102b68a953c5d3f01f 5,284 1.00/1.00 vMB 81
822,790 822,790 0000000000000000000163dfa83e9000478b0600a52ac7572f09dc381ee25059 4,303 1.00/1.00 vMB 100
822,789 822,789 00000000000000000002625b3c55134dec6896b690bb55ae1b6efbee7fda8bb7 3,341 1.00/1.00 vMB 107
822,788 822,788 000000000000000000000cdb469c21aa8a7b3ae931fca71816f0fa494c4de414 2,878 1.00/1.00 vMB 68
822,787 822,787 00000000000000000000dabc806d0b82bc3139c8568cb45319633f6104e26fa0 3,344 1.00/1.00 vMB 69
822,786 822,786 00000000000000000001e16f447ccd4b2b4e76a57ddf06c11ca6c7bb07129f1c 4,113 1.00/1.00 vMB 70
822,785 822,785 00000000000000000003bccd51829e3bde62c506a1909cceaead82134ad20b92 4,944 1.00/1.00 vMB 86
822,784 822,784 000000000000000000005845b4aadf9f433264d6161ceae40be78d3286058740 4,903 1.00/1.00 vMB 78
822,783 822,783 00000000000000000001f2fa971efee5349be3a44ebbb49bf9cb33f3c900ab24 4,652 1.00/1.00 vMB 81
822,782 822,782 000000000000000000009660ea18016430b60c268761a3a3828025d5b029db68 4,169 1.00/1.00 vMB 106
822,781 822,781 00000000000000000001e280f30d5267ae14ffc55214f35eaa13816cca6a5e03 4,163 1.00/1.00 vMB 99
822,780 822,780 00000000000000000003c4e3533e8cf8fd56bae6a5ac5d0f619c400b32d1f263 3,672 1.00/1.00 vMB 124
822,779 822,779 0000000000000000000394f2760f6daba8b5300aaf203e33b73f193c2de7fa18 3,334 1.00/1.00 vMB 110
822,778 822,778 0000000000000000000027dd97aef2bc5108a20c029fd27ef3a94b029002db0a 4,842 1.00/1.00 vMB 78
822,777 822,777 000000000000000000003a9cbb1724bff3c00d2ceaa4ef11eb06ea5c3bc78e38 4,623 1.00/1.00 vMB 81
822,776 822,776 00000000000000000002abd4a37e74eca3015cd27047bfd5254fa82deaa1f1f5 4,530 1.00/1.00 vMB 80
822,775 822,775 00000000000000000003df41d5ebbf1dbe06b6d6af663fca4ea700d102b73e02 3,929 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.29 GB
    • Received: 11.62 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.