Loading Tool

Explorer IconExplorer

Memory Pool

42,254 transactions
26.06 vMB
0.05272597 BTC
Random Selection Loading Transactions
Max Size: 136.76/200 MB

Candidate Block

Mining Attempt c1fdbf06555fa505ee2f1b4bdf5e11829c2b694a435cb6db6bcaa8bdbc91c532
Version 20000000
Previous Block 00000000000000000000d8ba2955f02eb456e7c5acbac6935bbd800431352c76
Merkle Root 2e4bd94e42ca5d40afae6c12a9ba2a259e07eaf4420a8e8938518e5413573920
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,264
Size: 1.00 vMB
Total Fees: 0.00525655 BTC
Feerates: 100.28 > 0.53 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,739 (527,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,310 387,310 00000000000000000a294aeded5da7574cc75276a59ae9e258597a2fdfd15276 3,410 1.00/1.00 vMB 54
387,309 387,309 00000000000000000959b204834bf4e337c997d5b622e9f938757558bd05400c 1,875 0.93/1.00 vMB 33
387,308 387,308 0000000000000000049c436dda056af539959a6a97698c8b35613c5352c8181f 2,366 0.93/1.00 vMB 41
387,307 387,307 000000000000000000bb8ad18163b5c316fd1321257b45b9dd1cce44cae7344d 418 0.25/1.00 vMB 29
387,306 387,306 000000000000000001e8049f675c5dd5f6b6a559c771719a023fed3a6406f345 1,099 0.58/1.00 vMB 31
387,305 387,305 000000000000000000ea495cb3316200e340e709d25251721d8a48ddcd963049 1,840 0.93/1.00 vMB 26
387,304 387,304 0000000000000000013da5db5a021f7392e90f635a0a2b5a2828507825e5e6f6 162 0.95/1.00 vMB 6
387,303 387,303 0000000000000000004f5fbac2d1cd72f73688000299b67c87ac9af1518dc329 1,089 0.51/1.00 vMB 34
387,302 387,302 000000000000000006473addd160460533e158c8a9a7dac68aff80fc6821dc05 816 0.87/1.00 vMB 5
387,301 387,301 000000000000000004eb4caa26b9d51b0cf3062ecd7c8ce1f7d0a4a4cb293b37 832 0.50/1.00 vMB 25
387,300 387,300 0000000000000000075f2f2481dcb1b0289e57ab34fd33c2f0e9556ef70538ce 77 0.95/1.00 vMB 2
387,299 387,299 000000000000000000f00f8897588a0d50a616d64129ae7d3086140914006452 1,685 0.99/1.00 vMB 30
387,298 387,298 00000000000000000382db05cf24f145587a382ee734edaa1a2797a4fe7d6001 1,752 1.00/1.00 vMB 47
387,297 387,297 00000000000000000b41f1c4eeaa3d21be90dedcd6e46093afd834a297ca0b48 2,052 1.00/1.00 vMB 32
387,296 387,296 000000000000000006783b68f918501f20a6a56b952f761541a2bc16ebd9506d 1,105 0.75/1.00 vMB 22
387,295 387,295 000000000000000001e1a4d61326c7cb0d1fc4b2c138df72d4580265a2cbe3b2 1,648 0.75/1.00 vMB 34
387,294 387,294 00000000000000000482614715fd072ed8178893d7bd81e282d6a4d1340c7a02 2,330 1.00/1.00 vMB 35
387,293 387,293 00000000000000000662c01f68ac330400f431243b3592e8c303b3d277452136 2,598 1.00/1.00 vMB 39
387,292 387,292 0000000000000000080772d2b8b22eec8f46ee54cba8f8d3aa63b6006e6fb1e9 893 0.50/1.00 vMB 53
387,291 387,291 00000000000000000d1923b2821eef3f1fe2c7fc9d93bbda6701f4960be45c94 761 0.53/1.00 vMB 19
387,290 387,290 000000000000000005ce4ceb611b34c11366d2baa2ac2725e36834bc9e5daf8f 1,608 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.93 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: 646.28 GB
    • Received: 12.83 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.