Loading Tool

Explorer IconExplorer

Memory Pool

42,383 transactions
26.09 vMB
0.05297993 BTC
Random Selection Loading Transactions
Max Size: 136.94/200 MB

Candidate Block

Mining Attempt 5912a57154eb1e1c1e8f23e1ed8d8192a8f1a03c532e998ac9c97e40ae27ebb6
Version 20000000
Previous Block 00000000000000000000d8ba2955f02eb456e7c5acbac6935bbd800431352c76
Merkle Root e613b38ca2e08a45cd1b5ec992713b8e9f538dd70947a8f9153d909f01fdae7b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,235
Size: 1.00 vMB
Total Fees: 0.00538827 BTC
Feerates: 100.28 > 0.54 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,739 (679,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
235,570 235,570 000000000000002ae907b3418f317f27bd3bb675ff454417a5b07360edbf0547 111 0.05/1.00 vMB 157
235,569 235,569 0000000000000159b9d2365deb2545e60aa89b40695a474c552d38c49e2f5b2e 426 0.17/1.00 vMB 203
235,568 235,568 00000000000001462283b231ade4fbf60c1186dbc3aeb9b334f838d14b3690dc 151 0.08/1.00 vMB 143
235,567 235,567 00000000000000984b9a10d69fe3e4b810c700537ba1f311e1b77a247d3c862e 234 0.14/1.00 vMB 133
235,566 235,566 00000000000000e48b41a0796968ffd5c75336cb81fc1905b0ef95a0165cb1b1 648 0.25/1.00 vMB 207
235,565 235,565 00000000000000ede059dcec1006e142b2f83f700911f7133a84a2d3781835a4 5 0.00/1.00 vMB 145
235,564 235,564 0000000000000049e79453cd0c35fde2cbf9d1fbd542f17bce12b28a917c25fb 65 0.02/1.00 vMB 212
235,563 235,563 000000000000008cbae8e1a1d952fdff3a4ae9236b1df4a8ecbf114b561e6750 178 0.10/1.00 vMB 126
235,562 235,562 00000000000000e3059b241def7f50f6542f3b45f61232faa0238fc066fe3754 678 0.30/1.00 vMB 187
235,561 235,561 000000000000002744b711c6b529e4932ecb53720db0c6460d5b797a4f303dbc 379 0.21/1.00 vMB 128
235,560 235,560 0000000000000190b4ffe929d096769f7f2e0f57b86a4813d87e22050adb1502 952 0.47/1.00 vMB 1,105
235,559 235,559 0000000000000060a63fb61ed3ba80d99c24e7f7c94ee29b243f688ebf92a183 692 0.25/1.00 vMB 210
235,558 235,558 0000000000000039e49118426bbe6739360d35116e920d6502dcacd8e51bc74c 393 0.16/1.00 vMB 218
235,557 235,557 000000000000000358824b4c83e3e98c29eea91f66b0cdc6775376c67ced641b 515 0.25/1.00 vMB 169
235,556 235,556 000000000000012a8615082f155cbc737cd1231c40cbbe87e4a29b977e7a9522 237 0.12/1.00 vMB 108
235,555 235,555 0000000000000191470e55feb69b3b43c8ecbc873757a18a85117d4613e53fc9 323 0.13/1.00 vMB 197
235,554 235,554 00000000000000e3cd11e0a2314adbfafd4ec557ee3bc6e71a138e2b085e2504 153 0.15/1.00 vMB 77
235,553 235,553 000000000000003c64d1a0857685fbff989df105e60bfa860fcbf4e020dd1691 176 0.10/1.00 vMB 155
235,552 235,552 00000000000001299f92c39f5e3f36c5566d0be902af6cef93df383c126ee99e 133 0.15/1.00 vMB 47
235,551 235,551 000000000000000cfb5045d91acbfd27defeed0335c5bdc08b3f8795ad6e50f2 612 0.25/1.00 vMB 1,954
235,550 235,550 000000000000015070c62e6aa2d3d4a2968c4da5efac3567146119fbfa786938 350 0.15/1.00 vMB 223
Previous 10 blocks ↓
Total Size: 781.93 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: 646.28 GB
    • Received: 12.83 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.