Loading Tool

Explorer IconExplorer

Memory Pool

18,907 transactions
8.50 vMB
0.03018668 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.06/200 MB

Candidate Block

Mining Attempt 15960892b5d04bb3b49ad35b86044080626d3dae83c37cfe130db149ddeed546
Version 20000000
Previous Block 000000000000000000020b3bb8f61917f7848c1ad34d4f62bdc7addfd2b7533f
Merkle Root b5c2c61e4fa56d8768d0fd97b69f56aabec872fa433b7ab9b81b95491fc5e3b3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,341
Size: 1.00 vMB
Total Fees: 0.01205788 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,424 (851,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
62,376 62,376 000000000e3e26ce92417b3d5c9f23fc91eba42cb7e84f697de94fc8462bd4f2 3 0.00 vMB 0
62,375 62,375 000000000e2714d70690ed7cda31e9005b2f5c86a49fab2a4cefb4838e8d6402 1 0.00 vMB 0
62,374 62,374 00000000017595b016f1f1fa539e4f00e243b877558b254c70b98b20bc9adadf 1 0.00 vMB 0
62,373 62,373 0000000007b2c70658e381052455320518eed1d1c7e680ac63c03c3554fcc386 2 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.61 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: 297.85 GB
    • Received: 1.27 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.