Loading Tool

Explorer IconExplorer

Memory Pool

73,378 transactions
27.17 vMB
0.06181967 BTC
Random Selection Loading Transactions
Max Size: 165.94/200 MB

Candidate Block

Mining Attempt b4545ae1aa0cf3665aaa2123698a4cabab47d7686bf9461ab9fd3d8816f2173b
Version 20000000
Previous Block 000000000000000000010950b61da0baa042148f703ef2aa9b4a35e9f3df6819
Merkle Root b2bdec34796fd30f99e82cb5aada086f08e1d801dc243da32d18b9160a7aebf7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,835
Size: 1.00 vMB
Total Fees: 0.00417697 BTC
Feerates: 60.32 > 0.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,264 (106,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,960 808,960 00000000000000000000ee1968b598f2b4bcd1991e3a215d5e200c934b588474 3,094 1.00/1.00 vMB 33
808,959 808,959 0000000000000000000328b6817c81ce95650956fb541bc90e0a3f5d009ee36f 2,964 1.00/1.00 vMB 40
808,958 808,958 000000000000000000045181e81912b84b3f0b345a35bbe2817d9df4c257dc57 3,009 1.00/1.00 vMB 48
808,957 808,957 0000000000000000000457475f905b943a63821e360fc8732f8c27292759233a 5,296 1.00/1.00 vMB 27
808,956 808,956 000000000000000000030c33fb158746d15144bf75401f3ce1c80dfb6bc50dc0 4,949 1.00/1.00 vMB 29
808,955 808,955 00000000000000000001ad88ae07104295efc3b99d88c0f5d8e8eaa7d7824eae 2,416 1.00/1.00 vMB 28
808,954 808,954 000000000000000000010e413ef4d53d664378f38c56b836e042bf3c075fb6a1 4,200 1.00/1.00 vMB 36
808,953 808,953 000000000000000000026584e1a05e0a6a05b31929f1019d0a41bb09942e56fb 6,127 1.00/1.00 vMB 27
808,952 808,952 0000000000000000000119e2c533c6de7e1132ec59074fb3d94711759314535a 2,783 1.00/1.00 vMB 33
808,951 808,951 00000000000000000003787b7bdcb7572c79e340460d3412558d830d6b4f010c 3,545 1.00/1.00 vMB 31
808,950 808,950 00000000000000000003e63e12f082724d003984a42e9c8c71958415e8620a04 2,582 1.00/1.00 vMB 24
808,949 808,949 00000000000000000000fc08579a4bd5e50bf55d5bf346023e7e1607be416946 6,782 1.00/1.00 vMB 25
808,948 808,948 0000000000000000000197effd6c4a32e974aa8370517b829f20434ce3fb230c 4,738 1.00/1.00 vMB 29
808,947 808,947 00000000000000000002e01b71f8c9cd5535725a81f1d95c4ef4f97ca9e62cdb 2,461 1.00/1.00 vMB 30
808,946 808,946 00000000000000000004b7f5e3edbbafc20965ee259f407f95cdad174bb6c268 2,536 1.00/1.00 vMB 22
808,945 808,945 0000000000000000000022ba4b31d660911dd3e3c69b61d5cbe3a935dea6b833 4,758 1.00/1.00 vMB 26
808,944 808,944 00000000000000000003542aa11e1e9deb98b8339502bc8f82603ba6f0a6e350 5,754 1.00/1.00 vMB 26
808,943 808,943 00000000000000000004aea53a2f0f4a533c40d1ecc2f73672faa61c9a8c57f7 6,298 1.00/1.00 vMB 26
808,942 808,942 000000000000000000019bdc772c326064eef17e6a9d5a17aae16c6307fde919 5,572 1.00/1.00 vMB 27
808,941 808,941 0000000000000000000340615430b389522408f6d47178e66a5fccafa4559e83 3,659 1.00/1.00 vMB 39
808,940 808,940 00000000000000000004e9daf2da5f7d1277a1d80e7d88070bc4d7066c827e83 3,715 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.85 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: 712.58 GB
    • Received: 17.19 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.