Loading Tool

Explorer IconExplorer

Memory Pool

37,207 transactions
27.77 vMB
0.05854356 BTC
Random Selection Loading Transactions
Max Size: 140.52/200 MB

Candidate Block

Mining Attempt ce545a5e8f57a7d2a0b8a2a2e92b8781bdf0349a4202539f650a256ae2ef81f8
Version 20000000
Previous Block 0000000000000000000136ed55bb1ddf4d1f340955528f3c7bf60ccd85f41c56
Merkle Root 20a62dad8fbf0b64bba4fd41384848b1c4018138291bd93094a70c7ae88f657b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,889
Size: 1.00 vMB
Total Fees: 0.00576100 BTC
Feerates: 20.54 > 0.58 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,623 (669,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
244,835 244,835 000000000000005eca8d282a81512e2194a1da85f58296f07641e0af6d1cc69f 152 0.06/1.00 vMB 132
244,834 244,834 0000000000000092787f01ff1b2ce2b9384621c89fe72e9614bc966ce1ad5c8d 70 0.03/1.00 vMB 175
244,833 244,833 000000000000006997f2314dbc2ac43d88a1114b8ed99e7007294cd80e36f174 114 0.05/1.00 vMB 86
244,832 244,832 000000000000001fbde0129f2a36ab96c40a612e335e30bba5d498a16213a8d9 32 0.01/1.00 vMB 112
244,831 244,831 000000000000000e48bf37aff44cddddb59c5c6c198123d80f20e6d2bba2051f 150 0.06/1.00 vMB 133
244,830 244,830 0000000000000090badc2ce01282a6f1a0b73d5e4b98ea88fcc7f9a8ae6e25bb 129 0.06/1.00 vMB 136
244,829 244,829 0000000000000018cfa5403d691bf063a5c0e8ebb8913af861b5aa768a075845 85 0.03/1.00 vMB 134
244,828 244,828 000000000000005b034d871fbfbce265ed1ce8050d454e931bcf8efaa6086a40 242 0.10/1.00 vMB 159
244,827 244,827 0000000000000006818d002075e0aa03c9534e1b825549998ab136ee076905bd 117 0.07/1.00 vMB 98
244,826 244,826 00000000000000459570a30cb3f94b95bc39ddc53160c8f8214fa8eb91130a4d 64 0.05/1.00 vMB 24
244,825 244,825 00000000000000c1d1978e130a1b149b45cf2f7ed6c26ac44e0d0edb2110dd5c 103 0.04/1.00 vMB 112
244,824 244,824 000000000000007d965c6379c23e784670447f3778cf40396f7b7333de058259 44 0.02/1.00 vMB 147
244,823 244,823 000000000000008a8176e1a57bcbbf60c6bece70c21a3b8f84174b2f618f0194 13 0.00/1.00 vMB 136
244,822 244,822 000000000000004e1e5f2733ca98aab7662889b2f772b98e9be754485172ca6a 127 0.05/1.00 vMB 173
244,821 244,821 0000000000000046183fa251ab8e39d5606143a2163335db3d414f1c21579a9d 46 0.02/1.00 vMB 126
244,820 244,820 0000000000000025ba3040b0646ca5877a184375075b781b9eee6c9cd02f9556 405 0.15/1.00 vMB 155
244,819 244,819 0000000000000055d4d84082ce97d983900f0522ef5746ac64b389b980e09e1e 497 0.19/1.00 vMB 164
244,818 244,818 00000000000000405e641e7ef634e469756a6721ef99d41f7242d3f15e3dc5ef 324 0.13/1.00 vMB 157
244,817 244,817 000000000000006e0b6c4db10f5433cc9ca7245fe121b6610535602c6a8d82ef 108 0.06/1.00 vMB 302
244,816 244,816 00000000000000a2fca0d6bbbcb8946b2228dbb2bd0d39e3676c118f4eb5c8e5 234 0.09/1.00 vMB 162
244,815 244,815 00000000000000b2cbc282ed10c536f0d593d1657c217ebd6c9177ded40c7653 66 0.03/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 781.72 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: 629.94 GB
    • Received: 11.96 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.