Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,548 transactions (0.81 vMB)

Priority:

  • 1 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
911,781 000000000000000000022b910000000000000000000000000000000000000000 0.81 vMB 2,539 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,780 (838,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
73,159 73,159 00000000003b66707dbeb16d2a9ac40d8e669e32b960b14b5b8fb6eaea6449f9 0.00 MB 1 0
73,158 73,158 000000000039d291ad0b3f484184a2616def1968911356e355facc0f4e3c6a05 0.00 MB 1 0
73,157 73,157 000000000015c8f61db03894f6cf578caa6cb6086ff1f4d9a993b1278f52adc7 0.00 MB 1 0
73,156 73,156 00000000004f01b071469a2dadda0b81462bb6917244f86e7a70c8194424c02c 0.00 MB 2 0
73,155 73,155 000000000057d104abcd47565962f1e0a83fb75215727a1b785b99656cdb5076 0.00 MB 1 0
73,154 73,154 0000000000b4c0296955d88f943c57e6ccc24513ba8c9a6d237c14583e41e49f 0.00 MB 1 0
73,153 73,153 00000000005a670564e8bb8fc0c5ff5132df66b7e929f8cf6bcd0e1fec1c3ade 0.00 MB 1 0
73,152 73,152 00000000003e4e58ad48b909f8017163d118b86e50c862290be93edf17d64435 0.00 MB 4 0
73,151 73,151 000000000039ebf2fd4f54acfe5077d29ad867b899878bbabb6277099fc2cd1e 0.00 MB 1 0
73,150 73,150 00000000005ab7bced9269129d6bcaf4802f71bd9ce1db9cef31afb83bded6c9 0.00 MB 1 0
73,149 73,149 00000000000bbe1f7c735338abb300430f7d143c3cae777cf8318e39702d1065 0.00 MB 2 0
73,148 73,148 0000000000b8aba4b5679a58d077471e197af51ae953f9ef6ce581c29127e9be 0.00 MB 3 0
73,147 73,147 00000000007b7a39125551f9b9f7e2be3c02a8b9de16e27742ae6e4d124c7c24 0.00 MB 6 0
73,146 73,146 000000000037fdd1cd5edf5ca7c97f7b6dfffb98a530c8a96eabfe26975b545c 0.00 MB 3 0
73,145 73,145 000000000054fc45ed7ca509a2bdf9fc2818cf759402a86704bad78797145c33 0.00 MB 2 0
73,144 73,144 0000000000567adc3c2582c21520f18ae577f68d9a0f11f54b8ff5334973a492 0.00 MB 1 0
73,143 73,143 0000000000b9a239fb9bc772fbfa1bbd6338a107d02c18ef4eaa9041b4ce916f 0.00 MB 4 0
73,142 73,142 00000000009a1ecff5912b3b5146b2ff704d5e552c2696385c4182e56100f943 0.00 MB 3 0
73,141 73,141 00000000009a436e8dae32ae01010a992c5e98294999b7a516dfb92dd770cefc 0.00 MB 1 0
73,140 73,140 0000000000a81b1d063224976add59f298a92aff98b501625b45541213636365 0.00 MB 2 0
73,139 73,139 00000000008022c208a664bce6410df699098c615c21eeab954673f4a06e0149 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.68 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,438.06 GB sent, 131.95 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.