Loading Tool

Explorer IconExplorer

Memory Pool

83,283 transactions
31.24 vMB
0.09274379 BTC
Random Selection Loading Transactions
Max Size: 191.59/200 MB

Candidate Block

Mining Attempt 4656dde0f93812004f879378c2f0567de18df08cfc8055110d6b33293b3d5d63
Version 20000000
Previous Block 00000000000000000000b7ed4bcc09a1ab3389cc1da6d37b94493a2f9a8472a1
Merkle Root 64cf8daa26a4ea62b1f77c1721b4f63c4988914f6b4ca9d28d1270b3c7ff4df5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,392
Size: 1.00 vMB
Total Fees: 0.02226655 BTC
Feerates: 114.60 > 2.23 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,223 (108,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,262 806,262 0000000000000000000283ef073857d23428a929419a834230479370e8f3135c 2,189 1.00/1.00 vMB 16
806,261 806,261 000000000000000000040411527fc29a52dd2e9131a9358728f79c37daba4d6a 2,910 1.00/1.00 vMB 22
806,260 806,260 000000000000000000007ec8a8808f7b77f3a7521b9a41fe85892f5de48f3257 6,094 1.00/1.00 vMB 12
806,259 806,259 000000000000000000034e2b566c90f7b1f8258041988e1de1a5a5dbeb1a2981 6,162 1.00/1.00 vMB 12
806,258 806,258 00000000000000000004c4d1da82f20a55a5222a9cb0a18b39a3d3eeed69ab6a 3,602 1.00/1.00 vMB 18
806,257 806,257 0000000000000000000111a54f2616bc36cdfa94263dd888c298ead311af8dde 7,514 1.00/1.00 vMB 11
806,256 806,256 000000000000000000039e0db103e8f7e1149480204c633cfdf8f615280a7e17 5,471 1.00/1.00 vMB 14
806,255 806,255 000000000000000000011156dbf9205807892a8fe79b4ed0e8e3b0b233c63d0b 4,568 1.00/1.00 vMB 14
806,254 806,254 00000000000000000002d1d136ee7d20fa38a27b1b90d767fb4f89a7a984ea1d 2,027 1.00/1.00 vMB 15
806,253 806,253 000000000000000000005f42b612ecb4d54e904a6ed80931e3f042c55577f392 6,295 1.00/1.00 vMB 12
806,252 806,252 00000000000000000003098d6d9285ec630295c2b194b71baa28dd89c2610961 3,464 1.00/1.00 vMB 15
806,251 806,251 00000000000000000004a18624ba415932e6cb8bc06f0c489bbe2d9e696433df 2,336 1.00/1.00 vMB 21
806,250 806,250 000000000000000000026fedd727c691cf07e13e792b5e47d8c0ca10d71b529c 3,630 1.00/1.00 vMB 17
806,249 806,249 00000000000000000000746cd68fb9ff36e06615c94b115bc3a7545d8f377e2e 7,766 1.00/1.00 vMB 11
806,248 806,248 00000000000000000003c534d1ec2018efb25562f78031f9ec5abc46849e4aaa 6,980 1.00/1.00 vMB 11
806,247 806,247 000000000000000000018188a3e37992a2564b33e49da0d9fa86b28742b5c349 1,467 1.00/1.00 vMB 12
806,246 806,246 0000000000000000000167c2760a672d4ceeece338f83a7157604a6b91b137b0 5,815 1.00/1.00 vMB 13
806,245 806,245 00000000000000000003db141f8974bdcc889e3942f76c13e460e10583bd826b 5,384 1.00/1.00 vMB 15
806,244 806,244 000000000000000000043f71d3ffc1d4716490e33c78bffde582512c8a5a22ac 2,959 1.00/1.00 vMB 14
806,243 806,243 000000000000000000041c651794f12dbc25868c1672d7b4f8d8757e37229156 2,962 1.00/1.00 vMB 16
806,242 806,242 000000000000000000005af4c2f80a184fcc94e4c59898b40a07c13dfe1113a6 3,215 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.77 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: 709.43 GB
    • Received: 16.91 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.