Loading Tool

Explorer IconExplorer

Memory Pool

33,779 transactions
26.36 vMB
0.05434215 BTC
Random Selection Loading Transactions
Max Size: 132.27/200 MB

Candidate Block

Mining Attempt ab25d9f94201d31fad965da4ef8a0c788d91ad235f58bb7c9f37c983114b9b0f
Version 20000000
Previous Block 000000000000000000019a6a43291f856c35b16a71da6815df4a131b431a0b21
Merkle Root 87cf9fd710f7d36c38af282eafb9049bf4a04874c8a9586b3e413732df20ad16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,611
Size: 1.00 vMB
Total Fees: 0.00538408 BTC
Feerates: 29.53 > 0.54 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,651 (438,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,904 475,904 0000000000000000007bef58df9d0058e8f1839005953275fdc2abba6b5b405b 1,997 1.00/1.00 vMB 731
475,903 475,903 000000000000000000cad32e5ceb8f2aa2741d8ef2a11ab08e8bbdb7b97b3f99 1,829 1.00/1.00 vMB 304
475,902 475,902 0000000000000000000dacd48eb552efaf8982837a99dddd0002d00593e17d1a 2,350 1.00/1.00 vMB 731
475,901 475,901 000000000000000000273aca894348bb47ccfa7180e3649d01f4891669d6e97f 1,964 1.00/1.00 vMB 659
475,900 475,900 000000000000000000c6440520400adec9287cd5ffa8a0875d0ee1b9477654fc 2,098 1.00/1.00 vMB 682
475,899 475,899 0000000000000000009f701879a319258d728315f6f082434ffc60b5757d7f13 2,090 1.00/1.00 vMB 616
475,898 475,898 000000000000000000d7fff8342b75e62daa7c6d848ac16edbda373568dc5e7f 1,651 1.00/1.00 vMB 272
475,897 475,897 0000000000000000008b5f352b59a110cd0ce6e14bfabe44d2d260fa02e5ec78 1,914 1.00/1.00 vMB 514
475,896 475,896 000000000000000000444674bff082392c3bd2b59770d15d6f0ddc5c8f449ac8 1,732 1.00/1.00 vMB 382
475,895 475,895 000000000000000000db572030887d03ff3e0222a121495ce029e3e13c26d5dd 1,938 1.00/1.00 vMB 729
475,894 475,894 0000000000000000009c5ad7af7ffc39306e7367533841951cbf40bab06745f6 1,877 1.00/1.00 vMB 430
475,893 475,893 00000000000000000101e3c69d63b5ceff64c1f4c3a91a5437c282fd036830f9 1,922 1.00/1.00 vMB 798
475,892 475,892 000000000000000001074cc04ccfa7f31ed861d489cca65a96e32ee8a0c9dc3e 1,499 1.00/1.00 vMB 52
475,891 475,891 000000000000000000da355c282cf9d75d16e1b69e51bc66ff03df41866bdfe4 1,789 0.99/1.00 vMB 672
475,890 475,890 00000000000000000047f51f920bde87feb6d69925a37a46e9dca4cc98ca5a78 863 1.00/1.00 vMB 124
475,889 475,889 0000000000000000014697bb390bb466f0b96151c2bbf78b68323f1efc7264df 2,139 1.00/1.00 vMB 86
475,888 475,888 00000000000000000035af4e0dd1c7a484588cddd65ed32805cbcb23c8c55451 2,107 1.00/1.00 vMB 578
475,887 475,887 0000000000000000000bfe489feef63092470dfa0a2a762316276e5ff0e480de 2,144 1.00/1.00 vMB 439
475,886 475,886 000000000000000000dcf644bd756d0d19b60464985d4c29f417597417322699 2,041 1.00/1.00 vMB 528
475,885 475,885 0000000000000000004f78d2c93f6b82a06e1cb71d894b72bea1a336a8ee676d 2,080 1.00/1.00 vMB 389
475,884 475,884 000000000000000001589ae9650948cad9e3b20d755267ee05c021068f6710bc 2,080 1.00/1.00 vMB 648
Previous 10 blocks ↓
Total Size: 781.77 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: 632.83 GB
    • Received: 12.15 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.