Loading Tool

Explorer IconExplorer

Memory Pool

78,033 transactions
29.01 vMB
0.10144346 BTC
Random Selection Loading Transactions
Max Size: 175.47/200 MB

Candidate Block

Mining Attempt d561cce621ccdbca7b7755425a85142d00684fad40294fe83cd48c57a6e0287b
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 2e78472c1f800c3799cee43139c0567e56b2edcfa6f6caa2ecc85d85a9bfbfb2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,970
Size: 1.00 vMB
Total Fees: 0.03033434 BTC
Feerates: 402.60 > 3.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (109,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,265 806,265 000000000000000000045f6b35252c0fef61e1755cb399a323ca4aea12e8ff6d 2,945 1.00/1.00 vMB 16
806,264 806,264 00000000000000000000b93369ca030defdc146dbbc93e1c9741e91d0957d7e4 7,968 1.00/1.00 vMB 11
806,263 806,263 0000000000000000000317d36959c56318c77a8d61cc9e16956857acbf6fd7b5 6,001 1.00/1.00 vMB 13
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
Previous 10 blocks ↓
Total Size: 782.92 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: 714.54 GB
    • Received: 17.56 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.