Loading Tool

Explorer IconExplorer

Memory Pool

24,016 transactions
10.56 vMB
0.03000185 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.37/200 MB

Candidate Block

Mining Attempt d3d8b4500aad381e5c4a37da6bbf6347f5c349e8873a07d46c1dc4f569a48e4a
Version 20000000
Previous Block 00000000000000000000763bc27d9459c69b40675f4f5e0a66e2b4c8f6dd3654
Merkle Root 032dc41bef58dc31fe040ac47afebab673711939badbc3a81ba6fe85176c167a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,635
Size: 1.00 vMB
Total Fees: 0.01232468 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,525 (742,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
171,487 171,487 00000000000001b4ec5dcefd8cb88b561646532725214645586309ff25c05894 61 0.03 vMB 277
171,486 171,486 00000000000006a77803f4bc7cf0a666fa48123fcc031bc1c63d13102df3c8d0 25 0.01 vMB 56
171,485 171,485 000000000000092943a97307897d1c87f13c6df2153b4a208c03f105e3e621c1 169 0.05 vMB 106
171,484 171,484 00000000000001d2086568d6fbffe27ba9838f4599da79f2bdbbbd191234c4fb 1 0.00 vMB 0
171,483 171,483 0000000000000130a8790364328398d474147b888857b21fddd1ca6a7a4ffe2d 5 0.00 vMB 0
171,482 171,482 00000000000006812858e7d0215b81bc5dd702013c4630c45e6812aa9a44b906 43 0.02 vMB 26
171,481 171,481 0000000000000acdd464e397c2b2a80e8582b9fd7c1207da702e3a3d53e4c1f4 27 0.01 vMB 215
171,480 171,480 00000000000006a62ae09db0ebae385b1c830a453ee4912e0b6db32d98401284 40 0.02 vMB 31
171,479 171,479 00000000000009e8d468ea270918c64ab7626c9e903967f1c585571b34d00f74 43 0.02 vMB 87
171,478 171,478 0000000000000ab63291dae74adbe4faf9bab0d00fa78825179c61e67ae08a23 40 0.04 vMB 80
171,477 171,477 0000000000000a7e1d4a8b081cf74bfeb4192a5eb4663d79b11a156e2dc984f8 1 0.00 vMB 0
171,476 171,476 000000000000077194c8c869bb2f3f73f8498960b02de142274b230efaec4e63 83 0.03 vMB 76
171,475 171,475 0000000000000873109b1009792634a347e8946cc81d4085bf92afcd27d31ce0 1 0.00 vMB 0
171,474 171,474 000000000000064b3d5fa3fa109ccc5841620c1a0858d83a20541df77c45fe40 72 0.03 vMB 43
171,473 171,473 00000000000007c038ea3430bc75db2b9692c5230f7380fe78ba1f6d56f8f251 88 0.03 vMB 59
171,472 171,472 0000000000000120163d69d3de36b006c0e3d9b5513a749d670693c95200e0c3 21 0.01 vMB 56
171,471 171,471 00000000000004af3f05548ab434a0bcc10b1bced8e54788dd8618a17c1b39b0 12 0.00 vMB 18
171,470 171,470 000000000000042d6de83918508cd94280079cd6440c34faec07cb38143d39c5 49 0.02 vMB 116
171,469 171,469 000000000000065a9401876b61e67e25f01e9d979fe3c45db64e1796cbeb6f6a 12 0.00 vMB 79
171,468 171,468 0000000000000a7663d71947b586bbd0b00a60d5b245ba2e2afa3eaa8d597712 11 0.00 vMB 0
171,467 171,467 000000000000060fbf017c2341a7e27dea2a1706297c8df525f6a0dcef0d271d 92 0.04 vMB 126
Previous 10 blocks ↓
Total Size: 779.77 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: 397.04 GB
    • Received: 2.03 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.