Loading Tool

Explorer IconExplorer

Memory Pool

80,833 transactions
30.70 vMB
0.08901508 BTC
Random Selection Loading Transactions
Max Size: 186.76/200 MB

Candidate Block

Mining Attempt 18ca53bc98cf39a771344febdd2e6d201a7fe2ddb666ef9b3cf09675e3f262dc
Version 20000000
Previous Block 00000000000000000001989f6db1d6f3f0e853c7a7de668ab650133d23b899c9
Merkle Root 3c7ab5219ff5ee9184ee49126f8fce1afe57609979fd7e418eeab9671cdef13d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,476
Size: 1.00 vMB
Total Fees: 0.01885057 BTC
Feerates: 150.77 > 1.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,375 (527,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,530 387,530 00000000000000000d6fca7c34d43844f98f2d9da41247870ad315c8ca0641f3 2,308 1.00/1.00 vMB 38
387,529 387,529 000000000000000007a2093da9a5cf1be51b7752abffd7406cbebb7c4f6bf5ce 1,263 1.00/1.00 vMB 24
387,528 387,528 000000000000000002cb8719c2fe1e63fcb31a2c68d87bf6b82a71b089c5cd01 2,218 0.93/1.00 vMB 38
387,527 387,527 000000000000000000463af654de8c43e9ed845cf13683e9f9f440b4d07ebc05 2,056 0.75/1.00 vMB 55
387,526 387,526 0000000000000000033204f16be02e887541e9f1fbfda7081d4b8d8664f51389 1,665 0.86/1.00 vMB 33
387,525 387,525 00000000000000000499b94b45c97ed54cc84353ccc5cbcccb9c5b8449350a1f 1,156 0.52/1.00 vMB 34
387,524 387,524 00000000000000000b756b5e8e3764eb174241a981fd1c8e9359f752602de73d 1,580 1.00/1.00 vMB 25
387,523 387,523 00000000000000000370c9d28f7a78288e9573d96abd3cced29a6dda9a3e3c6f 1,803 1.00/1.00 vMB 32
387,522 387,522 000000000000000003d59ec360d66881599c04d186ae4221c314592ece7b4055 867 0.75/1.00 vMB 19
387,521 387,521 000000000000000001feecdb7fcdc304d9c8089e0ab39a7910a93b42ee969adc 325 0.27/1.00 vMB 24
387,520 387,520 00000000000000000c88929d893c9a513a3a6b9361a3d39242d214528c5c5601 2,030 1.00/1.00 vMB 53
387,519 387,519 000000000000000007e281f7fd570b848c639fbb59281c192d9e4d653e414175 799 1.00/1.00 vMB 18
387,518 387,518 000000000000000007e654734cefc2cc4e4fff4070faeaddfee5e91e215b6704 1,591 1.00/1.00 vMB 23
387,517 387,517 000000000000000002e10a9fea00bf3289ffa0605c9731eec1eb48abbf8479b0 2,981 1.00/1.00 vMB 55
387,516 387,516 0000000000000000004bdc3c353ff2b5692dd47530dc65a9718a9915d9911f2f 2,222 0.75/1.00 vMB 47
387,515 387,515 0000000000000000062abe5e0c62f75e152a1e1ef79a9f132eb1f2ac61048688 474 0.25/1.00 vMB 25
387,514 387,514 00000000000000000251cda9eec4779d9d228c16fb7a9530aed8a002cbb7f0f7 507 0.24/1.00 vMB 33
387,513 387,513 0000000000000000014fcda7bc4791f9f30869c9e3f45b7218db1343fe125079 605 0.25/1.00 vMB 41
387,512 387,512 000000000000000007d40d968d9c4fb3fae2639a85d0b14ebb9fb9513f2b65c9 575 0.51/1.00 vMB 16
387,511 387,511 0000000000000000026017a25994130a46237951b4d3d107790b89d261e6f3ef 1,881 1.00/1.00 vMB 35
387,510 387,510 00000000000000000cd59d7ee933f4145c6654cdd34e760fcceb50bd065fc713 1,891 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 783.04 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: 720.05 GB
    • Received: 18.14 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.