Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,790 transactions (1.22 vMB)

Priority:

  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 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
910,205 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,369 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,204 (885,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,769 24,769 000000002695253de600e562a5c25a6eb88a6a5195120b8089f70ebb7e976959 0.00 MB 1 0
24,768 24,768 00000000ee761bc0ca2133e2f974ecde02cfd7c700109db9ae806b3b8c734966 0.00 MB 1 0
24,767 24,767 00000000fbff7a36e1f3e582fcb60978349ad8758f913c581824937d5180b741 0.00 MB 1 0
24,766 24,766 0000000036e649f775920c22365ed7745cefa21872b894f3b593fe3a4ad28493 0.00 MB 1 0
24,765 24,765 0000000005e4a22c357cb58a0578594cd23eb1962241c5f44d8ed26ac582bee8 0.00 MB 1 0
24,764 24,764 00000000f6da2189a37f036dec7ca2b36fa652f67281657bcd2fc55f2852bd88 0.00 MB 1 0
24,763 24,763 00000000ddc1e36a910ccbf6a9b89799a08493c4d67b99ec1763364fb7ca6369 0.00 MB 1 0
24,762 24,762 00000000bc9fc98a23efbfb85fbc1d1025849b8134c7168c3b5cdfe9c22a98f6 0.00 MB 1 0
24,761 24,761 00000000c70eb0555cc8ce5e74393a68668552df65db6dd0f38aa472924e4145 0.00 MB 1 0
24,760 24,760 00000000ff836822a45aa6719ff6cee2f6595d84d5daaf565696d3af6b1e2722 0.00 MB 1 0
24,759 24,759 000000009f4c2a7ce0c2a0b540b1ff400f8165a693d0b9ffb8e8c0e2c78f5db6 0.00 MB 1 0
24,758 24,758 0000000016760d0f902658a45f99721242b62423b8b70711b7f1a829b1f03b69 0.00 MB 1 0
24,757 24,757 000000007a55f94111c2f271ccccb8427e31da08e04f7434d4d0b0d6584cf563 0.00 MB 1 0
24,756 24,756 00000000747fd2d2316b07b2db114040ab4795bee854fb85fcea3e0ff54e6031 0.00 MB 1 0
24,755 24,755 00000000f1c66249812f6e486042157fa1ce0b0421ed22d457f9ae6825b8a5fc 0.00 MB 1 0
24,754 24,754 000000005cebb89f62b873c27a4d50be240e176f447a4a5638269c9d9869ca1d 0.00 MB 1 0
24,753 24,753 0000000049b8f28acdf54ca6a6e567019f60d45b2c8e696e45941663cf5621ab 0.00 MB 1 0
24,752 24,752 00000000f4e074e6bbc9855e77401d68fdfe766bd7ee6c59c1c4fb0d96bfd34b 0.00 MB 1 0
24,751 24,751 000000002ec3c0e974b5f53689305fdb0dfe5b56123e5cad49a6a8e19dd6f94e 0.00 MB 1 0
24,750 24,750 00000000c9db00aec2202f87218568a8327a35b359de627086ffc20cfe617066 0.00 MB 1 0
24,749 24,749 000000008787c986c8a3d70099f300eba1b9cc82739ec019787d1d75704a7b45 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.77 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,195.89 GB sent, 117.45 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.