Loading Tool

Explorer IconExplorer

Memory Pool

44,705 transactions
30.21 vMB
0.07995384 BTC
Random Selection Loading Transactions
Max Size: 155.04/200 MB

Candidate Block

Mining Attempt 87eb3813541cec0255ba87ad42044d2e24f94b77533d3481c3975e665a3f5468
Version 20000000
Previous Block 00000000000000000001b8dfc38ed945729f501b3f188a3d0e55173d56b3de81
Merkle Root 59971d64a9265e4369710977ddc5ce53fb7666e0ab12abd5b17c468de15d23f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,701
Size: 1.00 vMB
Total Fees: 0.01696035 BTC
Feerates: 27.07 > 1.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,579 (463,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,710 450,710 000000000000000000b5f9dcf1468134fcbcba5a20ab5b278d914d5c682180d7 1,989 1.00/1.00 vMB 88
450,709 450,709 00000000000000000140ca205f7ae470cd540478c27c9374a03650e17786b2a9 1,489 1.00/1.00 vMB 79
450,708 450,708 00000000000000000109c09c0a3662f49f16f401d163560330e7c1ba6f00c993 1,640 1.00/1.00 vMB 76
450,707 450,707 0000000000000000018c06b481f5710d63b329225b684fbfcdbf117245ec96ee 1,702 0.93/1.00 vMB 113
450,706 450,706 000000000000000001849e10641b87d86a197f4b43d4064d2d2d6bf425e0f42e 586 0.27/1.00 vMB 116
450,705 450,705 000000000000000001fe9a2f97a6abb8f4ee2eb91c2ad67167bdc6fdc76835f3 1,635 1.00/1.00 vMB 84
450,704 450,704 0000000000000000000d6fa07bdc9442a30ce6824842c5feb0b2b5c0ef8ef111 2,180 1.00/1.00 vMB 77
450,703 450,703 000000000000000001e7a7369fa0aaa4bd639eb5dc05d73c788123799dbd53a6 2,302 1.00/1.00 vMB 119
450,702 450,702 00000000000000000188ad0ea28f5108e61516f136c851841a5137f598d91026 1,540 1.00/1.00 vMB 89
450,701 450,701 000000000000000001d429fd375dc6752a31ae3fa1e28e16645dd63b5162378f 1,437 1.00/1.00 vMB 86
450,700 450,700 000000000000000000c5b988aa9f7cee1b080c2d6e9c3e0fed17e65b49375f0c 1,848 1.00/1.00 vMB 70
450,699 450,699 000000000000000000df21a84c3b6ad1537c80a21547da15197da52f85aeb79f 2,097 1.00/1.00 vMB 112
450,698 450,698 000000000000000002055b9716823702a73607d88372667067ebdc1efe733f08 2,480 1.00/1.00 vMB 70
450,697 450,697 000000000000000000e424057577f132bb833ae66a5ae1db85252ab9e94422bb 2,654 1.00/1.00 vMB 85
450,696 450,696 0000000000000000023a0bdf4c2b168c7d9bbb6f8900db3d9911659fdf7f7b20 2,593 1.00/1.00 vMB 81
450,695 450,695 0000000000000000005f6b645568ae80bb45ce421839bd096d54282431ae3cb4 1,874 1.00/1.00 vMB 99
450,694 450,694 000000000000000001f293defe21fa7a5f01b8831404d42201e0cd342d834637 2,381 1.00/1.00 vMB 81
450,693 450,693 0000000000000000022c726230c6bdee6a91436e5a2c125e9e20c023d3bfc58f 1,669 1.00/1.00 vMB 70
450,692 450,692 000000000000000001d698601def164463811185f2ad0472ca8c4fc2de048e29 2,429 1.00/1.00 vMB 108
450,691 450,691 0000000000000000028e160816c10b75ee34e9bf43614be54d601bf07257cc2c 1,663 1.00/1.00 vMB 80
450,690 450,690 00000000000000000116ce977ddbfe78398fd194cf356e2e76ac0d3b8145b390 2,035 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.61 GB
    • Received: 11.68 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.