Loading Tool

Explorer IconExplorer

Memory Pool

45,818 transactions
28.46 vMB
0.07376998 BTC
Random Selection Loading Transactions
Max Size: 151.25/200 MB

Candidate Block

Mining Attempt 928e82b065916a7a03f276c7a44c31564b63970529c572ec5ea70109cd0e9486
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root 099a45d4b61b0d2eab4a96aa9e7d3fac25202b377c4a866b1e3566d505d3e49c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,467
Size: 1.00 vMB
Total Fees: 0.01970108 BTC
Feerates: 100.23 > 1.97 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (199,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
715,231 715,231 000000000000000000012a2c02ffa806e061f539da58fcecdeeeeb692c41fef8 3,234 1.00/1.00 vMB 17
715,230 715,230 00000000000000000001a9cc31fa331867ea985d5501a04b055a502ba22b8e92 897 1.00/1.00 vMB 1
715,229 715,229 0000000000000000000551570df80149ec973c3df6fcaedd319573b5d9cbffa9 3,127 1.00/1.00 vMB 11
715,228 715,228 000000000000000000053476ab98a5a3bf0b0add6d7dbf18f0987dd71c11c549 3,347 1.00/1.00 vMB 7
715,227 715,227 00000000000000000005be6756a17f2e43c4741125156a944e84f3a5581e9418 2,989 1.00/1.00 vMB 12
715,226 715,226 00000000000000000001308da10cb770e127f07560fbc94408de8cb6bf654d32 1,103 1.00/1.00 vMB 5
715,225 715,225 0000000000000000000a9386b97435aae736bc9958d02b37b56e1dd16a692950 396 1.00/1.00 vMB 1
715,224 715,224 0000000000000000000b2923ed4fddcd2dc6e014ba0d769fbe41417e7d8c6dd5 810 1.00/1.00 vMB 2
715,223 715,223 000000000000000000007277a90ed0da8667fb9a6ffdf879e71f6c8c059c6886 2,918 1.00/1.00 vMB 10
715,222 715,222 0000000000000000000235edab256f44a2e735bc9d993d31cc2c786e44de78d8 2,881 1.00/1.00 vMB 5
715,221 715,221 00000000000000000007549638b61233f3704c0093a2ad79406b1041baf8406c 2,890 1.00/1.00 vMB 10
715,220 715,220 0000000000000000000aa11804c76de03ffb525e46a708b7a77a8c5f5144dce4 2,597 1.00/1.00 vMB 14
715,219 715,219 00000000000000000008bfb016ce19e55f7e03ed1e470f9c39e1288465e4fada 1,425 0.42/1.00 vMB 2
715,218 715,218 0000000000000000000a6a30fb92e93e02b975d11c398fc3b8c2c4f2b5ebaa3e 3,187 1.00/1.00 vMB 12
715,217 715,217 00000000000000000009dd8394217479205780f03a5d21cc82c340bb71d4bbaa 1,304 0.46/1.00 vMB 8
715,216 715,216 00000000000000000003dd19c05194eee28b454199e0b7cb22ebd3081c634bf5 1,364 0.49/1.00 vMB 10
715,215 715,215 0000000000000000000478b5c2035edd38c2c34c4061ef5a265a2f2302405b83 774 0.23/1.00 vMB 9
715,214 715,214 0000000000000000000a510457f3f4867bae615373717819a7824ff27db2f27a 2,661 0.99/1.00 vMB 5
715,213 715,213 00000000000000000009ff2fea61f5bd08ea6d9dc4eeadb89680fa88d6dc9b89 3,461 1.00/1.00 vMB 3
715,212 715,212 00000000000000000008959bafed9fde8a3be8c51862bb80fa6a6bcbcdc01187 3,035 1.00/1.00 vMB 14
715,211 715,211 00000000000000000005a9c071fcc55c49548496bfd754731a05c9ca3b9325f9 599 0.26/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.11 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: 651.98 GB
    • Received: 13.67 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.