Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

18,468 transactions (5.80 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,695 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,833 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,694 (862,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,600 47,600 00000000327b7a58a129882990cf008f29f0e53747d02bde11d02f06d30682cd 0.00 MB 1 0
47,599 47,599 000000002d349bdf5fa7fb36ecdbb9001195964cdd6632391b9596dacc4f0231 0.00 MB 1 0
47,598 47,598 0000000004061d31f2a66d1ebfff33fcea27b9fa49594187fe583a5e6ee1a65d 0.00 MB 1 0
47,597 47,597 000000001b1224c558a45c2db3f7b83c20482b53e1a2556b773e78b4c0ee4c05 0.00 MB 1 0
47,596 47,596 0000000003628b094e32524a33d8349bd5ceda20ad3d6a9e845c6e8acc45f18f 0.00 MB 1 0
47,595 47,595 000000001d5fac8597cc5505a59f803b95f5bcc279a747a87aaa05d0d4292607 0.00 MB 1 0
47,594 47,594 000000000523ffa985c3178e90b03ea3b7356f12766d6f4d2ceb171328baf4b5 0.00 MB 1 0
47,593 47,593 0000000024b485eb869223a7b702763ec2f0c8f1d07be50cdcde99e841824081 0.00 MB 1 0
47,592 47,592 000000000a2e251297eb7ee51bd5cc827aea15412fa0862788923fcda3ac02ba 0.00 MB 1 0
47,591 47,591 000000001738b7bceda8a8f2652795fe25039453598fa2d85d151872d0db7b97 0.00 MB 1 0
47,590 47,590 0000000005e70efd3b7ddd557872faa7356f2e5a55ba4114efec21b9d3d52689 0.00 MB 1 0
47,589 47,589 000000002d54e601bc24c5cbebdbb23fe6b718ea7a3cc01c4e0858d0363a3c4b 0.00 MB 1 0
47,588 47,588 0000000017e184f063b951fc88c21cd066024d521d6fa2c5ee0cc7374a21bac3 0.00 MB 1 0
47,587 47,587 000000001ef490a9968d2bbb9cdd83aaf25fe393bb823d2360c2f27e464b4b26 0.00 MB 1 0
47,586 47,586 000000000977b60f108d61df0b60798ee1d36d62926326bda4ba007c87ad6262 0.00 MB 1 0
47,585 47,585 000000001ec57eb90c4d80e21c7a0c342ea08e3dc6038bbab6d35d9c2a59cb96 0.00 MB 1 0
47,584 47,584 0000000003bb14b99043321f5879ef81d5e2d837e53b40c347f65578bdff2a4f 0.00 MB 1 0
47,583 47,583 000000003175c12ebf6899f357510b4f4ea7a02345ab0e491b585ce5182dc84a 0.00 MB 1 0
47,582 47,582 000000001e0ed16b6b121ab5bc379a18a8a63531a346a4e3fcaf9bebeef71898 0.00 MB 1 0
47,581 47,581 0000000014d35403fd379bbfbe337c44c333a2d1cf3a94706bc0d6f9e86748db 0.00 MB 1 0
47,580 47,580 00000000143db7ba22b3181f081468dfb29f964926b5db05ee74f5e709ab99ab 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.84 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,154.38 GB sent, 112.60 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.