Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,197 transactions (1.88 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,102 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,768 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,101 (820,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,531 89,531 00000000000afef95685f40180d9e356a4229d53bbbd6271663a5b4602dc2cbc 0.00 MB 1 0
89,530 89,530 00000000000f6251d4dbcfb36639abd7ebe4fe644f4a3d815fd3b01210b09119 0.00 MB 2 0
89,529 89,529 00000000000204b107c2e3a4fb5fea6c6173b207da0333a42b1e18e39649f76e 0.00 MB 1 0
89,528 89,528 00000000000dfff5b8ede9256ca6b491a0ab6d470ab59b9380b54d26a05990ba 0.00 MB 1 0
89,527 89,527 00000000001161ed2091b128f237527974f69d2804fcc48cc06b78412353b833 0.00 MB 1 0
89,526 89,526 0000000000068b8e2d29e9670b81b13797a6b435a466ae903d6da955c327b606 0.00 MB 1 0
89,525 89,525 000000000004b00d7f18a990355bf3855d24a25c828c50106ad453bbf252f3d4 0.00 MB 1 0
89,524 89,524 0000000000019d9832c8e2bfae68c372617dc4f5c94c24be0e87945ae44db3d1 0.00 MB 1 0
89,523 89,523 000000000005fd404a294922cd65e839a129f1b8411231d66773cdc8c96c99ef 0.00 MB 1 0
89,522 89,522 000000000003cca3f07fb0589f4372d31b7e904f90ccbe53b6380ddf827a0e1d 0.00 MB 1 0
89,521 89,521 00000000000481404b01749a0d8a0e906d66ea79696225d080165e748971d6fc 0.00 MB 1 0
89,520 89,520 00000000001279b0ccc888945f4bbc4ff22b6e89a6cfa191d579e298954e86c5 0.00 MB 1 0
89,519 89,519 0000000000151c309521d327b5cc3b35a5aa75ad237799b9128cf2b9588badd9 0.00 MB 1 0
89,518 89,518 000000000000a4442dd48e328c57bde6625157576bdb825f2024b04336c2a8c1 0.00 MB 1 0
89,517 89,517 00000000000f643eb2cba0a436b14b28c10eca8a6f7855091823e4178d95ca9f 0.00 MB 1 0
89,516 89,516 000000000011b7671b0625b0e6928a5f17df86adc532a43e95fb58e10f624168 0.00 MB 1 0
89,515 89,515 000000000013e581dfd9b3350744a439a9f384774a8439d9c67e48882552aea0 0.00 MB 2 0
89,514 89,514 0000000000097b5ebb37dbe17abcc9fc8d60faec0c0ac129d3d69e4086c2d6f9 0.00 MB 1 0
89,513 89,513 0000000000052eecd788bcf39b17de6c2baa21ba3a048ac487ffae058785acee 0.00 MB 2 0
89,512 89,512 000000000000ef06ae44b90c6e0b631b428b1f1f17af8234bbbf29ce79e40d10 0.00 MB 2 0
89,511 89,511 0000000000095b849765f7ed6a27f07502ed06e270972b1c8f9fdcb6d2a5117d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.58 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,188.35 GB sent, 116.39 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.