Loading Tool

Explorer IconExplorer

Memory Pool

78,726 transactions
29.49 vMB
0.06875178 BTC
Random Selection Loading Transactions
Max Size: 177.25/200 MB

Candidate Block

Mining Attempt 045f6cc08b412b9f6cce46a6c96744d4776be8f075803f47a39f417258f40982
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root aacee1d21cdbf44c06236b0b0466e936d8650c25d0a48f92a70088c9a13043e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,850
Size: 1.00 vMB
Total Fees: 0.00891043 BTC
Feerates: 50.25 > 0.89 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (365,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
549,400 549,400 000000000000000000008c31945b2012258366cc600a3e9a3ee0598e8f797731 198 0.11/1.00 vMB 190
549,399 549,399 0000000000000000001a75a2837b13f97a203243da271bb1bab998afe0efcd7c 3,109 1.00/1.00 vMB 22
549,398 549,398 00000000000000000026aa64ad461bbc579aa4a8dd9d5d688d4a857b511c4828 2,287 1.00/1.00 vMB 11
549,397 549,397 0000000000000000000a05e0ac159091f197a3fae7b3118a097c0a087dbff381 2,893 1.00/1.00 vMB 21
549,396 549,396 0000000000000000000e3c8d1275477529bf2d139121e68a9964407a21bf5b7f 1,791 1.00/1.00 vMB 22
549,395 549,395 00000000000000000010abd58dbbc1d398b5a734dcd56a46f0eeb5fa25d7c9ba 2,636 1.00/1.00 vMB 23
549,394 549,394 000000000000000000257e5c6a96b5aa62680ab9395d3de5b999826fc9c338ca 2,106 1.00/1.00 vMB 47
549,393 549,393 000000000000000000068b53e268a90c85f4fccc6ee643a779ba1b7d80b48807 2,255 1.00/1.00 vMB 17
549,392 549,392 0000000000000000001f4a2248288cc75e0264a37c7c24cfecda1cada34374b1 2,621 1.00/1.00 vMB 41
549,391 549,391 00000000000000000023c8663ef6e85571c796fbcd9059ed267115a1c4ec3ba8 1,816 1.00/1.00 vMB 15
549,390 549,390 0000000000000000000165175cb47dbccb42d7ad1e9ef68123c47baf1c18eb52 1,126 1.00/1.00 vMB 38
549,389 549,389 0000000000000000001498430f1b485255bcb67a5448ce20c144b35abbddb98c 672 1.00/1.00 vMB 66
549,388 549,388 0000000000000000000a90c78d56890162245e28e8a0203dcc17f9846e1d9dfa 2,396 1.00/1.00 vMB 15
549,387 549,387 000000000000000000043bc6ad51f3b62a9dd2f92ad784f22e12859acce60b1a 1,617 1.00/1.00 vMB 10
549,386 549,386 0000000000000000001163cc1a08c345a427a8433811695f5c9da32f9c756cf6 2,314 1.00/1.00 vMB 11
549,385 549,385 0000000000000000001c416a33cc1613ee2eb3023a1206b4d0505615e789f33c 2,042 1.00/1.00 vMB 12
549,384 549,384 000000000000000000016172a291fad75e739bd17cde919977f8825ee0f2309d 2,176 1.00/1.00 vMB 8
549,383 549,383 0000000000000000001bc3106e8b87e0c5848a172eed0b5cc4734797c97af28b 2,098 1.00/1.00 vMB 7
549,382 549,382 0000000000000000000a72641c1ee1f497096b8f65e9539d360249997abed6f1 3,023 1.00/1.00 vMB 15
549,381 549,381 0000000000000000002312b1f5a318e95fc98b2f0e6be8528ea47d35a7e7a7c4 1,672 1.00/1.00 vMB 21
549,380 549,380 00000000000000000022ac1bb9b2f353e1e72dc0697b5ae4a2fe285b52fde960 2,320 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.