Loading Tool

Explorer IconExplorer

Memory Pool

41,480 transactions
28.34 vMB
0.06761544 BTC
Random Selection Loading Transactions
Max Size: 145.04/200 MB

Candidate Block

Mining Attempt 5e0a7c9a06b7e0ddc67f5a78edd15d73bb06ca383fbe68f80eeec18311fb9548
Version 20000000
Previous Block 00000000000000000001569b11e789f54c2d4bfafa299c809e424c63bb9696a6
Merkle Root a62b39f412c677d52a7b632b1cc992557abafceb9b55907f7a213c4ebc8ddddf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,472
Size: 1.00 vMB
Total Fees: 0.01284985 BTC
Feerates: 201.07 > 1.29 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,625 (331,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,751 582,751 000000000000000000165ab9e6d84da99afff39d94a1c6674edfc22f1ada7857 3,176 1.00/1.00 vMB 169
582,750 582,750 00000000000000000014e5a6ac9026b34ea0e208c9f004d488342bacc44ca1d8 2,509 1.00/1.00 vMB 87
582,749 582,749 000000000000000000007517b137dc2c09f4534781110509030751d7a2198869 1,914 1.00/1.00 vMB 119
582,748 582,748 0000000000000000001647a10bfa4ee9f6adf4731d5731bef86cbf2476472b84 3,149 1.00/1.00 vMB 174
582,747 582,747 000000000000000000157704fb97b361051f09c31e6c3f5e09346a04f0636e5c 2,776 1.00/1.00 vMB 105
582,746 582,746 0000000000000000000ef53c2699d5b4e0c21d117fb94817170ed7c6f14873fd 3,563 1.00/1.00 vMB 123
582,745 582,745 00000000000000000004a28c100568d090124ba582c27f36c7b784261d834676 3,215 1.00/1.00 vMB 157
582,744 582,744 0000000000000000000cd434c6c9a1adc18dd4187cefd2e91e7cd84bc39a3771 3,172 1.00/1.00 vMB 175
582,743 582,743 0000000000000000001b85ce2a0c31d51687a45e6cf3f65407194ed1d3c464fd 2,941 1.00/1.00 vMB 202
582,742 582,742 0000000000000000000b2b9e8abcd0448081f12b0a810caee46e042d97fce82e 1,060 1.00/1.00 vMB 65
582,741 582,741 0000000000000000001361cb6b3bbd32c2f430e5555e0340b695510da2bb520a 2,619 1.00/1.00 vMB 76
582,740 582,740 0000000000000000000214534977b915e6e19bf666d4f804ca073217377b85b9 2,002 1.00/1.00 vMB 76
582,739 582,739 0000000000000000000e21a484d28a6d12d3167080c9f4b9fb4b7b05edc57477 2,628 1.00/1.00 vMB 76
582,738 582,738 0000000000000000001976238299ebaeabd99512b20806558568c29e981dcc89 2,693 1.00/1.00 vMB 97
582,737 582,737 00000000000000000002c588af50fea042eb4290fb87141e2ff1f8974387fed7 2,021 1.00/1.00 vMB 153
582,736 582,736 00000000000000000017850be941537620bccdbb5aa012224f6138a56387b1df 3,169 1.00/1.00 vMB 139
582,735 582,735 0000000000000000000dee80f89d5b8392f61e2f727ebdd7821dc2e707d6f7a0 3,209 1.00/1.00 vMB 130
582,734 582,734 0000000000000000000cd221d3ad1c0fb95b12c551ac97bdc45b8748bcdc2546 3,072 1.00/1.00 vMB 102
582,733 582,733 00000000000000000016f6e73907c29ddd4b7d767fc31f61f55aaa13709d26fc 2,515 1.00/1.00 vMB 192
582,732 582,732 00000000000000000016ac392dc0d27074c806b11025d52542de3b28ebaafba8 1,911 1.00/1.00 vMB 155
582,731 582,731 000000000000000000108c84eb73d0b21e6d55433db6bfebef5e3775028e5dcf 2,847 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 781.73 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: 630.07 GB
    • Received: 11.98 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.