Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

395 transactions (0.09 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,285 000000000000000000022b910000000000000000000000000000000000000000 0.08 vMB 383 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,284 (849,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,337 61,337 0000000008cb904c20740d0d34d62b12f172e63aa4ee20509d6459117bf86f17 0.00 MB 1 0
61,336 61,336 00000000098e86a6907ca9095900e61b1f5098a987d6ae7c93ed60c83620f947 0.00 MB 1 0
61,335 61,335 0000000003965302b8cecae5fe2e5bbf9835365282441a5607de888d6fd6fa71 0.00 MB 1 0
61,334 61,334 000000000e26ce71f992ac2639d4d72cf9597e09d2a6bca442bce421e093fb45 0.00 MB 1 0
61,333 61,333 0000000002060a530f5160ebc618f03e28156cd288cb94c74b818b1bab1c5b0e 0.00 MB 1 0
61,332 61,332 0000000004236af4ea06358e76e0b457350fcd530cd1f9cf1814758dc3b4bf08 0.00 MB 1 0
61,331 61,331 0000000004a4e169d3572ee64e8d22e823644d19a793f71ea55f5e4c314a9fa2 0.00 MB 1 0
61,330 61,330 000000000e447fb6ff6429ab975e4328aa5f16159d2bcc69bfa4d3d1078c6646 0.00 MB 1 0
61,329 61,329 000000000ab9f41d799fbc220a69838461b969f5944f8a4d605f51ffdacffea1 0.00 MB 1 0
61,328 61,328 000000000bb2ca489b3e0a5681e97e5e2a5f22705bf337e7ed1eebf974a21ab3 0.00 MB 1 0
61,327 61,327 000000000b08a31fcfbeb1e83749bfd1658ae81ce89d74ddc29e69a49699db5e 0.00 MB 1 0
61,326 61,326 000000000c592350e753f1004288c38fbac8947de2c411592b151338c8ae7a71 0.00 MB 1 0
61,325 61,325 000000000928e6fa518aac14ed97d67fd169cafd573ea3259e255bc210a091e6 0.00 MB 1 0
61,324 61,324 0000000003b68a994a9321255428872ce9314de65c67cf30966818ad95545c90 0.00 MB 1 0
61,323 61,323 000000000cdd176d5a0736fe47697d3446914fe267d63b39f2210d89d7667a78 0.00 MB 1 0
61,322 61,322 000000000e38eb2d8b418770a745ba4580af1f74fd167b3a0993fd8f02e86428 0.00 MB 1 0
61,321 61,321 0000000009163ecf5c1a8a584ebb36b82bb13fb20d60b9d6b1b266f63e066b54 0.00 MB 2 0
61,320 61,320 0000000001e084d5697734ff5984f10c1bdc5d4662113c6251f1a0742f1fa9f1 0.00 MB 1 0
61,319 61,319 000000000c17d5779811fb237baf22573c79c55e7febedc88c7521b1e54ea23d 0.00 MB 1 0
61,318 61,318 000000000a9f3b2dbb45b96504f615369744ef17913800c7b696d9217a60257a 0.00 MB 1 0
61,317 61,317 00000000043c14a9e3f87ad9ec49a474943b43124a30909227da34684002d16b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.77 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,394.06 GB sent, 127.68 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.