Loading Tool

Explorer IconExplorer

Memory Pool

46,757 transactions
28.06 vMB
0.07713230 BTC
Random Selection Loading Transactions
Max Size: 147.74/200 MB

Candidate Block

Mining Attempt f21ca83dc140574b35f5dfe00c40e0481680bf8419e71c52a34d6bfaba03c08d
Version 20000000
Previous Block 000000000000000000014dfbe7f39f88da835586e6043c860399950dddc4e4d7
Merkle Root 0a7f902668eb611ca88d5ae2602ec48d607198ee7ef4aedfe58b274f045a5d18
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,199
Size: 1.00 vMB
Total Fees: 0.02309082 BTC
Feerates: 100.36 > 2.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,942 (258,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
656,530 656,530 000000000000000000020da8b4b993f11cbc7310de7a606cf431a0e6dfa50b00 316 0.11/1.00 vMB 73
656,529 656,529 0000000000000000000d41bb0528fcb3da1ca8f6e7d4fcff55f6c0f043aafea8 1,751 0.80/1.00 vMB 46
656,528 656,528 000000000000000000050987f76e5c0019240eaf4c47370a7932bd8620f02772 1,778 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.29 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: 657.05 GB
    • Received: 14.46 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.