Loading Tool

Explorer IconExplorer

Memory Pool

85,760 transactions
32.88 vMB
0.13212032 BTC
Random Selection Loading Transactions
Max Size: 195.53/200 MB

Candidate Block

Mining Attempt 0bc913b4a6b21490608fa85f10b50c11dca975ae4a1e961e0c657969827c4553
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 3d0972cdbead20bc0f08e9d69106286e19c84d5b6ed502d246ec32e21a663bef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,633
Size: 1.00 vMB
Total Fees: 0.06095129 BTC
Feerates: 387.56 > 6.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (258,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,551 656,551 00000000000000000009f838e3369a7224d2a1bc2e71a84e3e3e8952d6255761 2,300 1.00/1.00 vMB 21
656,550 656,550 0000000000000000000d05b696c04dda4db5ec9c16ee2a82fd0444e1afa28d5e 2,119 1.00/1.00 vMB 39
656,549 656,549 0000000000000000000b4c1f485473c065ac872799a4bca8dbad398ab4a18d9f 2,348 1.00/1.00 vMB 97
656,548 656,548 0000000000000000000ef9232a86217b21da8a5c491147d92367e5e32648c0ac 2,096 1.00/1.00 vMB 29
656,547 656,547 0000000000000000000a79a6b2dc29b32400bf511efe103d8168ce9696f92b56 1,900 1.00/1.00 vMB 75
656,546 656,546 0000000000000000000891ae7142be6bed86d6cc0da9d75e6425919e11bf6f75 1,722 1.00/1.00 vMB 118
656,545 656,545 0000000000000000000b6e502b0a88aaa2d991a87ed7c9acc40636a2298c15e1 1,904 1.00/1.00 vMB 42
656,544 656,544 0000000000000000000a6045207d51b5714a785f2507be87b7533cdcd8d213c3 1,867 1.00/1.00 vMB 65
656,543 656,543 00000000000000000005f48cdf6f186e0349b3717e17561bea460206c2610cce 595 0.17/1.00 vMB 18
656,542 656,542 0000000000000000000e059abae601b9081f035614969dc17af9039e3b9e949d 2,477 1.00/1.00 vMB 28
656,541 656,541 0000000000000000000cc359f4f2ca094aec4af9f4d2e57f5aabdbb5e5ee67b4 2,192 1.00/1.00 vMB 116
656,540 656,540 0000000000000000000ccc1e87d485cac97adcdae2bce70a45d56e47f1c1dee0 908 0.43/1.00 vMB 79
656,539 656,539 00000000000000000005713ef398bd3b5e2e95dd1eabaa296ec9ac662a5fc857 2,091 0.95/1.00 vMB 11
656,538 656,538 0000000000000000000b511cb61c7370142b30533f4739b9baecf696bb5c9914 1,995 1.00/1.00 vMB 25
656,537 656,537 0000000000000000001042da866ff4522faef43fb74ddb195e8fa743e0ca88a0 2,507 1.00/1.00 vMB 112
656,536 656,536 000000000000000000099d9b4032b0c129aeabe2d1836d19b5257f13b95c51f7 1,801 1.00/1.00 vMB 64
656,535 656,535 000000000000000000048478546cf50f02dbbefb1dcba3f3cbcf33f732a1dadc 2,153 1.00/1.00 vMB 66
656,534 656,534 0000000000000000000859123fef43a30585a088491c32e38ae46a6c1d557c85 2,580 1.00/1.00 vMB 109
656,533 656,533 00000000000000000007cfad8d628201f231ed0d468be43f7e7de9b115032bbe 2,742 1.00/1.00 vMB 141
656,532 656,532 0000000000000000000f9bf5d08a5513a3c381808ddc05f6aadd4db1be8e8fc1 2,267 1.00/1.00 vMB 90
656,531 656,531 00000000000000000004d76e01bda7ff6ed6bd2977539e7a337cdf87d006bc3e 1,961 0.73/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.31 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: 659.27 GB
    • Received: 14.60 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.