Loading Tool

Explorer IconExplorer

Memory Pool

30,684 transactions
25.00 vMB
0.05903029 BTC
Random Selection Loading Transactions
Max Size: 124.59/200 MB

Candidate Block

Mining Attempt c900135ada2cc61c2d8260659ea03e78e83d3e99a1879079f450d1edb6a7ddd4
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 5c7ac1cffb5aad4e53b4693926fb08e56261d1be50e6cc0a93ec3376e49b7cd4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,214
Size: 1.00 vMB
Total Fees: 0.01427923 BTC
Feerates: 100.24 > 1.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,437 914,437 000000000000000000004753753cfecb22d51a1e7b39d72cecda7954e6f8b67e 5,596 1.00/1.00 vMB 2
914,436 914,436 00000000000000000000f2d08abecc2f203d07a6b78eb5d546bf2d17ff2e4eb8 3,261 1.00/1.00 vMB 2
914,435 914,435 00000000000000000001ee79e83b6cd0944cd484dc4e8507543f0916fdae86d2 3,411 1.00/1.00 vMB 5
914,434 914,434 00000000000000000000c2c3593e09fd7cdbeb5924eb063e31c5035843cd86b4 5,670 1.00/1.00 vMB 1
914,433 914,433 000000000000000000009fb693111a9b4ea5f32d36fc7a139fa8c21d9758b324 27 0.00/1.00 vMB 4
914,432 914,432 0000000000000000000106390b6471bb812bda62f94401c318da5545afd3c004 3,854 1.00/1.00 vMB 3
914,431 914,431 00000000000000000000910392cfcea7e812a76101394eafa924787f4db905f4 2,730 1.00/1.00 vMB 3
914,430 914,430 00000000000000000000991d740e75f1083b32c2882366feee6c2e2762793780 2,021 1.00/1.00 vMB 3
914,429 914,429 00000000000000000000597e87597e1e491d5218a2df4c73a7a79bb55fbb3eb3 2,713 1.00/1.00 vMB 2
914,428 914,428 00000000000000000000244511045b78cc570a58cd12d6f7f1beeaced9b63e90 3,019 1.00/1.00 vMB 5
914,427 914,427 000000000000000000005a91499f9efa49c575f49b22a0d2869f80f8d2bdf04f 2,044 1.00/1.00 vMB 2
914,426 914,426 00000000000000000000a428116a579a7d2c3b0deb2024b01b2e3eeeaab5f56a 3,764 1.00/1.00 vMB 4
914,425 914,425 00000000000000000000285e9fb2f17e99042c85923f12276387ae50327ce95b 3,842 1.00/1.00 vMB 10
914,424 914,424 00000000000000000001d9d2fe333c5e04cb6bb8729cfabb3e21b7ed15bd4ea6 3,784 1.00/1.00 vMB 6
914,423 914,423 00000000000000000001db60b636186bd1aecedcfcc25d04d7c99ec11aaae16e 3,824 1.00/1.00 vMB 4
914,422 914,422 000000000000000000008bc4531a54d9b472e934839c94fc2fd77ab52777338c 3,443 1.00/1.00 vMB 16
914,421 914,421 00000000000000000000ac06ecc4d286c0b31c9b3f070678d7446ca42e8e89d9 3,676 1.00/1.00 vMB 8
914,420 914,420 000000000000000000003037e9a0a24f24be3154ef9bb067e247aa21b2ef2f6f 4,262 1.00/1.00 vMB 8
914,419 914,419 00000000000000000000d7271f28b45355cfc631b6f1da0256f67f39ef548751 3,516 1.00/1.00 vMB 12
914,418 914,418 000000000000000000010038ececcdbd5a5cf41d8463ca58111ae9c69715f93c 2,966 1.00/1.00 vMB 19
914,417 914,417 000000000000000000015efc7cee96fe97f72a9b5f9a898c6960c3e5060701f4 2,975 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 781.86 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: 641.98 GB
    • Received: 12.53 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.