Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

22,726 transactions (5.52 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 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
910,068 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,112 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,067 (834,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,768 75,768 000000000031196ed6c01039f66ff1f5a540617ae36ba9d1ea96a1bf651c9e41 0.00 MB 1 0
75,767 75,767 000000000023ff0d91828cd5b0716fb15ca95e604e8cd6ef067d65687bc1a2ba 0.00 MB 1 0
75,766 75,766 000000000048a7fe43527f484eee10bc5ba5f6a6775c96e02e688c51ea57ef72 0.00 MB 1 0
75,765 75,765 00000000001e75c6f0b8cac9b3da603458ba3f348a9ae22c724dfce90142f1c9 0.00 MB 2 0
75,764 75,764 00000000000ac18fffd11042165e2cb3f44d3d89500c35b69744a3172eb4f1a7 0.00 MB 1 0
75,763 75,763 000000000032b33b1b77f502ada3063bc9f5d4f804025076f1f9593c62a26cab 0.00 MB 1 0
75,762 75,762 00000000000671cdfa61706cacdc6872cf077df382c5e66a5986d98590d26323 0.00 MB 1 0
75,761 75,761 000000000037b267989a97cd773cdc5fe7dffd924c1ac66d9c4920cf340c0fb1 0.00 MB 1 0
75,760 75,760 00000000000c03d3f8b82cf668347d15a885b8ed603940f5d3c3ccf8a6546d93 0.00 MB 1 0
75,759 75,759 00000000000fcbc58c4847b08620ce438d74f75ed36c5797c1699d39c390e418 0.00 MB 4 0
75,758 75,758 0000000000600f4cec224008cb253ab8c88372308dc7c3ee7be4ba3f7242a3e2 0.00 MB 2 0
75,757 75,757 00000000000590ac4c41708e8a4d460ce0d1a091b8a9344d1c5b605402d32569 0.00 MB 1 0
75,756 75,756 00000000001ece6216d6fa22c94f8772469487dc441ea8304f51dbe225b7865e 0.00 MB 5 0
75,755 75,755 00000000000339787c43b334b9ce0de82364a2559f36de09fb914a8a7650d17f 0.00 MB 1 0
75,754 75,754 00000000005281ddf3891eecdf028c318656230aba176c12cba4b0d1aeb89a98 0.00 MB 1 0
75,753 75,753 000000000015fefc4a7667f5fcf89f9a8acbb100a8c2a04f2fe800dfc3f94e18 0.00 MB 2 0
75,752 75,752 0000000000117ceedca34d8e85aab25527dda0257ccc05250641dc515992d7a4 0.00 MB 1 0
75,751 75,751 00000000001be016cb3d277237d149d70979a9e1aa4fc08cdd4e8cc7740462a8 0.00 MB 1 0
75,750 75,750 00000000003657dd56f7aad24d39706286250c5d7b6dc540d386902072d2e1cf 0.00 MB 2 0
75,749 75,749 000000000056bd1c31f7a2f23a728c1d126bb04a7cd6b711c4be9aefb06c69d9 0.00 MB 3 0
75,748 75,748 00000000003cb4f1706eaae8a1ad4df2becb1148726fd9aeb02fd1e098cdbfab 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 773.52 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,186.65 GB sent, 116.09 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.