Loading Tool

Explorer IconExplorer

Memory Pool

23,816 transactions
10.09 vMB
0.06476495 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.83/200 MB

Candidate Block

Mining Attempt 59be72aad9036f7b60449b9c8184fd34362085a93824297c2dbc06d1b439385e
Version 20000000
Previous Block 00000000000000000001124cf23d5407a6c1c959f1638ede05fd1137b99bca69
Merkle Root 7d876f2aa42dcc5adbd65fecbc87081e3aa889f259ab0e626e974f36671bedab
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,349
Size: 1.00 vMB
Total Fees: 0.03493189 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,405 (851,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
62,397 62,397 0000000009e52f2f883ba5e2f5f4dfc469be284c95255b6f198df07f080ef09f 1 0.00 vMB 0
62,396 62,396 00000000033ebdfca5455cafbe8b1689a8fecb9a32e91c3a805cce6dd38ba4e0 2 0.00 vMB 0
62,395 62,395 0000000001e881b3c53eca3acd2b9f1fa78763a8356c43c3bf7484bd420bac9e 2 0.00 vMB 0
62,394 62,394 000000000e4bfb28427fa0f5fdadb61022118c03ef0cf80a1d483d05c56049f8 1 0.00 vMB 0
62,393 62,393 000000000842a8186222162a23892aaee77e5f139fdcb2f2358911efd40dcfb7 2 0.00 vMB 0
62,392 62,392 000000000327bf2ca815a9a044574abee8fcea94567bd6a91c6d9fae01d5c354 1 0.00 vMB 0
62,391 62,391 0000000005172519540f0bcf10ed22308270a69bb59b72c70a4e9df16cc0d018 1 0.00 vMB 0
62,390 62,390 0000000007f300a1e4c37d48801b3045873c704262023d6637515e6b36ee8c62 2 0.00 vMB 0
62,389 62,389 000000000007598944e960a9bfea424cde80ac3399c325ded7a04b2bb55a0a20 1 0.00 vMB 0
62,388 62,388 000000000952d253c05ac73eb0c84d86818161666e798f5a3284df5606024b75 1 0.00 vMB 0
62,387 62,387 0000000007e6b4c533ffe09b4dc4c80becf1448c53195b305d4b433febc79cd5 1 0.00 vMB 0
62,386 62,386 00000000036b5e7123837331c1473d3a85a9191b59cd8ef026f21d6cfe426826 1 0.00 vMB 0
62,385 62,385 000000000685bef5b66631c34b7b1b6fdf3be80d608e2066b1bc6cd0695aaefb 1 0.00 vMB 0
62,384 62,384 000000000b7b7ac509141b95f104ff2f4a47db5e5b56bbe920ff3cb31122fa1a 1 0.00 vMB 0
62,383 62,383 0000000001f3902c67cacc7fc7f78ceea02c4cf552cd79b0991441f4735e1080 2 0.00 vMB 0
62,382 62,382 00000000068783c762710d27f3d4f0b3e66e2cb679356885614ded17974f08dd 2 0.00 vMB 0
62,381 62,381 000000000e5d389465ef039b2ff4c9f0e52faa1cc1a11598504075608a4f5c92 1 0.00 vMB 0
62,380 62,380 00000000065a4ffbad08ee1600c9cba3528b1e28073882a85f1b820386536d5a 1 0.00 vMB 0
62,379 62,379 000000000e356b13f70db9d7d161ae1caa233250d02aedfc5cedb441db6781d7 1 0.00 vMB 0
62,378 62,378 00000000073cd914031c8c847ab8950ed16f8d4bd38bff05ab5591349d850b8b 1 0.00 vMB 0
62,377 62,377 0000000002c07c758b7fcad9287972f746e3a4aa5ccd1bdc9f0b6c4d93d6e94f 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.57 GB

Node Details:

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