Loading Tool

Explorer IconExplorer

Memory Pool

50,638 transactions
28.62 vMB
0.06810647 BTC
Random Selection Loading Transactions
Max Size: 153.90/200 MB

Candidate Block

Mining Attempt 3c44cfb28c29cffe0f3e0d0e8307d298256b2eefd0fa6caadda9d9e66aa4e082
Version 20000000
Previous Block 000000000000000000019e7568131a21184319adfc46c390ce26bf65aed43bd9
Merkle Root f8065dc8c9ea9f6b07fbecb1fc7e16756ed059377a727c836e8a8f7edae2b8c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,884
Size: 1.00 vMB
Total Fees: 0.01266118 BTC
Feerates: 122.12 > 1.27 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,793 (183,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
731,708 731,708 00000000000000000001f6ebc0cb486431834e0f33b4ef8b586736c7bd4299ef 1,292 1.00/1.00 vMB 12
731,707 731,707 000000000000000000092765890ffda09c814323ac2c125653b9b9d93e8ae906 3,015 1.00/1.00 vMB 9
731,706 731,706 00000000000000000002a687c3b99bb3e5b61234d82064a5d882eae607eb7c17 3,303 1.00/1.00 vMB 12
731,705 731,705 0000000000000000000841c4d0894d472cf062eb9d282d3dc2d4ffd50ae35256 2,337 1.00/1.00 vMB 11
731,704 731,704 0000000000000000000765d36a024f5f0cfb2b325e89e326ebbe9d6756594070 1,702 1.00/1.00 vMB 11
731,703 731,703 0000000000000000000752a517d10376b296ae437fafaa9fdbf8fa4292f8dcfe 3,002 1.00/1.00 vMB 17
731,702 731,702 00000000000000000000bafe74a7b0b0822b688d034d3d4dd41ae878b2e42847 2,699 1.00/1.00 vMB 16
731,701 731,701 00000000000000000008d5ed5e942421bf27b51947e52be0a2f170bf5391e9fc 3,110 1.00/1.00 vMB 12
731,700 731,700 00000000000000000000f3aacf063589072ba1e5eb012cf5075122a6732d98cf 2,885 1.00/1.00 vMB 15
731,699 731,699 0000000000000000000883121a6dd393e39c195b25b498ad4148376e7cd223c9 3,476 1.00/1.00 vMB 10
731,698 731,698 000000000000000000057908e772c6a9b354e83b377655440ec2dfca0f49b50d 1,904 1.00/1.00 vMB 10
731,697 731,697 00000000000000000005f3b48dc5b05cad1c53edb0d51c996b86caaa87d38099 2,579 1.00/1.00 vMB 12
731,696 731,696 0000000000000000000376b538447cbc78c990ddaf5451410fe0cca04524aea7 2,880 1.00/1.00 vMB 19
731,695 731,695 00000000000000000002a15ead0526400f01e47aa56ecdd1f46466c8cd5eede0 1 0.00/1.00 vMB 0
731,694 731,694 00000000000000000000c338b894f680b7e234be76cc1dd215613d4c31c6a08c 2,279 1.00/1.00 vMB 16
731,693 731,693 0000000000000000000056a33cc9cb8b7e73ebfadc0a9b04bc22bfcd5c9ea7f5 1,849 1.00/1.00 vMB 9
731,692 731,692 000000000000000000000032c706e8f67ae02adf7693354a336b027b20c347bc 3,529 1.00/1.00 vMB 19
731,691 731,691 00000000000000000006a05f7ffeccff0af5101ec17d5cd1aca0e14c7fac3b5b 3,973 1.00/1.00 vMB 38
731,690 731,690 00000000000000000005f10329abb4ffaad8bf2097ea1203cd972d7c09ecb3b1 3,557 1.00/1.00 vMB 6
731,689 731,689 00000000000000000006f997072338e321b5f8041a31de53c6a515c3847bf6b4 3,463 1.00/1.00 vMB 24
731,688 731,688 0000000000000000000070bd78119c5e466bb77badd082fdd62ab6d2b0be7ec3 158 0.05/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.02 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: 649.82 GB
    • Received: 13.22 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.