Loading Tool

Explorer IconExplorer

Memory Pool

38,003 transactions
26.59 vMB
0.06238354 BTC
Random Selection Loading Transactions
Max Size: 136.38/200 MB

Candidate Block

Mining Attempt 166c6b4713df25dfb94b74c7bd5ce5947a5f2eceea87eb277797ae5f370a6b66
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 2549df41f9ff4c96b2a5b42e32bbad8fdc91536aff1a5362e5064e2c6a836831
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,395
Size: 1.00 vMB
Total Fees: 0.01285948 BTC
Feerates: 100.53 > 1.29 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (69,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
845,382 845,382 000000000000000000013a483b54360f95d99b0c04fa6f75cf8583c0fcc2c81a 4,200 1.00/1.00 vMB 25
845,381 845,381 00000000000000000001cff437ee16de2399750f7b6a720fa2d19638ae1145d6 4,941 1.00/1.00 vMB 31
845,380 845,380 00000000000000000003017683d561d82bbc5d66b9bb39e0058d57e0d8c75ecf 4,312 1.00/1.00 vMB 40
845,379 845,379 00000000000000000000f3bb539bfcfb0a793ebde4c835458e39dca6a220d99f 6,188 1.00/1.00 vMB 36
845,378 845,378 00000000000000000000e5dd67f30bf758c728ab9f441795bae05843224c8b7e 6,072 1.00/1.00 vMB 42
845,377 845,377 000000000000000000030f5de443f9653f9efcf1d2d1b96878694e127edb1f0c 6,383 1.00/1.00 vMB 44
845,376 845,376 000000000000000000020020d90be207287f6f9c9a0fc85d67af708f3b23cd31 6,733 1.00/1.00 vMB 41
845,375 845,375 000000000000000000011446578e032e273fe79a246f27ec55ad6e2ce76c7775 6,085 1.00/1.00 vMB 43
845,374 845,374 000000000000000000009af5ceacdc158f70947624ed2a9640adc1066ffd8a91 6,284 1.00/1.00 vMB 21
845,373 845,373 0000000000000000000325f841c57a8386fb98b03d0b230ef73e19de5af44147 6,820 1.00/1.00 vMB 17
845,372 845,372 0000000000000000000260f00905c78ee6209216cb5ad7317c021c1f5caf16e7 6,679 1.00/1.00 vMB 20
845,371 845,371 000000000000000000014e31432369858145936ef945364822a256f79e632566 6,584 1.00/1.00 vMB 29
845,370 845,370 00000000000000000002a4be05c5a8a5ce6d069b97474d3475b4fd396958aadd 4,848 1.00/1.00 vMB 11
845,369 845,369 00000000000000000000706cf3d62a1c3124f7d3df614d390eeddd9b6c7eca0b 6,511 1.00/1.00 vMB 9
845,368 845,368 0000000000000000000025255722df88e66fff30f5ed441f4f657a314275a283 5,444 1.00/1.00 vMB 13
845,367 845,367 00000000000000000001ba04e22a813a2c88441912a72a73ea25e6b3ea329cff 6,687 1.00/1.00 vMB 9
845,366 845,366 00000000000000000000569cc8a32fb6d2eafddbca489988ae1da4469d71fc1a 5,286 1.00/1.00 vMB 14
845,365 845,365 000000000000000000027e4771f9b17d48e62f0f64fb41eca571f855296aa5e4 4,608 1.00/1.00 vMB 18
845,364 845,364 000000000000000000015320a1ff54b36910477963e51177006e85fc85352af2 3,870 1.00/1.00 vMB 12
845,363 845,363 00000000000000000002f8ad3730db67aa2ff8b0ec8236b86c1962dc95d9da66 2,689 1.00/1.00 vMB 10
845,362 845,362 0000000000000000000236e85135b5adc4332ac0fccf5d64d6583af93e276c71 2,958 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.79 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: 633.63 GB
    • Received: 12.20 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.