Loading Tool

Explorer IconExplorer

Memory Pool

77,327 transactions
29.07 vMB
0.10016231 BTC
Random Selection Loading Transactions
Max Size: 174.91/200 MB

Candidate Block

Mining Attempt 73d599667dda5282c7cb08adcfd6a9f0b784a99eeb5f2deca2ff530115d0f5c2
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root b8f482be2eaccfa44468b4b71155b35799ea601f9df7c1d85172ab8f69352d1b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,410
Size: 1.00 vMB
Total Fees: 0.02648364 BTC
Feerates: 453.09 > 2.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (480,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
434,431 434,431 0000000000000000023cb9dabd6a80e543bf2445098e1fb366ba079eb2401f47 529 0.27/1.00 vMB 62
434,430 434,430 0000000000000000029886541d0a35626fe040aab6c451b20dad7420211d92bb 2,214 1.00/1.00 vMB 63
434,429 434,429 00000000000000000014924b7313a750db5159e5c2f7a0b8ec6fac55ca8f8abd 1,412 0.99/1.00 vMB 41
434,428 434,428 0000000000000000041389adb12b39c8040ba2ebf3463fb72d89a306c32a6631 438 0.17/1.00 vMB 66
434,427 434,427 000000000000000002d2609f32d4e10725bfefe02dffde7b4a0ba346025b9d91 1,454 1.00/1.00 vMB 22
434,426 434,426 00000000000000000121335a3fcfe5b19c3551cbf2fcb8cc174886919fa52be8 1,715 1.00/1.00 vMB 61
434,425 434,425 000000000000000001c05a7cbc46642b3966543764c94546c234de71b5d3ce5d 1,579 1.00/1.00 vMB 51
434,424 434,424 000000000000000002576884727a2188254a94a972a16d2e0453b9f9f8afa585 2,487 1.00/1.00 vMB 69
434,423 434,423 00000000000000000142943dcf8434d06dcba6b4f5b85cf3bfccaf81ee76e598 1,631 1.00/1.00 vMB 51
434,422 434,422 000000000000000000f08d9cdcb8d1ffe666951a8d7a53ca767c6431b95b03c5 990 1.00/1.00 vMB 51
434,421 434,421 00000000000000000058b54f7c31d8e02fc7edacbc788a525854a3e85a2fd5ec 2,030 0.99/1.00 vMB 60
434,420 434,420 000000000000000003e0304abc7b21d3bf6c7420d9acf899b0089aa2ea2c6e95 2,580 1.00/1.00 vMB 75
434,419 434,419 000000000000000002b87151a8145c5cd7dce2d6621a105d1727db9a2fcb75b4 2,378 1.00/1.00 vMB 75
434,418 434,418 000000000000000001bcbb91702b83f21ac2715b18b197bae29d62598426092f 1,533 1.00/1.00 vMB 49
434,417 434,417 000000000000000001f8c161cddd33022ddb03b7db1559c944bd0d65f81675da 2,099 1.00/1.00 vMB 69
434,416 434,416 000000000000000000c8b06789aa3ab06839e436201ef3780db7b943873bcb85 1,885 1.00/1.00 vMB 68
434,415 434,415 0000000000000000014e64cea768f2019a69d14704026f41acdf3eb945e0b2c1 1,888 1.00/1.00 vMB 59
434,414 434,414 0000000000000000043e3f4abc39899854fd9a75f2834bc863135e06b26e51ed 2,308 1.00/1.00 vMB 59
434,413 434,413 000000000000000000cd87789ff10b014987f62a2524657ea328b177387e9d06 3,091 1.00/1.00 vMB 95
434,412 434,412 000000000000000002521deb12c8d9443a2a25aec477f87fa072f4f490849393 1,960 1.00/1.00 vMB 72
434,411 434,411 000000000000000001052e2f0a50d149d21186c71460707d6da7c5033117d20f 2,205 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.