Loading Tool

Explorer IconExplorer

Memory Pool

623 transactions (0.22 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 1.30/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,312 000000000000000000022b910000000000000000000000000000000000000000 623 0.00478944 BTC 0.22 vMB 2.06
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,311 (823,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,701 88,701 00000000001cab7993e4db699e9d5afa81705a02d5862dd0ef0455d5fe1edcfa 0.00 MB 1 0
88,700 88,700 00000000000a7ae9d627eb9e6db85b34155dc93b062d0339ae7f6ecf2bb42691 0.00 MB 1 0
88,699 88,699 000000000014117df9855ff0895d87d4488d17708204995583deb0b77391427d 0.00 MB 4 0
88,698 88,698 000000000014c7380db8d4d892df1e38f9092c272fb21f4d6409f9d24e5b6359 0.00 MB 1 0
88,697 88,697 00000000000f1732a981b851bf78e5d5754878aef4e1bf1925e0b57c3852f79b 0.00 MB 5 0
88,696 88,696 00000000000dbad7c773c355d945571819389b598ddebe5d3d0e7a9c0fcfbfd1 0.00 MB 11 0
88,695 88,695 000000000015eff0869c77e8f07efd568c8eb2a563c945849a24174242895652 0.00 MB 1 0
88,694 88,694 00000000001e28bcd0f879b29384920dc0db765afd00626c187899db4b256405 0.00 MB 1 0
88,693 88,693 00000000000ec5c90e5c3c0228c9bf0609d4931cd9f8910c64fa4b6f9f1c7341 0.00 MB 4 0
88,692 88,692 000000000016b645817c2b35ed55014861562f3380bc6f024556574144b08058 0.00 MB 3 0
88,691 88,691 0000000000115b6807970ccc57d8a04cc94677c72c8930f5e97a892cb4b1e853 0.00 MB 1 0
88,690 88,690 00000000001a4e2f3112e0a7721fdbef4ae0643c70b12b9f549d9672a9effb07 0.00 MB 1 0
88,689 88,689 000000000014d45312ff57c3abca62ea8098ee921690271938d4367a092622c1 0.00 MB 1 0
88,688 88,688 00000000001cb9579c1b27fd225906a582c93305a60af732f0180af9276cebe0 0.00 MB 1 0
88,687 88,687 0000000000061574882a3533b955dff006b91ae06249b6734ad7c38a4404336d 0.00 MB 1 0
88,686 88,686 000000000004eea96520f730c4b110c3456dab297a60136c0f8389053e4eebf5 0.00 MB 1 0
88,685 88,685 0000000000027c8dc69719af33abf8294be1a2fa858f16a565d2b4000524f903 0.00 MB 1 0
88,684 88,684 0000000000004e35b78f9dc15ff72860e7ac49947b84a370987555d7970a7a24 0.00 MB 1 0
88,683 88,683 0000000000138cea8100ef547c2393d92a9e432731c97704f57d4ac8357a5d0a 0.00 MB 2 0
88,682 88,682 0000000000018ac7f9b5c593e1a7d26b4bc33078f66c039fa84fa57135486eed 0.00 MB 1 0
88,681 88,681 000000000015c1f3d7c68a9b4417860388c4ae06312914f557af38afd6dbd098 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 777.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,542.61 GB
    • Received: 136.60 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.