Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,725 transactions (3.73 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,874 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,979 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,873 (826,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,842 83,842 0000000000250d5559b5a7a588501b2e531ab1140d1bc8866d82c2d8186f18cc 0.00 MB 1 0
83,841 83,841 00000000000f25fa1efc36745b02de1cb98f99693e3424d9d17d4419ed3b12a5 0.00 MB 2 0
83,840 83,840 00000000001502dac21afb7764c3cebafd624073b2890baf9920f3a6f16a340f 0.00 MB 1 0
83,839 83,839 00000000000fad1742f4bf3ecdbc98d2b1b92cfb30040647a1a253281af32a53 0.00 MB 1 0
83,838 83,838 0000000000275cf2f22aace824373f220ef61d2eeec9f2a1ad43525d85d68e77 0.00 MB 6 0
83,837 83,837 000000000018e2fcdc7a40236cb821f780094dcb1bbc1a19c7284e099bc41754 0.00 MB 6 0
83,836 83,836 0000000000021d7d969e6536a0b53ca95e20d2a9c58edeb5817072cbda01bd5a 0.00 MB 1 0
83,835 83,835 000000000016c467654e15380bfbacb0225c4ba12cfd3d15580baead9ac1f734 0.00 MB 2 0
83,834 83,834 000000000001c883b3fa405d22ba481c9e8fc549101454e5c649d12c4c6143f7 0.00 MB 4 0
83,833 83,833 000000000002b184842136943ce802421cdf3fbeb1a503b61fe8db661502b236 0.00 MB 1 0
83,832 83,832 00000000002e5aeec62f4087da9e840841305d4aa85a119287519f3ddd2e6987 0.00 MB 2 0
83,831 83,831 000000000022399d16707ffdf7d9be84e99ce0e406e2fe5d1174d7ac16c4b22c 0.00 MB 1 0
83,830 83,830 00000000001515cbfa8209bd634473770abac96e9933c85c0820b1ef1e29702c 0.00 MB 2 0
83,829 83,829 00000000002aa9923be6590c276c8f418e8159458f6b2f126d28084d961874be 0.00 MB 1 0
83,828 83,828 00000000002c3a2e6b11cc6460877b1958b9a07784f1a88aacdaa498655f4fd2 0.00 MB 1 0
83,827 83,827 00000000001b3c4760068df820c4dbbc05821b27dd96bcb5431205d7ff01063d 0.00 MB 1 0
83,826 83,826 0000000000263a15ae9f5e571815450d6f9c3ca084b1e1256e5b60c494457085 0.00 MB 1 0
83,825 83,825 00000000002c7b76ccf59e5a5f442c14b18943d8c5001848dcb14a43d8f1f687 0.00 MB 1 0
83,824 83,824 000000000022a21e0bdaf83cbba8d7249286c827594f5678245ba5ede8b77b44 0.00 MB 1 0
83,823 83,823 000000000027819a9b97222b627db5966cb5e18cbf1b8bb82954fd8b0a8e3fa0 0.00 MB 2 0
83,822 83,822 00000000000d6df8664e98b1f4401d9a82c8ad6401641c62eddbe0a636372f38 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.16 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,168.41 GB sent, 114.20 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.