Loading Tool

Explorer IconExplorer

Memory Pool

44,871 transactions
27.02 vMB
0.05725061 BTC
Random Selection Loading Transactions
Max Size: 143.03/200 MB

Candidate Block

Mining Attempt a3a989ba164ff2c87fc491bedfb6ce9a264dedd4a9e3a85db6c8330fff016b11
Version 20000000
Previous Block 00000000000000000000d64a7a53739de8cbf743e04f26b2708699d63bab0143
Merkle Root ad36fe60f5dbe6bdca9bd36142eed9e6c59c3b44b2afa61d30c62a9b78046a22
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,249
Size: 1.00 vMB
Total Fees: 0.00724442 BTC
Feerates: 100.28 > 0.73 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,775 (344,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
569,884 569,884 0000000000000000001d3479a770d17a65c8f0093d30234ce101c78b830a1c20 2,374 1.00/1.00 vMB 92
569,883 569,883 00000000000000000005ff14ab637faa45561df1dad139cbe77c7536188713d6 2,778 1.00/1.00 vMB 109
569,882 569,882 00000000000000000020e843090d71c0a15327fd11edeae9d6569b0a7b04e6d1 1,222 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 781.99 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 648.51 GB
    • Received: 13.05 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.