Loading Tool

Explorer IconExplorer

Memory Pool

44,239 transactions
26.52 vMB
0.05564330 BTC
Random Selection Loading Transactions
Max Size: 139.87/200 MB

Candidate Block

Mining Attempt 175d34dcbc6dea70859a5b10f20312b70fe74da266e9b892f6272db9abca2b5a
Version 20000000
Previous Block 000000000000000000016f009a89c6d3e1d139367d7f3d8899daecc1416ee56a
Merkle Root 3dcb2c25757c20a98a0a62efd66015edadf01e8a8ba01b95c932f96c6a60994b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,435
Size: 1.00 vMB
Total Fees: 0.00698010 BTC
Feerates: 54.71 > 0.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,754 (324,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,790 589,790 0000000000000000001bbf433b0b4141987e385d8ffed52960b76f0a57b76f33 2,845 1.00/1.00 vMB 64
589,789 589,789 000000000000000000198d63d9cad31531223e0dcb8f678c6b5f68dc3ba3e62d 2,134 1.00/1.00 vMB 60
589,788 589,788 00000000000000000014d86e54f51b6347763195411eb6b48f4bf8f0f051ec2e 2,347 1.00/1.00 vMB 41
589,787 589,787 0000000000000000001700817c77a58f7b60fbb90b37e486a5fc0734bcc07344 2,682 1.00/1.00 vMB 67
589,786 589,786 00000000000000000006180e86006c556c556412a102e44181caa61a069710fd 2,643 1.00/1.00 vMB 35
589,785 589,785 000000000000000000168f172e7990a63729a9e594007ccb75e3a463e2535b6a 2,091 1.00/1.00 vMB 21
589,784 589,784 00000000000000000001da0b3be5003198f08833696156058b5b795e956bf798 2,564 1.00/1.00 vMB 65
589,783 589,783 0000000000000000001a4e9422fe267886a2cd60f6980e374e665e741a52fe61 1,610 1.00/1.00 vMB 52
589,782 589,782 0000000000000000001280b27b660acc4ebe6d5f9c579d4b75193f4e31aa82fe 1,923 1.00/1.00 vMB 49
589,781 589,781 000000000000000000129b04b497864a6797c82f679c70a95ec041b7e3eee122 696 1.00/1.00 vMB 62
589,780 589,780 0000000000000000001b8bd676f67f7c73602250fb9c1faf94a90d4566c08cdf 2,776 1.00/1.00 vMB 46
589,779 589,779 0000000000000000000639a28c03578c188cd8fa48ade89f98c3ff92989957ef 2,952 1.00/1.00 vMB 52
589,778 589,778 00000000000000000016bc6ff88fde034a495ea626767ca0000f74dffdc0fed1 2,998 1.00/1.00 vMB 58
589,777 589,777 000000000000000000045f5c56f063504a3fa27c3ffcd06736ce992bb14ab3ba 2,830 1.00/1.00 vMB 78
589,776 589,776 0000000000000000000955c0599ab4ceb87e4001cedf6c10b7a04ab416ea69aa 2,309 1.00/1.00 vMB 34
589,775 589,775 0000000000000000000b7c57800dbbc388bcb2afebab31cf9a9a42565e093366 2,309 1.00/1.00 vMB 13
589,774 589,774 0000000000000000001086fa3b26e657b68394001b6abd6351d53298b352adcf 2,919 1.00/1.00 vMB 38
589,773 589,773 0000000000000000000aa2f57a6d7da90ec8462a6791f4576fac86c53c6dabaf 2,754 1.00/1.00 vMB 18
589,772 589,772 00000000000000000016efbb6956f17f7af3752118791ca74251f8f0821601c8 2,952 1.00/1.00 vMB 26
589,771 589,771 0000000000000000000d0f4b7cc9831ed7e1c9eabf4f50e2da7ac54f4254194d 2,657 1.00/1.00 vMB 17
589,770 589,770 0000000000000000001415e0eb69954e59cda4c15ec73cd937fb92e4884bbe7e 2,890 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 781.95 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: 647.17 GB
    • Received: 12.91 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.