Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,675 transactions (0.46 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,317 000000000000000000022b910000000000000000000000000000000000000000 0.46 vMB 1,658 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,316 (880,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,914 30,914 00000000657cb891736cdc254bdc5e3bb7cce6a4c5001cd2e362da44e608b633 0.00 MB 1 0
30,913 30,913 00000000c799c7fff5613b1b18528de9e834332f5d148703796c03db37a082eb 0.00 MB 1 0
30,912 30,912 0000000013cb33bfc7f5da8b256b3d0649c1cbb30bf4443ff241239e3c986554 0.00 MB 1 0
30,911 30,911 00000000b9bb963dbb1b35675468f18056d7d2e73366f50aa7b09c1c1157fb7c 0.00 MB 1 0
30,910 30,910 0000000075033676d471991b20c303f83d3b8b804c074ae27b64eae71142feb6 0.00 MB 1 0
30,909 30,909 00000000c5401afe748d844d120ddb01bc4237e7c080e86e1a4fe4098e1e2aa1 0.00 MB 1 0
30,908 30,908 000000008ff58ca2cc098b88261a2e48d78a323a4b1bee51f6bfa349fddb12ea 0.00 MB 1 0
30,907 30,907 00000000c07ec98e9004244297f73a5f46b7cd2a271a9db984621e924ed305c5 0.00 MB 1 0
30,906 30,906 0000000002b940a5a880f46e6598c9b869afaa6f56673f19aed70b497ccfa53e 0.00 MB 1 0
30,905 30,905 000000007c7e3a679e915ce499dc323bcc6c9b131137feed5a37d0846886f4d7 0.00 MB 1 0
30,904 30,904 0000000048812edc6948b6e03a0627b0f0edb7f0b483097240d54767fb739540 0.00 MB 1 0
30,903 30,903 000000000e22eeebdccb826cdeef0c8ee3e67073701c529804ce736c1038fb5c 0.00 MB 1 0
30,902 30,902 00000000c52b67f7320dc865791de577a9887d1da4fd69ae46ee4295b7f3d0ac 0.00 MB 1 0
30,901 30,901 000000001666dd390fa55769e08711d4f6830feb57ea20204fc8d7ed06db3574 0.00 MB 1 0
30,900 30,900 00000000654c6595e1e7cfddff4b87cad0bdc152938fd72d5c9d5eff95dc1e22 0.00 MB 1 0
30,899 30,899 000000006ecd5e77563cdde1350a213522040491a28c5e9885a6bae943d53b36 0.00 MB 1 0
30,898 30,898 00000000cf6fe56cb9f63cec0dfd57fb36f46cc5523c36bebaa82901b6b454dc 0.00 MB 1 0
30,897 30,897 00000000eee3b3952f5880e713ddab20a62365fa0c3d25105f1ef4342b9f72e5 0.00 MB 1 0
30,896 30,896 0000000053f642942f91598e6c8f73f88e9e37821a1e7d761b9d4360f3011e2b 0.00 MB 1 0
30,895 30,895 000000009c1ce5783e85f74834e0207f819f2a8c167925c115a82fb707f3536d 0.00 MB 1 0
30,894 30,894 00000000559133e802fbd85cf73a2fdb542659aa4a4e46ddc11fccd789c4c480 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.83 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,399.29 GB sent, 127.97 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.