Loading Tool

Explorer IconExplorer

Memory Pool

41,996 transactions
29.16 vMB
0.06723615 BTC
Random Selection Loading Transactions
Max Size: 149.21/200 MB

Candidate Block

Mining Attempt d222d22a6d3120e88371b4c0c46a88ec3ad394653b74822706cb5bf76befce5b
Version 20000000
Previous Block 00000000000000000001c828f0aae187fd43c96f8afcfb80f879b49902b03414
Merkle Root 1ffbb85e3c189af86b2364f6b2eaf0ac36182f443c0cf159a96b0df64aa11bf8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,961
Size: 1.00 vMB
Total Fees: 0.01037539 BTC
Feerates: 200.71 > 1.04 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,533 (441,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,239 473,239 00000000000000000018f7b4a9dd3f0197dc89f977343bab42e62a29abab424f 1,488 1.00/1.00 vMB 147
473,238 473,238 000000000000000001434dfab26d477c74c25b6fc6ee4a5c3d3c429ac6bf67f1 2,292 1.00/1.00 vMB 257
473,237 473,237 000000000000000000273ce9bef8fa3c6cd5e97044b19aca71243a318cf7d8c5 1,934 1.00/1.00 vMB 272
473,236 473,236 00000000000000000051d301f6ed3ff7c66c144864d77d3828e4699e94f4faf8 2,456 1.00/1.00 vMB 263
473,235 473,235 00000000000000000172f3967f6d27d584d5e785406a5bf1937b1c349966f80d 2,173 1.00/1.00 vMB 287
473,234 473,234 0000000000000000000bfd0589bba596271f1c9ed029abb505407f44880990ed 2,193 1.00/1.00 vMB 353
473,233 473,233 0000000000000000005da6661310bd4615f788d39832f295dde2b0274650b8cd 2,285 1.00/1.00 vMB 270
473,232 473,232 0000000000000000005083b2b61abfe75e6886299a55534f0e9e4ba0dd9291d4 1,907 1.00/1.00 vMB 335
473,231 473,231 0000000000000000009ea1211b8f8415f112cb1f701e5d4ed9f8bbc08f435ac7 1,946 1.00/1.00 vMB 296
473,230 473,230 0000000000000000018ad26430c312c83600ec1dbd3d10283e3190d342553881 2,166 0.99/1.00 vMB 378
473,229 473,229 00000000000000000189c85b92685935d5a52fe4dc80441ce37b4dee2fb960a2 2,352 1.00/1.00 vMB 374
473,228 473,228 00000000000000000026fcdfedd53b7634ffec4a2d13e76476922650e856d2dc 2,451 1.00/1.00 vMB 401
473,227 473,227 000000000000000000eee7de383b9e62b6da2b31307b1e8455f769a198ba4bad 1,979 1.00/1.00 vMB 384
473,226 473,226 00000000000000000082a2b25921a6cea8a3ebe31a1e8180658ec9cacaad8fc3 2,048 1.00/1.00 vMB 392
473,225 473,225 000000000000000000b1a0e642a56a8b2163896fff8f0f18729c257e521104cd 1,481 0.81/1.00 vMB 207
473,224 473,224 0000000000000000005999d639df295eec52a62f108cafc15bedd3d34e86e782 745 1.00/1.00 vMB 97
473,223 473,223 0000000000000000013e0f10272fa8adfd2ae13e85e606c7756a5adfaca15d3e 1,472 1.00/1.00 vMB 157
473,222 473,222 000000000000000000eadf2097f965c638960c51cef5c34feb1781625357903c 1,477 0.86/1.00 vMB 247
473,221 473,221 000000000000000000571a9fb32274887c389bd5d13f522c99b526998d500cab 991 1.00/1.00 vMB 120
473,220 473,220 000000000000000000a98c85cc8017fac466bb7d4f82bdbd1c38e1e1a2d0a3c9 383 1.00/1.00 vMB 46
473,219 473,219 0000000000000000014dfa60a0cc2aa81d32025a61ddc85ddf0591a87ceaa8fe 140 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.56 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: 621.92 GB
    • Received: 11.28 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.