Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,800 transactions (0.55 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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,372 000000000000000000022cb30000000000000000000000000000000000000000 0.54 vMB 1,794 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,371 (890,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,337 20,337 000000008bd2de766d2ae0d7f9f874a063f100a2b9fddc010b360ae3e5ae108e 0.00 MB 1 0
20,336 20,336 000000008ca37571897de948593f2fe92f4302a0db465c4a26165f0075c12268 0.00 MB 1 0
20,335 20,335 000000009cfd37e546dd2ba1fe85adc66e5f57c912027d1e3715b759635525c9 0.00 MB 1 0
20,334 20,334 00000000244c1f58c6d5483a4482162e9f34ba26d7d5048ebe5868afa5c16133 0.00 MB 1 0
20,333 20,333 00000000231cc29111473df85569c8c13ff42b9fa2308da91e9e90677c3f4a56 0.00 MB 1 0
20,332 20,332 000000008d24a791d5002bb401e9028ca2f47ca3e95f689d5bf04345fb9e05c7 0.00 MB 1 0
20,331 20,331 00000000c9f28733719fd0665d59a301d0b4fc553e9b5142ba9dd3d2afcbf5fe 0.00 MB 1 0
20,330 20,330 00000000da76d6aa344557dd05b24a953653f02774de4e37a3a78ba70f9e7539 0.00 MB 1 0
20,329 20,329 00000000056e784fe98c2a88b1e629829ba4ab17d94521592305912e6fc7e469 0.00 MB 1 0
20,328 20,328 00000000e7b05105b85b7950fcd42d6c13c4e84363bae0652dd686de110cea96 0.00 MB 1 0
20,327 20,327 000000007e22da9cce4748d0a8794fbe1e2008724a493c80afd4365658caf362 0.00 MB 1 0
20,326 20,326 0000000056a16bf4057374a28a1609697561d6990b1ad6909a4f25922deb7c8f 0.00 MB 1 0
20,325 20,325 00000000c76185ae8b09d2ea0c431708082167d613219e1ed4a48e768266b0ac 0.00 MB 1 0
20,324 20,324 00000000e5d33e73b2cef6ecdf2b2e1f0e4b21e3c50bcb6febd2058717e95cfb 0.00 MB 1 0
20,323 20,323 000000005eda3010b76ee8b932322db72addcecd0ab5bb86bcddb504f42f1bf5 0.00 MB 1 0
20,322 20,322 00000000e89cb65e9ccb7d2b9fad652ca4c197acdeb7a00885ed6f6a271fab0f 0.00 MB 1 0
20,321 20,321 000000008fd84f53fd67291cee5d1e65df5ed55b9accbf437bde67855a588f5f 0.00 MB 1 0
20,320 20,320 000000002259b075113893189cddbd886e972aa34986e0cde523e0efdfd4b96c 0.00 MB 1 0
20,319 20,319 000000008c9272eacb55ac0224038cd319ea18cbab02be5218d9bf94081090e1 0.00 MB 1 0
20,318 20,318 000000004ed43e49f1f3ab1a0509cfccf6114a6ebc3732666a8c4f1d20c1636b 0.00 MB 1 0
20,317 20,317 00000000a55b4baf7e3825707f3f0863205bb8dbe17021c17b5fe0d657139389 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.09 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,233.37 GB sent, 119.01 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.