Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

987 transactions (0.40 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,930 000000000000000000022b910000000000000000000000000000000000000000 0.40 vMB 987 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,929 (126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,803 911,803 0000000000000000000203ba430c475068f15894242c9ac8b448375c94e58b1c 1.88 MB 3,464 1
911,802 911,802 00000000000000000000de235d80015dc9351853ed7cd6195e6d7dc2e746aeaf 1.65 MB 3,826 3
911,801 911,801 000000000000000000006c5c1d3cf301e8af5ae1cfbcb250e5215fc2411c9b35 1.80 MB 3,117 4
911,800 911,800 00000000000000000000b8dbd34fdda155a113ef8740548d69c82ab5c630da38 1.73 MB 3,074 2
911,799 911,799 00000000000000000000511be625eb7ee12057d7c638c18a2bfcaf7b571a5fb7 1.87 MB 1,987 2
911,798 911,798 000000000000000000005f186d2bad7ad81c46e34792ed80a746bf69a824396b 1.65 MB 1,386 1
911,797 911,797 00000000000000000001984b0abd8a0ab3e5713efc7ef9f212cd56c15cd38695 1.69 MB 3,948 2
911,796 911,796 00000000000000000000f8578404735f3c1e01c8cba2dcf2eb952753e72e4132 1.57 MB 3,621 5
911,795 911,795 00000000000000000001ee6da242c43b4db8ca26d7dced7b582612accb87f5b2 1.88 MB 1,946 2
911,794 911,794 00000000000000000000641cd3bb005d32c18d6c335dcf28e6f1e0d7da2850de 1.82 MB 2,000 4
911,793 911,793 0000000000000000000017482a9fa72c26c1ea316ee3cd95d24dfe57712ea2f2 1.65 MB 3,500 4
911,792 911,792 00000000000000000001dadc5e03040dd5023bc992060cf1e6a8d26cdaca34b0 1.55 MB 3,711 9
911,791 911,791 0000000000000000000070bdb5e1dab6c30452e2a0ceeac7a810ac1b4a43e498 1.69 MB 3,362 3
911,790 911,790 000000000000000000006eaa92b77b90fd90e56a5949a02575c7e7cd9558b24f 1.75 MB 3,070 2
911,789 911,789 00000000000000000000bcdc35ec3ab59f7cb9989ece72afd37912fc4b582af5 1.60 MB 2,401 1
911,788 911,788 000000000000000000005c85a31fff90c7372cd0503d25f195e2c81f2335f758 1.80 MB 3,015 2
911,787 911,787 0000000000000000000227511e878ad2e81df33b793aaf761161ce396109c6b3 1.68 MB 3,965 4
911,786 911,786 00000000000000000000ef5a77c367f541bf7f8c02e47258720072546d5a8370 1.60 MB 3,370 5
911,785 911,785 00000000000000000000ce900f9b7d7f530b791ac60cfb617808a32bf203a407 1.81 MB 3,882 0
911,784 911,784 000000000000000000001344943e4e7bd7906f1176edeeed823d2f4b56c2701a 1.75 MB 3,335 3
911,783 911,783 000000000000000000009c20beb616ba6e5c986934df9ac92281ba725f3aaa82 1.70 MB 4,125 1
Previous 10 blocks ↓
Total Size: 776.95 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,491.75 GB sent, 133.23 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.