Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,136 transactions (0.38 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
910,485 000000000000000000022cb30000000000000000000000000000000000000000 0.38 vMB 1,129 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,484 (887,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,743 22,743 0000000075b770e742494faf6801fdd3faa44e7d396f9cc8b5b023c9aa251621 0.00 MB 1 0
22,742 22,742 0000000011919b6352b72ac874c1b6b5ca3b00957dcd6719b48adc740ac4665f 0.00 MB 1 0
22,741 22,741 000000004ac1c85b26722a1b9c7037045548fa3c659a27e0f7014f8e4ab0c10c 0.00 MB 1 0
22,740 22,740 0000000002a9b4be4de82a439bc03bcbbd93901be8b4ad63f6824ec855fa7911 0.00 MB 1 0
22,739 22,739 00000000193b876939d9c1e161e999facbcb8e4c799d83f973e07d1965364d51 0.00 MB 1 0
22,738 22,738 00000000fe44233d4e656b68861e2f75f114b88eb5686876e9a1f358de7d4643 0.00 MB 1 0
22,737 22,737 0000000034b9889758c5d6ae274918f260a76bca5fcf759b110deded4f47009b 0.00 MB 1 0
22,736 22,736 000000009c3d6c0132af09f2bdf65de9da68f3e5336fdf79b49b485fda7c72e8 0.00 MB 1 0
22,735 22,735 000000005b7370b5d16ca0b155d126b70b73b95e0d228ff8502be7718daec151 0.00 MB 1 0
22,734 22,734 00000000bd90ec4d254ff15bff4c2c39981c78791767172c57847be17215050d 0.00 MB 1 0
22,733 22,733 000000009b353e580c7c4c341834e407edf3299023a7ec3d3af2af39d9359cac 0.00 MB 1 0
22,732 22,732 00000000beef94179161b1514a6b3ce3f63776ff590a10a800540a4a7d033a6d 0.00 MB 1 0
22,731 22,731 000000007e2e44373c32bb2c104597ceab43dacc7cf65289a608a802f96fb2b5 0.00 MB 1 0
22,730 22,730 0000000099a66104958b2e54751f53d3a0f0a3da66c294ddf6f9d0462173d98e 0.00 MB 1 0
22,729 22,729 0000000049b6343a7a0bc05f5bc3c6aa3abfb2fc00422962c1095ca2d07452d6 0.00 MB 1 0
22,728 22,728 0000000004459566c308929f736c77dfc49bb1d888d7dfb7446a4d5648848ec7 0.00 MB 1 0
22,727 22,727 000000008aa5aed823af086246acbe405490de22086f3e89c4c47afcef01e521 0.00 MB 1 0
22,726 22,726 000000006036e0484a8a4e8b480a51b397da68b69f82bb8afd9067a63f84192b 0.00 MB 1 0
22,725 22,725 00000000522fb639fe0daaa3546518d1ac0599907eb5375b0205d6c9601b733d 0.00 MB 1 0
22,724 22,724 00000000a3c92a227464c6e5919e9108f69fb0da71780fbaaf7af2bedd43926c 0.00 MB 1 0
22,723 22,723 00000000e82511c43beba0773ffabf5a5cba013d1c5f418fc864f253b5910626 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.88 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.