Loading Tool

Explorer IconExplorer

Memory Pool

82,789 transactions
30.69 vMB
0.08078710 BTC
Random Selection Loading Transactions
Max Size: 188.27/200 MB

Candidate Block

Mining Attempt 6d505afd74bca8199147fcab1135b1ed259b3eb4776903879818c41b7f5fa1c3
Version 20000000
Previous Block 00000000000000000000599ffa7594ca7b7c93921a5215018868e1d83bfecfed
Merkle Root 4b1fb272357a1aa0e9e58061fcc69a5ef25096c86c14f2d63a947de1b0ac54d7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,521
Size: 1.00 vMB
Total Fees: 0.01127566 BTC
Feerates: 40.21 > 1.13 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,367 (599,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
316,244 316,244 00000000000000002f190d7996c7d8476a2663989d066f430a56d513df2d0395 290 0.18/1.00 vMB 20
316,243 316,243 00000000000000001446278765e8dac1deebec48b3725e4135d99a1ffc55a0c2 314 0.17/1.00 vMB 25
316,242 316,242 000000000000000035d8735ea0271fb2a409d105cd7d9e6c134851fcefe35942 123 0.05/1.00 vMB 29
316,241 316,241 000000000000000006ae2993d431181452c5f0c0de91d01bb261b16f5f62702a 420 0.24/1.00 vMB 28
316,240 316,240 0000000000000000134e89a8c5d6eb4d0a1c6e0b63e48ac789bfd6e732b93bb8 939 0.50/1.00 vMB 25
316,239 316,239 00000000000000000b2aefe7f84044f86b9993c43deff53c4d2c55bc2eaf4ad2 174 0.10/1.00 vMB 25
316,238 316,238 00000000000000001eee16be20308611ce5f527679f6836e0db71c9ffe0e2b77 384 0.28/1.00 vMB 22
316,237 316,237 000000000000000002a9107a1bb066648c90a732eb97aa96d1b18bd6624a8b8b 684 0.33/1.00 vMB 30
316,236 316,236 000000000000000015514a79257cb48a0474710e2b7134f3fb29520ec08f0e4a 250 0.19/1.00 vMB 20
316,235 316,235 0000000000000000042ac389be1ddac22857a9c321952c0b8f52cff0d88c29f2 425 0.21/1.00 vMB 27
316,234 316,234 00000000000000000c113e218b5cc42f9d9f47e7b592820c7f1fc9dfd6190c1e 341 0.23/1.00 vMB 23
316,233 316,233 000000000000000015cd2d44b2417839d770664ecd66fc6f8b2c2897e336c0fe 804 0.50/1.00 vMB 24
316,232 316,232 00000000000000003133684e915d949c3a1b3c5d3507b84c988d495ddcd99773 51 0.04/1.00 vMB 21
316,231 316,231 00000000000000002aa0771adaa59c58e8a56b5a03b6944eedffafb5cf194ddf 265 0.13/1.00 vMB 25
316,230 316,230 00000000000000000fd8b85ed0d56ed746663f0f3a6775fddb52c07b1299162f 652 0.44/1.00 vMB 26
316,229 316,229 00000000000000001f5fa912a77c62178ebda5b1d60a0fa450de5c048d009c8f 302 0.16/1.00 vMB 20
316,228 316,228 00000000000000002247f98ff368c91fb6f71a6e2e9c89ec76554132de2a99cf 340 0.20/1.00 vMB 25
316,227 316,227 0000000000000000131a2464b8b7c0c9d22359daf566f3c61caf9ec703a353fc 517 0.31/1.00 vMB 26
316,226 316,226 000000000000000010b60988a8ab965fcca6aa2ce2b0dd6222909290c452d48c 473 0.33/1.00 vMB 26
316,225 316,225 00000000000000001ba7c464273cfcf821535d9a3739ca04d0ed1e1df96da78b 128 0.06/1.00 vMB 30
316,224 316,224 000000000000000000d68a5055cddb4152d90c22d4aaaeca26c20e42c2375fb6 592 0.32/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 783.03 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: 719.52 GB
    • Received: 18.08 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.