Loading Tool

Explorer IconExplorer

Memory Pool

33,797 transactions
25.19 vMB
0.05252497 BTC
Random Selection Loading Transactions
Max Size: 128.00/200 MB

Candidate Block

Mining Attempt e043d9c4f3c3987d6f5b8727a0aa9b0b24d61adac1b47bb0e4a2a99564c904d5
Version 20000000
Previous Block 00000000000000000001e8574b0c11cdfe175c522ad4fe67fe83458fce5e8ea3
Merkle Root e58dabf0167d33a22f7f49932571d6e268d45a89dcc4afbef2259a1419992c95
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,540
Size: 1.00 vMB
Total Fees: 0.00702684 BTC
Feerates: 508.49 > 0.70 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,670 (526,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,383 388,383 00000000000000000d52bf2b4d8d87cfa4dfac77d96f282c89a09ef285e8dfef 2 0.00/1.00 vMB 0
388,382 388,382 000000000000000006c7efe2abb66088f1285dd3847bbe3be7d94f90e727bc85 1,858 0.95/1.00 vMB 33
388,381 388,381 000000000000000004c2b624ed5d7756c508d90fd0da2c7c679febfa6c4735f0 784 0.36/1.00 vMB 41
388,380 388,380 000000000000000009f886db2c7c12a497603e86378bace3ead93d350be3f38c 1,365 1.00/1.00 vMB 20
388,379 388,379 000000000000000006fb850740ae3881f3a5e64449d5f15b403a41c883c4df0e 1,171 0.99/1.00 vMB 18
388,378 388,378 000000000000000004361cfb160f4d038d6155b83a8090eeb79efcebc7fa2603 1,432 0.75/1.00 vMB 35
388,377 388,377 0000000000000000017bd86892debdb91399a8824fce2b82bc5ae3650c04cbcb 1,646 0.85/1.00 vMB 30
388,376 388,376 000000000000000006785572efd062cd89374d673055b999f1cdbf3337e1350d 2,573 1.00/1.00 vMB 41
388,375 388,375 00000000000000000b63dee4bcb759b63277b8fc0154c73afc180d68c68d3e14 2,501 0.75/1.00 vMB 46
388,374 388,374 00000000000000000c80d95ff3173bed7c2205e9c4bcca88ac95263e68e753a4 2 0.00/1.00 vMB 0
388,373 388,373 000000000000000004125843aaddd36c4a822f89200340e0375594e48c9ce7c6 2,481 0.75/1.00 vMB 80
388,372 388,372 000000000000000009c0bc3678dc98ae6ca9fbb807eb6f9dc81f66aed77c5b21 1,702 0.90/1.00 vMB 28
388,371 388,371 000000000000000006f4fbd1cb7393fd7437ba9c07ae75dd7596682e302fd3db 1,457 0.75/1.00 vMB 33
388,370 388,370 0000000000000000085df875d823a946fef3ccb8ca1d1c7cf3d94825d95b16ce 2,196 0.93/1.00 vMB 38
388,369 388,369 00000000000000000aac3b566d1237f9c6e64e92e9fb967fa0208ddebea439e8 1,869 1.00/1.00 vMB 28
388,368 388,368 00000000000000000390c618ac6766bcfaa183c052bf311c2a696ab63f94bc89 2,884 0.93/1.00 vMB 52
388,367 388,367 0000000000000000021ff110a589e44f56979254a204557311204f803910fdfa 3,199 1.00/1.00 vMB 66
388,366 388,366 00000000000000000764a32a01e9e074897b8246d5c8376150aa97165880e3f3 1 0.00/1.00 vMB 0
388,365 388,365 00000000000000000da1e5231404c25140adb1ca51a38e568ecabb0894a6c91d 2,063 1.00/1.00 vMB 55
388,364 388,364 000000000000000005ca7ddb94daced48b96d8a1f332f4f4f0fd30e67fd49caa 524 0.95/1.00 vMB 64
388,363 388,363 000000000000000007fe766be018734ec8e3bb5e9a52acb364c76b840166adbb 1,059 0.80/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 781.81 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: 634.88 GB
    • Received: 12.27 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.