Loading Tool

Explorer IconExplorer

Memory Pool

24,696 transactions
26.88 vMB
0.05481394 BTC
Random Selection Loading Transactions
Max Size: 127.99/200 MB

Candidate Block

Mining Attempt cf8c43b04ca36535c9be6c2d8213e35ad019fa39ae96bd62e364df773dc01593
Version 20000000
Previous Block 00000000000000000001199dbf911ab88157d0c6cbff6a9a79ddf68de0fd94d6
Merkle Root e3f97d55733f54a67f1cda39eaea124c3012a6dbfab0ca1c59fc8c65c2b3e1dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 828
Size: 1.00 vMB
Total Fees: 0.00437495 BTC
Feerates: 66.05 > 0.44 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,478 (471,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,331 443,331 000000000000000000d9edf0a7f071db993432a326c9320f2916368eb68e3596 2,603 1.00/1.00 vMB 68
443,330 443,330 000000000000000001297b4f5266d70eb18dcf17fcbe3ae90d18c24da72a5733 2,983 1.00/1.00 vMB 84
443,329 443,329 0000000000000000025d12d754ec890e2f7d34578ec73c23f0113158aa8be596 2,304 1.00/1.00 vMB 89
443,328 443,328 0000000000000000019682284122ad613e6220dd55ab9f27d9de52d5f4b1bbdc 2,195 1.00/1.00 vMB 78
443,327 443,327 0000000000000000005e612d6a232fbacaca6b954d0bff4e5b8ced96dbe448d5 2,722 1.00/1.00 vMB 85
443,326 443,326 000000000000000000277f20c1f68901def065a7e824c8b088b3c042b758efed 2,386 1.00/1.00 vMB 127
443,325 443,325 000000000000000000b7d2643c906a881e07987fb3aa9969cedb09fbcd710955 6 0.00/1.00 vMB 377
443,324 443,324 0000000000000000016a7775ae14357637b105be3f9b8726f8fec9aabf35ce4f 3,481 1.00/1.00 vMB 69
443,323 443,323 000000000000000000938f38bbec8cb689a4ab77b1d1a9146833ccb894913349 3,422 1.00/1.00 vMB 74
443,322 443,322 0000000000000000003231c840dc0b4cb201f49335ea424ea141019521d2a54f 2,508 1.00/1.00 vMB 72
443,321 443,321 0000000000000000012c42b4c923fb485685369e3e4d5321d7b159492ddf73cf 2,560 1.00/1.00 vMB 91
443,320 443,320 0000000000000000001b812f6649c1c531dc3869732b0d796cc1abc42946ae43 1,826 1.00/1.00 vMB 73
443,319 443,319 00000000000000000099e43afd7ff0e5c6dbadf6310a85892578a1197eddacd8 2,255 1.00/1.00 vMB 87
443,318 443,318 0000000000000000002c665d3f5478c339b6e11c380d3f4329820d12b17c1ce9 1,972 1.00/1.00 vMB 84
443,317 443,317 000000000000000002c1068705d3a2e9104fb94f4cafcc4824741dc8a9cd86b9 3,616 1.00/1.00 vMB 76
443,316 443,316 00000000000000000123a493800c4a102651daa1a5488c8baa95777cd66f472c 2,036 1.00/1.00 vMB 85
443,315 443,315 000000000000000001d5be937b50d145557c2293fdd3fd680a973fd1c6cc256b 2,285 1.00/1.00 vMB 102
443,314 443,314 00000000000000000313b39d5d0c30b6a43dd74db15dc27e3458fd104516db22 2,645 1.00/1.00 vMB 94
443,313 443,313 000000000000000002a654de9025090cb717d708902d842ed3265c6fe29bd41a 2,074 1.00/1.00 vMB 75
443,312 443,312 0000000000000000009f155b2168a347082a0f9b2fcd5f22ad25ba92067a2fdb 2,003 1.00/1.00 vMB 79
443,311 443,311 0000000000000000006e08a4ee58e331c62900a5bf26b91b2ac93c24adca5948 2,559 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 781.46 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: 610.91 GB
    • Received: 10.76 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.