Loading Tool

Explorer IconExplorer

Memory Pool

37,591 transactions
18.21 vMB
0.14206472 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: 95.19/200 MB

Candidate Block

Mining Attempt 80a2faa92534dd008ca3035cc412161bdaa055d0e48e07765e6510bdaff0706e
Version 20000000
Previous Block 00000000000000000000d0024eb8576e4875797df41ac22fac4ed73712ea0080
Merkle Root c985c04178c06315939100cd6a668bc783ae6091be536f499f38ad74c175b4b4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,020
Size: 1.00 vMB
Total Fees: 0.02682389 BTC
Median Feerate: 4.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,331 (644,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
269,226 269,226 0000000000000005bdbb9478ce9247d646b7cf128e466caaed7da410caf81a03 182 0.12 vMB 42
269,225 269,225 00000000000000080ff56f6022b0e090a95676b6f7926635cb6160231a559e0b 186 0.09 vMB 65
269,224 269,224 000000000000000067f7ffd52c3e96cb053175e3b610a62d51c4ff2ca802fb81 23 0.01 vMB 107
269,223 269,223 0000000000000003f174175823543b6f88fc02d91492221dc4d9441e2ffc235c 121 0.05 vMB 61
269,222 269,222 0000000000000002628c9d191446a8bb92da0587c0fff2a242ac26f94b6c7e54 389 0.16 vMB 116
269,221 269,221 0000000000000003d06497e293d0c35689a1e7b30459f8433d4c0bbe06ed5144 161 0.10 vMB 268
269,220 269,220 000000000000000401bfa50268881d23511d72583c86125aa2df529310c191f0 134 0.06 vMB 51
269,219 269,219 0000000000000006ad9b003ea7c1108a104f76a3f01402eec1431a7a7c19b964 482 0.24 vMB 68
269,218 269,218 0000000000000002e1e323f4e07a1f5fa9f5187649fb4635a0f30b9784455c8c 60 0.03 vMB 75
269,217 269,217 0000000000000001bb3304f09e549f32fcd80747ba2711a16414b60f8f574ddc 40 0.02 vMB 41
269,216 269,216 0000000000000007c5bddd797fd4a22ab7052b1e573152c55bb034cda9669d67 229 0.12 vMB 105
269,215 269,215 00000000000000018ca42dfde6794e0dea04ae7733e42b3e11d3e9f6bf712e70 218 0.10 vMB 61
269,214 269,214 0000000000000005d5e3c77e8e1fa8c3d9a003865f68228bd7b252c2a8bfccf0 193 0.09 vMB 59
269,213 269,213 0000000000000005a6db9cf5faea36471f091305ec0a576894c22713afe71d07 32 0.01 vMB 77
269,212 269,212 0000000000000002570afcaf6286f22a69112e9bc0a9993910cebfab3fa233de 241 0.14 vMB 46
269,211 269,211 0000000000000005a80faf216dd69dda6fe18b148fbf6175026593c5d56e50e4 99 0.04 vMB 44
269,210 269,210 0000000000000000bb1c08ef2fc2762a905379cb6c7530f1bc5baa60b8bb4d07 164 0.09 vMB 57
269,209 269,209 00000000000000067c4f00303bc765a37627466c75b8d8f8d30c9c5bd56b1715 14 0.01 vMB 47
269,208 269,208 0000000000000007fc0ea5c2c04990a89e9064bf78a442f50b506e19bc1b2188 427 0.18 vMB 63
269,207 269,207 0000000000000005e47fa7a2960773dbc78370b05b96165d3fcab48ad66f7325 150 0.07 vMB 77
269,206 269,206 000000000000000245333726c89d7486661260ed558b424814d279c0cecec69a 146 0.10 vMB 30
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: 88
    • Outgoing: 10
  • Data Transfer:
    • Sent: 132.96 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.