Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,801 transactions (0.86 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,645 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.85 vMB 2,788 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,644 (843,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,417 66,417 0000000003f2c9862d226bb8a535be80863274c5d839799ee2d5a9c4eb256e81 0.00 MB 4 0
66,416 66,416 00000000013cf96deed6b47187222ff2b4ef5c2bafb3dcb8e087bbbc80c2e6e1 0.00 MB 2 0
66,415 66,415 0000000009ce755e0fc50118e60197d74e746b18cc814b28e6d9ee64db972d3a 0.00 MB 2 0
66,414 66,414 0000000006e2ea23e13abd6b4bebf12eebe130037263a4f7b21eda4342afa333 0.00 MB 2 0
66,413 66,413 00000000089505a20ef7c7325ae322d76f9125725764083b95d6ecfc20d9fbac 0.00 MB 2 0
66,412 66,412 000000000345bace121a7ebc3040d154ed53cfe0d3710986dde79d5330cfcbcf 0.00 MB 1 0
66,411 66,411 000000000597daf5032f981fee19912df9d086dfceefda6df1fcee6c4db956d9 0.00 MB 1 0
66,410 66,410 0000000008e1800093fc4dc1e61042e663ad2a61740ac13a9b0a658f7fddbbed 0.00 MB 1 0
66,409 66,409 0000000006b6250066dda3bc7610eb21f07bdb6bf63c26fd518a47509f1a9997 0.00 MB 2 0
66,408 66,408 0000000009a42edaa0cb0d24049fb139809d3a9e321884398decb0edf6b11b22 0.00 MB 1 0
66,407 66,407 0000000006388d7b2ab6e2d676843c4daaa146b7f8c81b8842bcd154259fd51d 0.00 MB 4 0
66,406 66,406 00000000057c0e6cd03b246d2d595f1c0811460147b2505504f92fc6c2e53952 0.00 MB 2 0
66,405 66,405 0000000000702424c0bd116be717d021437949aee7c6c544693e17fd43afc3f8 0.00 MB 1 0
66,404 66,404 00000000086df342a92af4ad71f1806de95ee0ec29d8e96abc7fab10969ddccc 0.00 MB 2 0
66,403 66,403 000000000983ac506f27db0a93cfb95199d7cc560fd77e125cb376f8e6af61b1 0.00 MB 1 0
66,402 66,402 0000000000eafd3a74473ab096f0c76543634069fc45f4d72245e643a1783378 0.00 MB 3 0
66,401 66,401 00000000060a9ceeaea83e7db168db52c816987ef071179105b66286d6159ec1 0.00 MB 2 0
66,400 66,400 0000000002438e2200bf993e46de0b8671c9de425988bb5ddaccc195e344e471 0.00 MB 1 0
66,399 66,399 000000000ace38a66a26430d3bb20958f9807ac638f395f7af3a30767496f2ba 0.00 MB 1 0
66,398 66,398 000000000831530be16e8c47fd9358587359cc7d5789aeb6661a03d5f38c7fbb 0.00 MB 2 0
66,397 66,397 000000000445e95c414a1ab6765468ac6c20bceacd63ce0a88649ba361e8e586 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.75 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,119.53 GB sent, 112.06 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.