Loading Tool

Explorer IconExplorer

Memory Pool

80,888 transactions
29.65 vMB
0.12453136 BTC
Random Selection Loading Transactions
Max Size: 179.79/200 MB

Candidate Block

Mining Attempt 9add3a640023524e64098902d6c896c84cffe8ee383b35f090566467104989ad
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root bbbaccf5da3e232fd15c819866c52fad7dbc6ad14654f41dbee48de52b5d3404
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,837
Size: 1.00 vMB
Total Fees: 0.05898943 BTC
Feerates: 151.07 > 5.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (246,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
668,162 668,162 0000000000000000000c1e9e9b601972146aa48803500c2521a6f813df55d434 1,812 1.00/1.00 vMB 114
668,161 668,161 00000000000000000009c6be23d8122111799e62d853ec7b2e277f297aa5aaea 2,687 1.00/1.00 vMB 121
668,160 668,160 00000000000000000005104aa23215d0df9e65b1c6b6618c0e822bed9d322798 2,815 1.00/1.00 vMB 82
668,159 668,159 000000000000000000024a8a7972475adf779385651be63a1c9f2db0f1e767ed 2,342 1.00/1.00 vMB 72
668,158 668,158 0000000000000000000a0ddf1516868c7db39694298518baab06b74aa23b15bc 2,887 1.00/1.00 vMB 82
668,157 668,157 0000000000000000000ce828d9cf9fe37c4bba583aa5cf50f98c0b52d1c431e9 2,925 1.00/1.00 vMB 100
668,156 668,156 000000000000000000019e6def13f3a2ed0fcc66337182d4bf14ae20dc71b856 3,093 1.00/1.00 vMB 76
668,155 668,155 0000000000000000000d49abc903c58f1accdc10385925d5762616a1a92caee9 2,027 1.00/1.00 vMB 92
668,154 668,154 00000000000000000001cb79a70b14fc492ee6ce92eb75bec2ec78a41ef56db3 2,136 1.00/1.00 vMB 106
668,153 668,153 0000000000000000000cf1048079af0bf8dc18646ff0616424dc66e6ad0d9f9f 2,635 1.00/1.00 vMB 131
668,152 668,152 00000000000000000001925bbbeb60156ca5ca00b31bce0eca7e918e0274e1d5 1,921 1.00/1.00 vMB 89
668,151 668,151 0000000000000000000a31632232749191c32fa9dbe7e6f3b62a43e95a4a6948 2,546 1.00/1.00 vMB 113
668,150 668,150 0000000000000000000c5712db715bf35d4201bf290a7349331ed63cc1dc5b8d 2,647 1.00/1.00 vMB 88
668,149 668,149 000000000000000000090374b4dc0939d14bba371cad46660ccac3a18015d169 474 1.00/1.00 vMB 85
668,148 668,148 0000000000000000000c7dc9fc5014a6c9dfba43ee0d77ed8c78013cc3c0065c 1,896 1.00/1.00 vMB 91
668,147 668,147 000000000000000000087e8b6d27c9a48a472cf2b69f6a6154ebf9bc9c7bb769 1,721 1.00/1.00 vMB 112
668,146 668,146 0000000000000000000c452d6431a46d66c7515d853b11800ccdedd3adc2caae 1,602 1.00/1.00 vMB 98
668,145 668,145 0000000000000000000d1ae914ab6059c61c23393b72a6aed828d8d20f14e5c0 2,566 1.00/1.00 vMB 116
668,144 668,144 00000000000000000006282193504a9bebadce58ab8c96fef7b64c2568a4ced4 1,973 1.00/1.00 vMB 116
668,143 668,143 000000000000000000050dd794e7d760e24b2480ef23ee9af2d412df9c51a5cf 1,839 1.00/1.00 vMB 75
668,142 668,142 0000000000000000000b083fd1f8da4dbe99bf3084f57a901796b5a5aea34d7f 1,363 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.59 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: 671.64 GB
    • Received: 15.97 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.