Loading Tool

Explorer IconExplorer

Memory Pool

80,877 transactions
30.09 vMB
0.12714180 BTC
Random Selection Loading Transactions
Max Size: 180.97/200 MB

Candidate Block

Mining Attempt b42fdb030a05a9c08711f571f23c96eab1ffe0d623a7503bf72e2445b3cb1537
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 853acaf7a494d6e231a909432c9b96236531ce813b6f6929998f9c254caa71cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,782
Size: 1.00 vMB
Total Fees: 0.05247440 BTC
Feerates: 242.90 > 5.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (282,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,562 632,562 000000000000000000089c9f2f1473baf7ed08a66f711c021f7785f1c43f12f2 3,150 1.00/1.00 vMB 117
632,561 632,561 0000000000000000000e438fa479973f22ecd4fe1c1043c798c101bb90485982 2,564 1.00/1.00 vMB 47
632,560 632,560 0000000000000000000f7453d9a55b3be4abf55b38531df4d3e3a55a2754f1de 1,590 1.00/1.00 vMB 14
632,559 632,559 000000000000000000087d08768c507d11be23790f00a66b0f167191d1f18a32 349 1.00/1.00 vMB 8
632,558 632,558 0000000000000000000baad233bec18b81605c39650048b1a165bc3d98f22b6e 2,049 1.00/1.00 vMB 52
632,557 632,557 000000000000000000034466c06353dce410e75e02dc07ea611352f09a211418 1,978 1.00/1.00 vMB 16
632,556 632,556 00000000000000000006b84fd02b000b75b8927eef55e2e153eda8d22b6129d1 2,687 1.00/1.00 vMB 19
632,555 632,555 00000000000000000003a8b587fb23942320edd8bc290c0e840348e54f7b165c 2,330 1.00/1.00 vMB 87
632,554 632,554 0000000000000000000898c72115ba7644bbaa83e6d5626d4c9ce56e7099626d 1,492 1.00/1.00 vMB 52
632,553 632,553 00000000000000000001f7d03c9bef8eaba4cb8f055a1bb10d568186ffe757af 1,968 1.00/1.00 vMB 59
632,552 632,552 000000000000000000090888b2a17017caa81e2e19a6b3ca9b81e813817a35b1 2,610 1.00/1.00 vMB 110
632,551 632,551 0000000000000000000099db87bd7be762e686baef7a33dfe1736eae892f58a6 2,228 1.00/1.00 vMB 22
632,550 632,550 00000000000000000009d1a0adf4656f57278f8da7010fb2015e7ca5f522e8e1 1,581 1.00/1.00 vMB 60
632,549 632,549 00000000000000000001bae1b2b73ec3fde475c1ed7fdd382c2c49860ec19920 2,204 1.00/1.00 vMB 97
632,548 632,548 000000000000000000052c5dcee8f3bacc159dc8467b2ba1681c0c495ebd3720 1,837 1.00/1.00 vMB 27
632,547 632,547 000000000000000000065acb3ff67ad4f7b6a1301fe47f3b56338e794be76e89 2,565 1.00/1.00 vMB 11
632,546 632,546 0000000000000000000c3b5767fc640e3a392877b17977c556b5e4b43040ae6a 2,375 1.00/1.00 vMB 66
632,545 632,545 00000000000000000006bdb842ed2e1078fc385092f73f217a54ed36e1a3880a 2,422 1.00/1.00 vMB 61
632,544 632,544 0000000000000000000cde9932d1d4f4b824cf47eb14eebc51009bffb440801e 1,808 1.00/1.00 vMB 43
632,543 632,543 0000000000000000000b5257e3421e3a659c775da63560a16b751b3f577c204f 2,662 1.00/1.00 vMB 84
632,542 632,542 00000000000000000006f97744fdc9b29cadcb6df0a8ac92cbc732304c96a455 2,760 1.00/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 782.67 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: 673.28 GB
    • Received: 16.42 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.