Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

558 transactions (0.18 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,197 000000000000000000022cb30000000000000000000000000000000000000000 0.17 vMB 520 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,196 (834,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,832 75,832 000000000023d34ce14dbd3a85bc87674930418afaeab52cf45e7d6a99efab85 0.00 MB 1 0
75,831 75,831 00000000007d7133033abcb3dd6d4bac89640d7a1ecc14695d01f2f1f4887201 0.00 MB 1 0
75,830 75,830 000000000018a5564d3ebf2d82a5521d22e016ad8f9ea6610341ebec17efdd78 0.00 MB 1 0
75,829 75,829 0000000000016218162c3c83d8f806f06e8ecc1c54a7354b2c7b85b8452f058c 0.00 MB 2 0
75,828 75,828 00000000001a23c15e80477ac9f2f12a9fbf8656e2b99343c6554cb2884e7c46 0.00 MB 2 0
75,827 75,827 00000000000db0e91b7f6593114747ae107784b2c59e3b0c7cf8c8575491f4c1 0.00 MB 1 0
75,826 75,826 000000000028d9c4a5b11c1d9e101c449c01bcc2580aaf59f6322fe06209e133 0.00 MB 2 0
75,825 75,825 00000000002bc776905953debdf4473ce69c8266da57fd6bffc8d6216d6877e2 0.00 MB 6 0
75,824 75,824 00000000003536e41ebaeae627a92ce5c49ba80c4f157d8c0e48a796dc6611e2 0.00 MB 1 0
75,823 75,823 00000000000af4e28d828f8e95bd97d0950f94283a81312c58f0cb6ea4c8be34 0.00 MB 1 0
75,822 75,822 000000000057dd208ac57012c4a5bab1ba7375cd0f1444875c3c2f726677b4c2 0.00 MB 1 0
75,821 75,821 00000000001fc9c0b7375bddda352c0f9bbabecdd46d776fcf871d3dac1c4d99 0.00 MB 1 0
75,820 75,820 00000000007df12469a6997126035ccba3d6dd4e39f6b7a3b316d07a2f74086b 0.00 MB 1 0
75,819 75,819 000000000072ed91175bb2c2c57b57c0bcfe8c52e3a8244d0fff88e87a4bb780 0.00 MB 2 0
75,818 75,818 00000000005aab88908671990ba595e4b4598857fdb845f654080d4d651ff0b9 0.00 MB 3 0
75,817 75,817 00000000007d269a6d78fd64dac3df7fda248a9e0f193e37f8141a9146b2a143 0.00 MB 1 0
75,816 75,816 00000000004bbca9721c9d6075ba2f30d4afe643a51d8613645d684c242938b7 0.00 MB 2 0
75,815 75,815 000000000065f73e9b2053497aea9a00b42c5e1ae9711a64e80abebb350283dc 0.00 MB 2 0
75,814 75,814 000000000067ec51c9e694ec1d9615506851c5155687839fff304562a5b29cc6 0.00 MB 2 0
75,813 75,813 00000000006bea19041b4f89a1edeca7ec2aa9ad06a91141fa15d3afe81aec54 0.00 MB 1 0
75,812 75,812 0000000000390e06eceafd97dc8514a282240493877fb107dba6fbbe92181310 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.76 GB

Node Information

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