Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,974 transactions (1.46 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,172 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,026 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,171 (887,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,794 22,794 0000000044df2b6eebd36508082c0bb6ec00c96222d4c8ccce67eba85f1dc823 0.00 MB 1 0
22,793 22,793 00000000835ed8cb90d23bdb6c144e18ea0365e1f3c711bc777e66d95ed5b532 0.00 MB 1 0
22,792 22,792 00000000da736efecf64c134fa5869e69358c9a252b73a0d03ad5f871339dace 0.00 MB 1 0
22,791 22,791 00000000c8439fec3af1bdfd20d0c41c2c8a46c624a97b773a77e86b01cddbfc 0.00 MB 1 0
22,790 22,790 000000002afcaf0e0d78e698e71c26fdd5f87b7703c18ed48e27ab133dc3d4bb 0.00 MB 1 0
22,789 22,789 0000000081a33fec1ece434279ddc7c59a00c7a4ec2f08db452bade37d50be75 0.00 MB 1 0
22,788 22,788 00000000c39a6c70e1d37b384fdf05c4bf2501b6060c238a0d9cae4b827e9ef4 0.00 MB 1 0
22,787 22,787 00000000a9ef5847fa27a974365ac38f799b97efdebf07053cb26e5c900a6fdd 0.00 MB 1 0
22,786 22,786 0000000080dfc90ae7776938902ccd0e3d26b56d2fc6b5c83b7a476f59bbf9ab 0.00 MB 1 0
22,785 22,785 00000000b6394f68cf87f050e59decfc31926f5efd18665fe6e6a003077cfb73 0.00 MB 1 0
22,784 22,784 00000000852b0d80ed4cbd4ae2ff710dadad43879a5fb58af7f9efd0ce836e13 0.00 MB 1 0
22,783 22,783 00000000deed66241fa0b28ee8f23b27b74034228821f653aa49ab9e6c8e4079 0.00 MB 1 0
22,782 22,782 000000009d45a2cde4f4e8f44b800c81843a60d161c1878259f3ea8c999f37e5 0.00 MB 1 0
22,781 22,781 00000000d7a4e4fab7c55a962e9764240bb7963f1d2652c3993efe81fc17c82d 0.00 MB 1 0
22,780 22,780 0000000049fb8d67dee665f06686f209d1cc66306b0d648f4880dbc97895b24b 0.00 MB 1 0
22,779 22,779 00000000a51f9016c250f91345452dfca3509cc12dcffdf04a4b3af57ef9e79d 0.00 MB 1 0
22,778 22,778 000000000b75025ef1897a6a1b874e181158394b0981222682efa09b1e7f3b3d 0.00 MB 1 0
22,777 22,777 000000006a7f09c71e681f8bfe89b10802b126b9738ccf3e81185fefe47dcfa1 0.00 MB 1 0
22,776 22,776 00000000424dde454df79f6a352177c1fdacc3963cc58ac0af8419bc10e46c01 0.00 MB 1 0
22,775 22,775 00000000dc060c0388de5b9ba55fd32c1043ba4a99d50e61f0fb63f9b9ba6d79 0.00 MB 1 0
22,774 22,774 000000005803698e1ec6d4d8fc4b111bbb01a9360680738914dd4bb5a854774b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,194.12 GB sent, 117.09 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.