Loading Tool

Explorer IconExplorer

Memory Pool

72,449 transactions
28.32 vMB
0.07199572 BTC
Random Selection Loading Transactions
Max Size: 171.32/200 MB

Candidate Block

Mining Attempt 716779109d6a53f086d9a30e59acbd4cc4e1d985277d1c5ce058a9e6d7415dc8
Version 20000000
Previous Block 00000000000000000000643621fefdd8d2b8dbe2725274357827e4ba0a62f960
Merkle Root ab22cc8bfaee1b82565ebc781c6e76003ef4df1f1df7045b35261288363af207
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,891
Size: 1.00 vMB
Total Fees: 0.00982900 BTC
Feerates: 107.33 > 0.98 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,451 (12,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
902,543 902,543 000000000000000000018bd5fbe9eacb4966a086081fbb85d2f67cac6bfb2a7b 3,588 1.00/1.00 vMB 8
902,542 902,542 00000000000000000002262825da082c9547695eac18d9e88dfe01fe0d1b7554 3,491 1.00/1.00 vMB 7
902,541 902,541 00000000000000000001f642d1bbeda140d1f1a72ccc9080e1d5f7de90686d22 3,540 1.00/1.00 vMB 9
902,540 902,540 0000000000000000000017eb87e890b996d95f7a920cb343ff76acbd77f3388f 1,959 1.00/1.00 vMB 8
902,539 902,539 000000000000000000010eec17313662e8ebe7bc04e7a421d72fa09582c00e16 2,458 1.00/1.00 vMB 10
902,538 902,538 0000000000000000000083ff80cf844cdfc1d2509a0ba25d2095c1966b66f024 3,135 1.00/1.00 vMB 6
902,537 902,537 000000000000000000016fae8ae021d0c15f4f5605e4c6b4dbc6f0a083fc0e34 2,986 1.00/1.00 vMB 6
902,536 902,536 00000000000000000000ccc70fb02064146e811d2c68f82e794739365f5d4c10 3,189 1.00/1.00 vMB 8
902,535 902,535 0000000000000000000151967b353354f4f349b215995bcec7482fcd8cb5dd87 3,233 1.00/1.00 vMB 5
902,534 902,534 00000000000000000001427c8f470aa7de6f642ba29bf8d0811c85f7ab32aa95 2,266 1.00/1.00 vMB 4
902,533 902,533 00000000000000000000cb08e40bfc87a65045f6ae3aa3f9dff83cf8ff63c49a 1,198 1.00/1.00 vMB 3
902,532 902,532 000000000000000000021ac06b07dfd5ead7e2f55fc33f1aa3c0ed40102757c6 1,774 1.00/1.00 vMB 2
902,531 902,531 000000000000000000011a9968fad1f8589383ff7d692c7a9925478c433183b4 1,206 1.00/1.00 vMB 2
902,530 902,530 000000000000000000008bde572c5d70949e32f109fdd586c540792125828ad4 3,248 1.00/1.00 vMB 6
902,529 902,529 000000000000000000014dd25cd472e3373a2e0c4b4e1636f29c0d774ec63f40 2,950 1.00/1.00 vMB 4
902,528 902,528 00000000000000000001b7aab5d1e51ca86768685fe76cc4f55a94ce36d2d883 2,214 1.00/1.00 vMB 3
902,527 902,527 000000000000000000003b5f2ad997561b3f0b2cca5b4822fb7a9bfb6cedcad8 1,760 1.00/1.00 vMB 3
902,526 902,526 00000000000000000001a59a81dfd17c0f9bdf81ae2a88d8bbd734cf37c7fe98 3,842 1.00/1.00 vMB 4
902,525 902,525 00000000000000000000f8669fe4685d379e53ad88896abdd817e69da2fbf22e 3,063 1.00/1.00 vMB 4
902,524 902,524 000000000000000000004c47b0fa322ba512deff65bcea60debb52c5eb2635b3 2,910 1.00/1.00 vMB 7
902,523 902,523 000000000000000000011b34c4f042062e4f3339bb55461ad4d4673745b5c545 3,861 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 783.18 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: 750.25 GB
    • Received: 18.84 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.