Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,905 transactions (1.64 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 910,669 (893,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,768 16,768 00000000e249a7f30bfe53f8102ec687f96c678c15d03e191ffd017b61468e84 0.00 MB 1 0
16,767 16,767 000000003f51ad0457678170b38e6636dc10605384eb6799bde05c30eb1de405 0.00 MB 1 0
16,766 16,766 000000007d808130a9ae42e08c01f37aa0ecf64d93e56e862148ab529738df0d 0.00 MB 1 0
16,765 16,765 000000009626d6584dee42b70b1db1c9c6c1dd437da88dc5442b9ecda0d71ce8 0.00 MB 1 0
16,764 16,764 000000005959f61a3669e07e2492fa7fd8b495983fcd9d14307500b42893878c 0.00 MB 1 0
16,763 16,763 00000000af2828b0b35e6fd6054d487b0f3bffa1b56cfcbb1ca8312f3a6830f9 0.00 MB 1 0
16,762 16,762 00000000d3ef866f939c5e9f19273278bb4f5f75c91dcb908ec6cb8c4ae60880 0.00 MB 1 0
16,761 16,761 00000000ad9fe4e3d865b91d3e57b420bc29e1718223ae052778aad1f12e9e92 0.00 MB 1 0
16,760 16,760 0000000055050a16f66518b587d16b7387eec4ca41fff5b6b7f5b8d6f441c0d2 0.00 MB 1 0
16,759 16,759 00000000517070205918ef80e646a0bf73af7622e3b92ad06f3098016911a0fe 0.00 MB 1 0
16,758 16,758 0000000076619c7f6a1bef465f924cef6b767ba82aad11e85e9c607f7678dd5d 0.00 MB 1 0
16,757 16,757 0000000086bf078ad89f7ac877b2d8484feadfae944e751394372deb9c55473a 0.00 MB 1 0
16,756 16,756 00000000dfd49ebc69fcf2d76244b6028d2e07a31877c0ba868677a595c8097f 0.00 MB 1 0
16,755 16,755 0000000095ce8446122f97f7ef1bedda08b93ccb00313ae481abac39dbe601ad 0.00 MB 1 0
16,754 16,754 00000000193c6943de35259d79ce0f711567371560c876e925b80449e384008b 0.00 MB 1 0
16,753 16,753 000000009d3c35aae79092c9a6e0abc674f7e0dc6e29b5a63129aeeabb345c58 0.00 MB 1 0
16,752 16,752 000000006ff4caecbd0eb0f75e5f27182886c337eb9f462b75871e3a3ab35d7f 0.00 MB 1 0
16,751 16,751 00000000ffd76c547245e25edb6ce120ffbde1254df21212c050cf81467869f5 0.00 MB 1 0
16,750 16,750 000000001ea2b11dd4a992f77351a8d9bf81ebc1f5024e93c2884866b82e618e 0.00 MB 1 0
16,749 16,749 00000000ec82a19c42b0d739789578889a2548d77a18f24545f2bfaeca9fba5b 0.00 MB 1 0
16,748 16,748 00000000f8413656b221456b2ccaf26ca8fb00f23d93225b2cc701f16a2931bd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.61 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,285.71 GB sent, 121.71 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.