Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,501 transactions (0.65 vMB)

Priority:

  • 1 sats/vbyte = (9 blocks)
  • 2 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
910,132 000000000000000000022cb30000000000000000000000000000000000000000 0.64 vMB 1,501 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,131 (891,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,651 18,651 00000000b685fdf35c3a62d7b28bcfc87a96093e858860399653200eb3b87a50 0.00 MB 1 0
18,650 18,650 00000000f6763935525321faa0d3cf24ff6555f76c26d72c97b1ab990b52ea65 0.00 MB 1 0
18,649 18,649 000000009bd23761ca1617775bdf9fa2d94669f298d82c7529deb26b0d35b040 0.00 MB 1 0
18,648 18,648 0000000015b1e6acaaf3cc9315b08a945ef35d9e8ba6ff71551961507710267b 0.00 MB 1 0
18,647 18,647 000000000d0f0174a39c181e3fbdda34a589b3afb0443274a4c1e61e364f343c 0.00 MB 1 0
18,646 18,646 00000000651b102aca2332466a1bc6ba2d34287188396eae81f83bdf5e7721ad 0.00 MB 1 0
18,645 18,645 000000006fb6c6913d4aade1a0bb3c61b59941e54c9ea87b90d4c31e10bccb1f 0.00 MB 1 0
18,644 18,644 000000000961f83e320691634776cf8f056cb4ab24dec47d6d04b16fc78e85ad 0.00 MB 1 0
18,643 18,643 000000004ffd01809bbb2f8f15caa9c7aaceadb23bd62114f189b476889a15b9 0.00 MB 1 0
18,642 18,642 000000005bdbe880cbc2103c36ce90796a1c69fdf976147ca7b8f5e00b7968f5 0.00 MB 1 0
18,641 18,641 0000000083ff937fb9e71e7a7bc8cd982d627f1269b9e8604c6bad60556d5d88 0.00 MB 1 0
18,640 18,640 000000002871bc7641b4d817c3550524551475ec732e42026fba6ee08c0b3883 0.00 MB 1 0
18,639 18,639 00000000f898f4f1236e8988cc9869ba437ed446ca0139021d0d8909cafe991c 0.00 MB 1 0
18,638 18,638 00000000fd64e1881e80459e3b95b07523691ee477abe3274f81fa0465b6d4f1 0.00 MB 1 0
18,637 18,637 00000000f17f000629e02cee0ec7f7bc3475bdf6cbc1fa5b2a66b31450928be7 0.00 MB 1 0
18,636 18,636 00000000dda4ed746963469f40ede751f66c634c660fc2f4268421cd5840b908 0.00 MB 1 0
18,635 18,635 00000000601f82444dd07792bee921a8e5730fcb02ba30522bfb3542f7aad022 0.00 MB 1 0
18,634 18,634 00000000a35d7b56e1d5d0dcd7ea4131f49cacc9895ef9a63a3e7563b5e3f06d 0.00 MB 1 0
18,633 18,633 00000000d9d151b8ff7731b890e60fa237d4168345f4cc333a9769bd4bb9b3c1 0.00 MB 1 0
18,632 18,632 000000008e3841ccf92f7be2501de5da524f2abb9be51cf5c502dc1be8aed052 0.00 MB 1 0
18,631 18,631 00000000576a60053fcc8523a01dc32f171365ea407906344f39e0c0ab6b5445 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.63 GB

Node Information

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