Loading Tool

Explorer IconExplorer

Memory Pool

41,233 transactions
26.29 vMB
0.07435890 BTC
Random Selection Loading Transactions
Max Size: 136.93/200 MB

Candidate Block

Mining Attempt f4bd7ab840efd6b6d40d9bc8ac3a1fef98b3665bbe8036e77bf335ab59cc31d3
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root fb6afbbb705b4c06c0867981b0d33de99c2b8c8a69d3abd90075a90bbf183c0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,701
Size: 1.00 vMB
Total Fees: 0.02619213 BTC
Feerates: 150.98 > 2.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (261,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,060 653,060 0000000000000000000c327332190a36badbb9f01f3bdf694cd8485de8eef50d 2,472 1.00/1.00 vMB 57
653,059 653,059 0000000000000000000802ac82bf1c7173841e58c70e7574b6e08bb8e78390ff 2,275 1.00/1.00 vMB 28
653,058 653,058 000000000000000000011c2ec02fb07d0ccb8197a762d6824c6e6779285b7988 2,969 1.00/1.00 vMB 79
653,057 653,057 000000000000000000019d4fba0aebc096afb55d63c48123b37f073cb775e9f2 1,353 1.00/1.00 vMB 12
653,056 653,056 00000000000000000000545f15b8ee0ac7dcd1fd73bda5c10fb877826c8bfe25 953 1.00/1.00 vMB 13
653,055 653,055 00000000000000000005c823b27674952c37f6b3331233b61afbe6772e3ba6df 940 1.00/1.00 vMB 20
653,054 653,054 000000000000000000045f147cc39419ac74ac63631ed1e1cf530ef58fc1976f 2,910 1.00/1.00 vMB 29
653,053 653,053 0000000000000000000dae237a5a1e16538d5ddd562ffbeb286a651dcd939035 2,552 1.00/1.00 vMB 22
653,052 653,052 0000000000000000000c1a2b785b82eafa32bd940606865a31e2a8669db2ab91 2,852 1.00/1.00 vMB 43
653,051 653,051 00000000000000000008f95d93fd6a9b96a57fde9bcdf95bdc8ec44497d03b02 2,981 1.00/1.00 vMB 34
653,050 653,050 0000000000000000000ba3346bbf97a64626014cee4ed8b0e586a83832732474 2,711 1.00/1.00 vMB 34
653,049 653,049 00000000000000000007893520fdbfc6051e4478ac2264b87a6c34b1fc548147 2,019 1.00/1.00 vMB 71
653,048 653,048 0000000000000000000aa6193165a8c0d6272ab3b2f9615b4b186be7008fd363 2,773 1.00/1.00 vMB 27
653,047 653,047 000000000000000000075eea3d11cd71188a135a38be815ba81800bad5fc63b9 2,729 1.00/1.00 vMB 56
653,046 653,046 00000000000000000008d90dee533152e93ed47ee04c9610a80fd5aefa44f660 2,670 1.00/1.00 vMB 90
653,045 653,045 00000000000000000004f9809fece3e4bd75596126f5757d563367f71448a8e9 2,683 1.00/1.00 vMB 62
653,044 653,044 00000000000000000002ad7b8bd69a30c1a50d2aabbc5f29a7ac3cb472cc9a3e 2,807 1.00/1.00 vMB 68
653,043 653,043 000000000000000000053c323b95cbe530f16a1ff38a0b2b136035ac20367b4a 2,835 1.00/1.00 vMB 40
653,042 653,042 000000000000000000002579f85ed1266e96980f3a892469a5c3f2af9d7b4e91 2,503 1.00/1.00 vMB 56
653,041 653,041 000000000000000000034211b25a678ea3ee227f133e9b2b8a34d966926604d4 3,098 1.00/1.00 vMB 88
653,040 653,040 000000000000000000068d5d9f8c4284be02c8fad692d214fd27ff212dfd31c0 2,035 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.