Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,514 transactions (0.44 vMB)

Priority:

  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 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,197 000000000000000000022cb30000000000000000000000000000000000000000 0.43 vMB 1,505 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,196 (834,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,021 76,021 00000000003882053bf435e370b8df85293e3407da1624456f4402b9991eea43 0.00 MB 2 0
76,020 76,020 000000000027c809b988a4ec656d18701ae9be0bb4c3eb27947c66165062ae6d 0.00 MB 1 0
76,019 76,019 00000000007096ae61f0a88a9533ed2bafb9024c8670ba984975a52bfaa4608f 0.00 MB 1 0
76,018 76,018 0000000000778ef9ff577d4ebe9706d399c3a201c8446fa6674ca1cba066076b 0.00 MB 1 0
76,017 76,017 00000000002e492175b58c7f887d87b584cd976782e822b01d8eaed1b3188ad0 0.00 MB 1 0
76,016 76,016 000000000032c485d603fd34d352ec7ce418bc13ee0532b4b2cbdf4bcb87ca32 0.00 MB 2 0
76,015 76,015 000000000040b68eaac20f3dd214d0d3f5ceba4f37148f07078d58c63cfd1f0e 0.00 MB 1 0
76,014 76,014 000000000057e754cf1d7379449fec914e11dd8634ad4ebb17432343e8280eb2 0.00 MB 2 0
76,013 76,013 00000000002091f47fe7e080fe4eb27ccb76b1eb0640976a88f885c67964f4a7 0.00 MB 1 0
76,012 76,012 00000000003cc4a0b06784bbf489c1ab2aa0c988eae931b95c89ef257c64acd5 0.00 MB 1 0
76,011 76,011 00000000004c2093465964897e187f3a786694d4e5605a18426f99520445153c 0.00 MB 1 0
76,010 76,010 0000000000352572ae25e1b6e57a23c869cd53ba15e6737221e4d2f251ff826c 0.00 MB 1 0
76,009 76,009 00000000007577d97b000982010245fda52095de55f240073ebaeeb02e7b0d1d 0.00 MB 1 0
76,008 76,008 00000000002c48b1b03d95b364f91e47262090a4487fa418e0c8f45c40a74246 0.00 MB 1 0
76,007 76,007 000000000043c75b85fcaf0742fcc226e32588f08a70735850272218c3e12e05 0.00 MB 1 0
76,006 76,006 00000000006824d2a37f0826444c420a90c0b9bbd3de6b2a7f8a3d06969f5003 0.00 MB 6 0
76,005 76,005 00000000001f52fc376b6fcea48e8b4076779917749fe35d2fa191ee1b6ec5ba 0.00 MB 2 0
76,004 76,004 0000000000509ff35aa449f13044b8c58cb52088204617529725a817273c15b2 0.00 MB 1 0
76,003 76,003 0000000000480f18b3a217405189cacd502055005f4eebd6db303a3953fc7943 0.00 MB 1 0
76,002 76,002 00000000000ed193ebc83ce52384a4da22adfada920f6624e71126df7f0f2858 0.00 MB 4 0
76,001 76,001 0000000000393b1b3943fd383fc68e8f509265403345e3f6589d8683d4a1fe49 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, 112 incoming
  • Data Transfer: 2,195.47 GB sent, 117.35 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.