Loading Tool

Explorer IconExplorer

Memory Pool

81,016 transactions
30.68 vMB
0.07401386 BTC
Random Selection Loading Transactions
Max Size: 186.96/200 MB

Candidate Block

Mining Attempt 3d20226ecf3e2d1e645df6a64e50c047438da693b25eb4412851a3dd1b708d79
Version 20000000
Previous Block 00000000000000000001a127feb492d2c14d9243c7583ddd9d976606f48a6cfc
Merkle Root 403690cef025b723b3d9063ef6993c8f8ee9ab6f8e1f0bd6a89cc81799565cb9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,960
Size: 1.00 vMB
Total Fees: 0.00806100 BTC
Feerates: 318.30 > 0.81 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,189 (453,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,898 461,898 0000000000000000000499824aff74190281a1de31b82749f63a5357a32f4a17 2,641 1.00/1.00 vMB 201
461,897 461,897 000000000000000001adb2987a7cc4561f6a684ad9f7b3cf314f41edec87b74f 2,485 1.00/1.00 vMB 100
461,896 461,896 000000000000000001aeb53972f8d177e8a12fd3fe6afaa44bb1560ee057a32c 2,319 0.99/1.00 vMB 156
461,895 461,895 0000000000000000007f8558a1908806c511165a2e15305e7a29dea0d6e4ef6c 2,038 1.00/1.00 vMB 172
461,894 461,894 000000000000000000ec6bd2fd80800ed2962de582a4922afb26d71989a79fef 1,899 1.00/1.00 vMB 146
461,893 461,893 0000000000000000013b7a2d398519bc8b400892bb99cf0bd77ebe5a2614c6f3 984 1.00/1.00 vMB 116
461,892 461,892 000000000000000001ef1f753729541fb713c669909eec856dadaf64277e2af2 2,315 1.00/1.00 vMB 126
461,891 461,891 000000000000000002187cd7acb6e9ee8240d05bbf4fc4de11390f7f140ab6ae 1,285 1.00/1.00 vMB 133
461,890 461,890 0000000000000000008c32ae1c3325461f534c6178eb378669504bbf59d7ca14 2,533 1.00/1.00 vMB 149
461,889 461,889 00000000000000000026fc9195ebfa02d76d1318ce701adafb0566eb79cc4a81 2,085 1.00/1.00 vMB 182
461,888 461,888 000000000000000001274c37b5499731f3cb8fb954eae5a7c7ff2555c7f82890 2,118 1.00/1.00 vMB 227
461,887 461,887 000000000000000001816f35fc8ad13a24c583f927a4f51bf0e311370ee0dd05 2,405 1.00/1.00 vMB 277
461,886 461,886 000000000000000001f2d9172d27937c8bdf9ab21a4e6746ebb150cfff9bd9a8 1,548 1.00/1.00 vMB 235
461,885 461,885 0000000000000000012ed8721bc43982f5577e318bf56aeecc2270ba0106ea26 1,949 1.00/1.00 vMB 289
461,884 461,884 000000000000000000417fbfe6fb526a9037f0381067d3f5fb1bf4b0f38da52f 200 1.00/1.00 vMB 105
461,883 461,883 0000000000000000007451cbf13487d1ab30e2339b852995a0e2edb66f0be3c6 1,742 1.00/1.00 vMB 188
461,882 461,882 00000000000000000159b256d41a05bef3aaa4e746b383888d2f3896c6448254 2,122 1.00/1.00 vMB 201
461,881 461,881 00000000000000000159aa8c68c6872853e8a3cb88eb9adc57c8f1fd444e9196 2,334 1.00/1.00 vMB 108
461,880 461,880 000000000000000001ea205f702ec10b722f0ab17fb1c6f6ebb7dddb6b27ae6c 1,849 1.00/1.00 vMB 137
461,879 461,879 0000000000000000012425cf9087bde19ddf7aff1a9bce1fdcc068f43d7d131f 1,399 1.00/1.00 vMB 145
461,878 461,878 000000000000000000fe6ae4914cd5a13209a87df705399b6ddf720f969bd0ba 2,604 1.00/1.00 vMB 251
Previous 10 blocks ↓
Total Size: 782.72 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: 706.97 GB
    • Received: 16.66 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.