Loading Tool

Explorer IconExplorer

Memory Pool

78,896 transactions
29.39 vMB
0.08276055 BTC
Random Selection Loading Transactions
Max Size: 179.70/200 MB

Candidate Block

Mining Attempt bef81eee76a7c907d4b33af91cb7648a3d4046c5b4df5180abfcb9649df493e4
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 691c21807e173f83e8aa3601d3bb8530f265d8b2df3f9eacc4baa8b03fd75f8d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,535
Size: 1.00 vMB
Total Fees: 0.01812036 BTC
Feerates: 402.60 > 1.82 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (622,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
292,586 292,586 0000000000000000af64802c79f9b22e9091eb5548b4b662d5e444e61885923b 1,124 0.35/1.00 vMB 55
292,585 292,585 000000000000000080637bfca0bf7236e598c581dd9410ed28af72854c4e5221 840 0.25/1.00 vMB 84
292,584 292,584 00000000000000000c1f54733dcb8ed2f4b71312e717b154259716370528ee89 375 0.21/1.00 vMB 30
292,583 292,583 0000000000000000b3df6480e06e6f40e15d093a767d25a46695f9b0f2b66c04 64 0.02/1.00 vMB 43
292,582 292,582 00000000000000000505633336e13e4c2f32aeefa1c0475483004f88b58cfcff 467 0.31/1.00 vMB 29
292,581 292,581 0000000000000000b1379d6bd3f8181648f41d991012f96c7b5c608ff5dfdaee 128 0.15/1.00 vMB 15
292,580 292,580 0000000000000000a2166d0ea0ded7938a30eafee4407848eb1cabdca70897a8 426 0.35/1.00 vMB 20
292,579 292,579 00000000000000005eb3221cc407c0bced2fe96fdd7610a90c8c9d5fe875776f 1,146 0.35/1.00 vMB 59
292,578 292,578 0000000000000000a3a10fef545454fe04ffa03b0b755f82024e26711a7384e5 317 0.27/1.00 vMB 23
292,577 292,577 0000000000000000a835833e2376effbc5b0f9cecac8e2b87695c9795808c7d1 402 0.35/1.00 vMB 20
292,576 292,576 0000000000000000abaa3430e86b55b4d50d9cbe80a4e5a379f450aafe5d7559 256 0.09/1.00 vMB 35
292,575 292,575 0000000000000000139f05754a295d86ff0de75c26c0acbccfc5a27bd4d9f70a 696 0.25/1.00 vMB 51
292,574 292,574 0000000000000000a3b54dc097a8415941a63179b5f94bbf55fbc9781f4d24df 408 0.25/1.00 vMB 30
292,573 292,573 0000000000000000db30135079af8c7f2dddcfa09c4a1f58f8237e62136efb35 256 0.53/1.00 vMB 11
292,572 292,572 000000000000000096f8acc2be8795cf6e3b28f14dd22f177d49af9b8dfb843b 563 0.35/1.00 vMB 23
292,571 292,571 000000000000000060491bc81aa08c2bf1acc33056e07533de84dca247670cd3 1,618 0.50/1.00 vMB 78
292,570 292,570 0000000000000000cca3d69eaff3b228c1367fdbd02b627af96b799122f9365f 139 0.32/1.00 vMB 12
292,569 292,569 000000000000000034fd57cf91dfd7c05e45c9436ebe7a55d6bb5be35516b92e 713 0.35/1.00 vMB 88
292,568 292,568 00000000000000008c66fb0db42004c7870575c06d4270b6c53fc6a9ffabb9b4 1,055 0.35/1.00 vMB 50
292,567 292,567 00000000000000008d019a2d130200cb0bdcd1ba9dae7dea1894c42af52bb4b9 291 0.17/1.00 vMB 23
292,566 292,566 00000000000000006a176cd92a496cc13e1a8d371d3887877bad683286f4b487 512 0.19/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.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.