Loading Tool

Explorer IconExplorer

Memory Pool

44,666 transactions
27.07 vMB
0.05625396 BTC
Random Selection Loading Transactions
Max Size: 143.46/200 MB

Candidate Block

Mining Attempt e94e0de5c9f3ce27030dec4471b43df27010104dd927b5d8f4680c21efcb02ef
Version 20000000
Previous Block 000000000000000000006aeda7cc004234c1ab671c5672364bc6b11d12bb94b3
Merkle Root f8e6db876177f2779b337c7320b2c7b4b46ef024aace6816ef039aae1fe6e587
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,788
Size: 1.00 vMB
Total Fees: 0.00604584 BTC
Feerates: 40.21 > 0.61 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,772 (344,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,905 569,905 00000000000000000012b892c5dd2000f6d545d617b6df35cfbec115eaa93efb 2,429 1.00/1.00 vMB 75
569,904 569,904 00000000000000000023fcd06f2240c25359f64537da9fbc223b40f71fe67315 2,710 1.00/1.00 vMB 71
569,903 569,903 00000000000000000015a13fa86589fe2e6f0021208ba435d5f900e95482b5d7 2,719 1.00/1.00 vMB 90
569,902 569,902 00000000000000000015cf501ebe54d54ae26eb49d501020e18e4a521de79abd 2,687 1.00/1.00 vMB 108
569,901 569,901 000000000000000000101fac0c2589f7b8d8c3d55859688271a0b68a458de6cc 2,640 1.00/1.00 vMB 74
569,900 569,900 000000000000000000237755bdbda46799a6ad10b4fc8b3a60c0d5f71985f340 2,840 1.00/1.00 vMB 97
569,899 569,899 0000000000000000002a11402ffdb6539f4c5213a9a85f7bcc35c87ee50ef3bc 2,633 1.00/1.00 vMB 90
569,898 569,898 00000000000000000010f3719dfd71a880b17e948baadbbc51d98c8cfe9359f3 2,773 1.00/1.00 vMB 95
569,897 569,897 00000000000000000029b46b5fb3813f5f9211c33417a0b6c1ed694ad445fdbe 3,104 1.00/1.00 vMB 111
569,896 569,896 000000000000000000024e424b15aaf66680bd653173074313ecabf57a3362e4 2,619 1.00/1.00 vMB 119
569,895 569,895 0000000000000000001bfca7b483b41067b07dc60675037d2957312c5a037333 2,855 1.00/1.00 vMB 82
569,894 569,894 0000000000000000000dc6be54330fc2e85d35a9a66d9370270a46b8ed2e73b7 2,952 1.00/1.00 vMB 109
569,893 569,893 0000000000000000000d10db0bac6009d3cd85bbba4e846cd5ce2f2d545d3720 2,723 1.00/1.00 vMB 92
569,892 569,892 00000000000000000028598b9b3718dcb5dd72b6dfec68b0a847fd06a8c03b69 2,551 1.00/1.00 vMB 94
569,891 569,891 00000000000000000013c971501306363b4c70356bca9003007c24128f8efc8d 3,022 1.00/1.00 vMB 117
569,890 569,890 00000000000000000022695e99dafd426d2752007ae2414fecdd3df16e4c6253 3,144 1.00/1.00 vMB 97
569,889 569,889 0000000000000000001917f7e3b1a152d6cbd196400b79c3311a8941589d9b60 2,673 1.00/1.00 vMB 118
569,888 569,888 000000000000000000117c7fd334da8158a6d3992ee5fee3ccae0f5cbcf31754 1,214 1.00/1.00 vMB 67
569,887 569,887 0000000000000000000c073d9ab60e544d861c686240f8508a6c046c55f858b1 2,802 1.00/1.00 vMB 76
569,886 569,886 00000000000000000005c16cd4fe4dc042a7b6ac3b5ccdbf5adc502f784a8694 3,236 1.00/1.00 vMB 94
569,885 569,885 0000000000000000001e9edcdd8748b7df014c82e04f2eaf7a603bd258ee3be3 2,288 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 781.98 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: 648.33 GB
    • Received: 13.03 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.