Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

314 transactions (0.08 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,486 000000000000000000022cb30000000000000000000000000000000000000000 0.06 vMB 292 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,485 (856,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,704 53,704 0000000012a4b23e39b84e4a02403dfa8c244b12f2ab2c6f0dc8728864b6b783 0.00 MB 1 0
53,703 53,703 000000000027f054ed6a21626628a799b6d69084c52aed8e5cbb59373a7c7749 0.00 MB 1 0
53,702 53,702 00000000087165e895b6c9b561a100424072ec4865818430d31442c0d90a4fc4 0.00 MB 1 0
53,701 53,701 0000000002ca827623ab70cfc38b3b0494d082a027b4d476d87cbbb30d856226 0.00 MB 1 0
53,700 53,700 00000000053f667894bbe2e4a420e066f6564b0d8c64dc308c329925084fbf42 0.00 MB 1 0
53,699 53,699 000000000c3b51c71d8b7aa2dd9421a3320d97c587194fa58a1f8ff6dfa665db 0.00 MB 1 0
53,698 53,698 000000000efe2e980b4fd87ecfbd54814c4e1b2f7b574e5f91fda630d4f508bd 0.00 MB 1 0
53,697 53,697 000000000694dd01671c1a458dc1306596a6de807dfc99870084618dd8c0de1a 0.00 MB 1 0
53,696 53,696 0000000011a16b6488c684670ad0b6798e2378e72d231027e202d2d946805b93 0.00 MB 1 0
53,695 53,695 0000000008b407cde5bf98c0758dc12310dd710457d6c360fd9c9f98c9adc600 0.00 MB 1 0
53,694 53,694 00000000047ec9ca65575da31c75e24859b9654464b70aab452b7894894b6e54 0.00 MB 1 0
53,693 53,693 000000001612fa4340fc94b9b39901a86d1b6bdeb205586c1eb869a49db7ad05 0.00 MB 1 0
53,692 53,692 00000000000363c341c03c72240c5ed0e2822efd19edaa51a17f4018e82b3b8c 0.00 MB 1 0
53,691 53,691 000000000819c735eac3da816e80b788984537779a668789cc69fa0456423cd5 0.00 MB 1 0
53,690 53,690 00000000103536ba0e80b4a79a3ad9cdd31a5dfdb6935d900debd570c7b7c8c4 0.00 MB 1 0
53,689 53,689 0000000002d6e2d827fe3ca489cdd7a04ed1500c4ff8f44f82b97674effc79dd 0.00 MB 1 0
53,688 53,688 00000000031c64a47ce22568b06e0042e30e7b1c97a2ca56fbb804118c6e038c 0.00 MB 1 0
53,687 53,687 0000000005bad443b9085b45bb0f13f05f9d053f7ee04ff5364d6aa9d5e9eba2 0.00 MB 2 0
53,686 53,686 0000000008e69c3e841155a9122c599674cfc2bd5a0ee16eed85d1a8cf57d6de 0.00 MB 2 0
53,685 53,685 00000000111a31962e69e386fc7273aa1cfdb6126c50912d6eb2967133c952b2 0.00 MB 2 0
53,684 53,684 0000000010e6c3464fb87f2afd1e44f1ab6fd64da2dfb3066676d6d50e56691d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.29 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,243.90 GB sent, 119.99 GB received

Notes

  • This page updates every 5 seconds.
  • 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.