Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,807 transactions (1.18 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,135 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,233 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,134 (891,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
18,630 18,630 00000000909d22a31516d7b91fe170f49fe963b8c57a0185a8155dbebc8f2682 0.00 MB 1 0
18,629 18,629 000000000ea1661a67850b33b5dcdc988e97291befb399a0aa4fa59cf3596157 0.00 MB 1 0
18,628 18,628 0000000032f643246f22aa5f0b4b9d0a5d78cc4d4da658cfe499657421f57ca0 0.00 MB 1 0
18,627 18,627 00000000272978479fbfe8b1c2cb9e8e03ce9d59d937646cce12ed8a419c42bd 0.00 MB 1 0
18,626 18,626 00000000ce80094d736a06ed2660ef37cbbcdcb9be4dae2e151c02c399938233 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.64 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.85 GB sent, 116.70 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.