Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,971 transactions (1.01 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,604 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.92 vMB 2,964 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,603 (871,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,819 37,819 000000004ee756c5e617cf4acdabfccf1ebae226000c8c5786f743e3d0b8dc5e 0.00 MB 1 0
37,818 37,818 0000000091cc461810ff071cd18e89b41700cebfc18c3ae6a342f68df8387c4f 0.00 MB 1 0
37,817 37,817 0000000074e00833101a863098467a7f8475c1b6405a8128b4162412c6e656ce 0.00 MB 1 0
37,816 37,816 0000000041dc9b3d5fe0e84251ce51c10e5fe7f4f46ec0b4cefa218b814f2806 0.00 MB 1 0
37,815 37,815 0000000092ad466bbdb0ef4e423d29b66e4846410426508d84ceabde253098c0 0.00 MB 1 0
37,814 37,814 00000000b558736535a534c4d6ea2de41005fc55f3dfe26bd60e0af989378ca7 0.00 MB 1 0
37,813 37,813 00000000a5268a243ac524045f59a8f0f05fad1b56b604e3cbaad4d5cf2198b6 0.00 MB 1 0
37,812 37,812 00000000956b155806ffc4500908d1f6da4f2598f0ebf9e83fabafc70a06163d 0.00 MB 1 0
37,811 37,811 000000000cce1769689177583e25eb4e6ccbcf3c4a8c4586b6e96f4556550382 0.00 MB 1 0
37,810 37,810 000000005c7410be4f6dd7485ffdeb6845e16f5bee35136e565cd4c352cc3234 0.00 MB 1 0
37,809 37,809 00000000bcf3b6bcd272bb6c9aa282d242ee8ff5a37b3203f6f7bad7565c3f61 0.00 MB 1 0
37,808 37,808 00000000609d95d85aabbc01e5a95b06f24d5c3ca59a57b7cdaf93cfa8d6dc06 0.00 MB 1 0
37,807 37,807 000000009afe1e609325814626a14a51ff6ead65033fa27caa1bc818bcffaeed 0.00 MB 1 0
37,806 37,806 0000000090f71dba8c8c6f8eb0840d52f15fafd193258ea20a98747fd8f662b9 0.00 MB 1 0
37,805 37,805 00000000bc589c4b4d492fb2ea4a448b84e375935e8b5bb7d2414da5e1b39a6b 0.00 MB 1 0
37,804 37,804 000000002cacc6b497cc36ca4034eedc123ae3f22e6560d534c06e1a2b399f87 0.00 MB 1 0
37,803 37,803 0000000085411839db3067b6d671a92047983aa185b268e5b667458d17221c94 0.00 MB 1 0
37,802 37,802 00000000a9a2f9c733968fad0ac706b53e2da0a3c15a35813d859c4d5120c435 0.00 MB 1 0
37,801 37,801 00000000156d2b50294f8f67cb4f43237085ea2822884db9d34e2aa0eb1d51af 0.00 MB 1 0
37,800 37,800 00000000aab0f89c1670d363d3f03892080cc0afd4d0db7ca0c879179851672a 0.00 MB 1 0
37,799 37,799 00000000a6d1edbf584128320d6ec899611ef7e1ed67590b3ab29e19ca33d580 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.67 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,100.00 GB sent, 111.68 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.