Loading Tool

Explorer IconExplorer

Memory Pool

27,213 transactions
6.56 vMB
0.06919439 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.70/200 MB

Candidate Block

Mining Attempt f6ba5bf3bc6f85937a57be86f95fd4e471090788602a6203f740a229ad4b44fa
Version 20000000
Previous Block 0000000000000000000122093735b2f0c7f736a0caf36530187991a0a75008ef
Merkle Root eef5558d97e947eb33de6ab0d3aa6b0883e2afbec2aecb53eedf9b6684e8b7f6
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,983
Size: 1.00 vMB
Total Fees: 0.05138704 BTC
Avg Feerate: 2.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,004 (774,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,599 138,599 00000000000003f5d176d54719f8c6f17e365b1b206263cf581ceb2a5f7d1bac 0.05 MB 91 136
138,598 138,598 000000000000021477fecd4e75ee8dffe974fb9e713ce50291eb85f48c22328c 0.05 MB 129 815
138,597 138,597 00000000000006dffbfdf2307f9cbf47f3657966c1c2ddf93e9478bd04d9abf0 0.01 MB 18 58
138,596 138,596 00000000000005de0dc26cd981e3fc5aae527d4fd3b2c1f56ec048c01badcb47 0.01 MB 33 113
138,595 138,595 0000000000000494d97a85a187e2f147c55e7e44aa36e73f157a9ce5f4f7693d 0.02 MB 37 272
138,594 138,594 000000000000056e2f10805f92415bbd11f56cef589151faa0a4fb7bf0a2ed01 0.00 MB 11 323
138,593 138,593 00000000000006578d5837595e599806a62344f13a22c0eca91686176032773c 0.01 MB 30 92
138,592 138,592 0000000000000297071a5521549f7a614dd3a7d5ef6c03c52b129538460e69e9 0.00 MB 9 164
138,591 138,591 00000000000002ff691e8f0abd19142b64b3905fd07298dc3ed33f6464bf9645 0.03 MB 63 151
138,590 138,590 00000000000006d0bffa6baeb4dddcc99df79fb556ec379d1a16ee0438cd2c67 0.00 MB 13 2,469
138,589 138,589 00000000000003715a7610f2f81dde47f24db7bb16e02a729b29a72460775005 0.03 MB 74 165
138,588 138,588 00000000000009348236aa6892dbff27b0e62e91d6f693936461b8e6a1be67dd 0.02 MB 39 101
138,587 138,587 000000000000059295d84505c06c6377f731d227250f4604d9680805e333e988 0.01 MB 36 115
138,586 138,586 00000000000006c96657dc6ef622307b2c269bbf0c272534e85de8c18f4573c2 0.00 MB 1 0
138,585 138,585 000000000000060b392d06a3947e6c55c47794518afdbeaf9744b199fff3998f 0.02 MB 53 155
138,584 138,584 00000000000003bf30a2a3ee90269e648f8929611e38f24aa9bbbd5cff9e67d2 0.01 MB 25 301
138,583 138,583 0000000000000202dd53abb7b8f7cb1e30573a7cd3ef71b17520fc9984767dc2 0.03 MB 52 257
138,582 138,582 00000000000001206bfc086c25d3668667b37f750f8a3e24e9085d783a046e6d 0.02 MB 27 35
138,581 138,581 00000000000002606773ea2ba97f8eedbd5e738f17edeb2d4fe3539f66ae01ce 0.00 MB 9 483
138,580 138,580 0000000000000636ee2328e501de1a29abfc78ae192de89a3f887221fbfb5e70 0.00 MB 17 51
138,579 138,579 0000000000000350bf8f60e3706342d986676be6ef60c1a87009038d8781a0cf 0.00 MB 18 229
Previous 10 blocks ↓
Total Size: 778.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 385.24 GB
    • Received: 3.46 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.