Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

404 transactions (0.19 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,616 000000000000000000022cb30000000000000000000000000000000000000000 0.19 vMB 394 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,615 (847,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,825 61,825 000000000a009485dc38336b0a41d296bd9b9a0496428852b0370b67146222ef 0.00 MB 1 0
61,824 61,824 0000000004ef395c18b6c56a6ae50150258a99594934baa348f9ad4fda493265 0.00 MB 2 0
61,823 61,823 00000000035bd1b1fed27839f74451f010e6dd655ff4dfe543c923995ce8e21c 0.00 MB 2 0
61,822 61,822 000000000cded25740aef9355bea8004125a3cde2c9d16d13cb5581320230444 0.00 MB 1 0
61,821 61,821 00000000068936364608d76d5a87cfef8e5ea004b2a2e36414802fc33046a356 0.00 MB 1 0
61,820 61,820 000000000e14e24a3b86430cf2e30977b05debf28664ccf61964259b3bc80147 0.00 MB 1 0
61,819 61,819 0000000006b425dbdd10135b6a7646c4833df2f8e822c21c12334c1742a35a58 0.00 MB 1 0
61,818 61,818 0000000006057dac45bb924e544c37a9ec4f76fbcf9f613245951148fbdc2135 0.00 MB 1 0
61,817 61,817 00000000025d49313a6b178dd143f107c7ce1108ca2d7d37a8ad095189b94edc 0.00 MB 2 0
61,816 61,816 00000000037809003363eb27fb45e6d2d43d1076d8aa5f2c92ca76ecdbcd9b04 0.00 MB 1 0
61,815 61,815 000000000564cab9a9109512acd5734138271b9a70354922dbb53a7221364f94 0.00 MB 1 0
61,814 61,814 0000000008849639b92f42be176895299cb192a0614e228d2d03d5f3bde9e1a9 0.00 MB 1 0
61,813 61,813 000000000e46eda2e8bd08c6161e7eb0cb86cd5a36c418d44c381f300af05b59 0.00 MB 1 0
61,812 61,812 000000000d6086dcbb3b6ec939723f861f5e6977ebfafa2dee0fccda83b91f7d 0.00 MB 1 0
61,811 61,811 000000000d9898e1cd5cc95b627a1885e56a88089ba205e461d6b085f27557b3 0.00 MB 1 0
61,810 61,810 0000000004b156197f8e51a8f515719860be491deee000353fff5424110b0225 0.00 MB 2 0
61,809 61,809 000000000733cfca5f1b3570601305728408f8036a20ee94929ca62644bd6379 0.00 MB 1 0
61,808 61,808 000000000ce62c669f7394ff84b0f86c112f1e5e15eb8eb48abd666684168361 0.00 MB 1 0
61,807 61,807 0000000001fec25bcfee3bbdb60c04b2f239fd7479f9b81eafb964083bc5d0f8 0.00 MB 1 0
61,806 61,806 000000000bf5b1baadbf7a51a7c54fb0d47725c76569aabecb7301e1c1b566ed 0.00 MB 1 0
61,805 61,805 0000000000e6057fc3022589c36717503ede5b08bf94686bc502778554162452 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.70 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,101.97 GB sent, 111.78 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.