Loading Tool

Explorer IconExplorer

Memory Pool

80,864 transactions
30.70 vMB
0.08971588 BTC
Random Selection Loading Transactions
Max Size: 186.90/200 MB

Candidate Block

Mining Attempt 8b4724be3c7c66460e627a9797715c43cd4814b2a2b2b86a2572c523a29cad42
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root ce2584cfffd8e67f50014677a2b76dcc1764665d71e0710093cbfa522bb40d5f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,428
Size: 1.00 vMB
Total Fees: 0.01954629 BTC
Feerates: 151.12 > 1.96 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (74,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
841,279 841,279 00000000000000000001e1074ae6c7eca00b6a48b75d68cfc2635ab49d9d66e2 2,736 1.00/1.00 vMB 27
841,278 841,278 000000000000000000007e35bc57b526a2c94b02c33e347ddc836fa9392f8f2e 3,808 1.00/1.00 vMB 26
841,277 841,277 0000000000000000000082cfe356f4ba5f0cc5d144c0ea41223d45dbb7f5087d 3,475 1.00/1.00 vMB 25
841,276 841,276 00000000000000000001e8d29c686ea2a90a0f305aab467654a1dac73c762ca6 3,053 1.00/1.00 vMB 44
841,275 841,275 000000000000000000025341017f8b428af0e6c0a3384dd1cb69b4f89a201caa 3,257 1.00/1.00 vMB 44
841,274 841,274 00000000000000000003177ad7365e15bd681eb14521e131b7a8c42b3b5f8e0c 3,675 1.00/1.00 vMB 47
841,273 841,273 0000000000000000000122acfd6d814599dfa98d597e123d99e5bf0b7082809c 2,641 1.00/1.00 vMB 26
841,272 841,272 0000000000000000000267b5109f196b90050db631982ae840f896216f2ea26f 4,018 1.00/1.00 vMB 52
841,271 841,271 00000000000000000002410fdc3bc90eca6e141808c07239f231e2386fea8ac9 2,940 1.00/1.00 vMB 29
841,270 841,270 0000000000000000000312107b8da4d4d2a56fd7938bf6469bc6c84089f126cf 2,779 1.00/1.00 vMB 35
841,269 841,269 00000000000000000002cc4a9352c914aa78941571636300592c6aa4c3b74e4c 905 1.00/1.00 vMB 23
841,268 841,268 00000000000000000002b73de65cbfe7a8f587854a21985214674d2be349ce22 1,770 1.00/1.00 vMB 29
841,267 841,267 00000000000000000002d1a20040889d27b976654688e6bd0ea7ef2a8a1e6839 215 1.00/1.00 vMB 22
841,266 841,266 00000000000000000002af24c3665fdd55c78f25437c8c74554698a5d072c0bb 2,363 1.00/1.00 vMB 25
841,265 841,265 000000000000000000008c49401a8fb2d8cac963b0cf100c413d7ddd3f7b8b99 3,834 1.00/1.00 vMB 40
841,264 841,264 000000000000000000032c6040522cf955bc7d98f4f75cb73a7a65ea5114c0ab 3,290 1.00/1.00 vMB 42
841,263 841,263 0000000000000000000252e937cc5f2943c423511fe67195510f42617681fed3 3,127 1.00/1.00 vMB 42
841,262 841,262 00000000000000000000eb76d02ebe1a5d3ff0601617d1674a1555194c9a3194 3,976 1.00/1.00 vMB 60
841,261 841,261 00000000000000000001d518a319a3d6b3cf63460b81486df43a29a9096eb3cc 1,485 1.00/1.00 vMB 27
841,260 841,260 00000000000000000002f2241e83941ebc87de0553e12c97d7d6826c6b4ef9f9 3,855 1.00/1.00 vMB 36
841,259 841,259 0000000000000000000131d8f2d3ec5bda68b1b741f0a398bc0b0c5502e5f53e 3,542 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 783.06 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: 720.64 GB
    • Received: 18.23 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.