Loading Tool

Explorer IconExplorer

Memory Pool

37,119 transactions
17.98 vMB
0.13379343 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 94.13/200 MB

Candidate Block

Mining Attempt 1013406a9b2507742bd56872232ea3dfb1312178b22ae9eafe8cbdcb144b0c8b
Version 20000000
Previous Block 00000000000000000000d0024eb8576e4875797df41ac22fac4ed73712ea0080
Merkle Root 08b4cca5635876e47c3d014596628b4fe41ec403ae1ba17eb2aae7c48f298023
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 514
Size: 1.00 vMB
Total Fees: 0.02320936 BTC
Median Feerate: 4.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,331 (744,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
169,274 169,274 000000000000036df3821f59f048b9b928cc6307cf1fd96ade0818733903c956 37 0.03 vMB 142
169,273 169,273 000000000000024f0486ebc65ac0ace10889923fc53993dc2b5bf8ab40097b64 105 0.05 vMB 131
169,272 169,272 0000000000000868931b5d350d8fadabbe742b80e272dc6ec7bfbe5334e7c594 109 0.05 vMB 62
169,271 169,271 00000000000004215ce3198d1166db44de0ceb5c1efa11c7e37b7341bfda0647 16 0.00 vMB 221
169,270 169,270 00000000000002c2d84f5823e77f47aea95c9961a07d2e1d6d54be26686712c7 41 0.02 vMB 2
169,269 169,269 00000000000008c92791f15f87928fa89b17fc2dad919c09d92331ba77b1cb35 8 0.00 vMB 445
169,268 169,268 000000000000022e374bc84d7c715e4c7947074b88f48a3b9e4451e82985ae52 36 0.02 vMB 135
169,267 169,267 000000000000083337206ae24f0dfa40329a5961dca59a7b36dfc2c50e6aa2ee 131 0.05 vMB 101
169,266 169,266 00000000000000698bffd94fb1a3e71224262decb707e1b587119ae73369067a 96 0.05 vMB 68
169,265 169,265 0000000000000a940b99cf41f56efa1e6e32f9e08c30e6f03cad344281c0788e 44 0.02 vMB 284
169,264 169,264 00000000000002fc13df44e29b7a24f7473368ac87f171ceee93baeb26352c39 1 0.00 vMB 0
169,263 169,263 0000000000000a30bc42c081f7c08044c4ab44d8348dfcaf95062f1b4f2a8448 88 0.04 vMB 129
169,262 169,262 000000000000026070878d3af9bebb431517816d92ffdd3cfb0ca29e981a606c 115 0.05 vMB 120
169,261 169,261 000000000000089c69b7a0561d23b7be27de450a607117ba8f379d849193d35d 1 0.00 vMB 0
169,260 169,260 000000000000071e2bd6b12c2d4de54a9f978d419cf40a8cc2ca38d61e04369d 78 0.04 vMB 98
169,259 169,259 000000000000014d611589713588f4dbf980da437c5a34545400c159b462d0e3 57 0.02 vMB 231
169,258 169,258 0000000000000563be66ee20be5ad74f35d44df11f1a18669bb0cdccc07b57d7 99 0.05 vMB 203
169,257 169,257 000000000000012a1ff3ebbd41d0a54c90def50d49c541c2e667ecbf4018aab0 48 0.02 vMB 60
169,256 169,256 000000000000058d1aaceaa21bfe9a87207d820797ab5530799bf7544757d754 27 0.01 vMB 41
169,255 169,255 00000000000005ec4c16863a9a37caa3297d6319933484812257836dd14fe161 52 0.08 vMB 753
169,254 169,254 0000000000000842ca0db1ca160b4c68ea62a5080f041d90b3edd59d804afe1a 58 0.04 vMB 96
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 87
    • Outgoing: 11
  • Data Transfer:
    • Sent: 132.66 GB
    • Received: 0.55 GB
  • Uptime:

Notes

  • 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.