Loading Tool

Explorer IconExplorer

Memory Pool

78,511 transactions
29.81 vMB
0.11586806 BTC
Random Selection Loading Transactions
Max Size: 179.11/200 MB

Candidate Block

Mining Attempt ef7215e281b25343c9b1ae8386b15f6dce9900c6b8fe8da4ab5032d52ab06aeb
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 89d1dbe41a69756198caeac0e7dd36aeb7e925cb6906cd6cc09c03f303f03ca7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,140
Size: 1.00 vMB
Total Fees: 0.03438577 BTC
Feerates: 673.02 > 3.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (420,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,743 494,743 000000000000000000c251cc0e9f900adbc2398500ff7b614d884f23d41f5c1a 2,084 1.00/1.00 vMB 273
494,742 494,742 00000000000000000049c2ea5c3195b180eacba445dabb006e513bfd610f2f16 1,439 1.00/1.00 vMB 165
494,741 494,741 00000000000000000010102bf1d28d136c55789af6f576c134576eda20b767b8 2,150 1.00/1.00 vMB 200
494,740 494,740 000000000000000000ad05e3004941ed68dfa1d56d3ca517bdef132ba91d6b03 2,310 1.00/1.00 vMB 182
494,739 494,739 00000000000000000088ff3e1bc5cf9cbdafc28ef0ae219b49e9696a3ab1713f 2,285 1.00/1.00 vMB 57
494,738 494,738 000000000000000000a46389e474c8dadfe14f58d22060628e69031e7ff8dbe9 2,886 1.00/1.00 vMB 190
494,737 494,737 000000000000000000c260b2c0e0ec1b3bd2bb712b313865494aa2107d9b9ef3 1,738 1.00/1.00 vMB 260
494,736 494,736 00000000000000000091b1e5dad92364da595090761b93ffeee1e45198b676ac 3,062 1.00/1.00 vMB 201
494,735 494,735 000000000000000000a1eea8c265a986f7929b169f42b3fceb0ccbedb2933967 1,970 1.00/1.00 vMB 254
494,734 494,734 000000000000000000445742b3cc225274c58701df5df6b71c81755b30de4749 1,533 1.00/1.00 vMB 216
494,733 494,733 0000000000000000001348a846c04878ed542ad86202e1bb6744877ebd6af3ed 3,104 1.00/1.00 vMB 491
494,732 494,732 0000000000000000001de288c375a5b6c9ad3bcf1d69f53f9c6a80d5989f4a62 2,980 1.00/1.00 vMB 498
494,731 494,731 0000000000000000008658b42c7d4b06be01668b7e12da6e84015ff35c3144f6 2,490 1.00/1.00 vMB 105
494,730 494,730 00000000000000000041866b8077805ece7b21201f186da9f9b2b3c997e13753 1,351 1.00/1.00 vMB 263
494,729 494,729 000000000000000000ae40544d46034f1a1731990a7051998cf111bae767491d 1,470 0.76/1.00 vMB 355
494,728 494,728 0000000000000000007147199878be4b113b61841c5e8112635c212dc0391e23 1,472 1.00/1.00 vMB 299
494,727 494,727 0000000000000000007d5bcd84f07d76c3d006afedbc622b383bcddb95b79b0d 1,959 1.00/1.00 vMB 508
494,726 494,726 00000000000000000019e39d8cabb7d54cbd94504e651c7fa308320dd97a2fd7 2,843 1.00/1.00 vMB 101
494,725 494,725 0000000000000000006933d0a59b0bcffe1e467de98bdcfbd1a922b61075ba82 2,145 1.00/1.00 vMB 517
494,724 494,724 0000000000000000008598be9781be67d45a7376e73c0f9a2b2d018bbd074ef9 2,773 1.00/1.00 vMB 275
494,723 494,723 00000000000000000045a97ac72996e7f0aff7e9e16e1688bc1f81742190f3ca 3,587 1.00/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 782.86 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: 713.04 GB
    • Received: 17.28 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.