Loading Tool

Explorer IconExplorer

Memory Pool

76,786 transactions
22.04 vMB
0.09298764 BTC
Random Selection Loading Transactions
Max Size: 142.86/200 MB

Candidate Block

Mining Attempt 3f44c7e7d1ccd241131419588b5778c7e7f8c3fa5de05a4e01587e73632ec0a1
Version 20000000
Previous Block 000000000000000000011aa78267dc4c6434aa373f807c91b066a761e26e676d
Merkle Root 41ceb0e96f9aed18201e88f95227e5e9a73561b4497c2e0ff1746929fe9105bf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,291
Size: 1.00 vMB
Total Fees: 0.03206303 BTC
Feerates: 113.17 > 3.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,978 (862,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
53,542 53,542 00000000141c9670c81db3b6591eb0baa988462674e4bd627d36bd80bb8ebc41 1 0.00/1.00 vMB 0
53,541 53,541 00000000001a1b4ce12ab573277c0d10d5848ce762150a46953d4e09a26c2e1e 1 0.00/1.00 vMB 0
53,540 53,540 000000000eaa1b3f0ba912d76bc636cd4bf0c2aee0c98ea26f6c11c0fdad39d7 1 0.00/1.00 vMB 0
53,539 53,539 00000000072615f09b105a908815047df24d98147ecf7fb12c7929aa7ff9e69a 1 0.00/1.00 vMB 0
53,538 53,538 000000001083c388eae1bd1c7b4527c418651f075598710ce43100ab93e30307 2 0.00/1.00 vMB 0
53,537 53,537 000000000785d7ac94b74317d79113c77056d2649e7c68604cec8be4a150d689 1 0.00/1.00 vMB 0
53,536 53,536 000000001265af0a2e4a17ba121939bc963b99579db52b3c1158b1b9a4fc6775 1 0.00/1.00 vMB 0
53,535 53,535 00000000050f936abb7797fff4a50a149647b377930a41defa47948428b3dfaf 2 0.00/1.00 vMB 0
53,534 53,534 000000000a675486922cbe02b695de51c719b869d4e19b78593e7b33354bffcf 1 0.00/1.00 vMB 0
53,533 53,533 0000000004c6f10b7c0f1ed785d300d40171e07e5b1f2685d253ed53d8de80dc 1 0.00/1.00 vMB 0
53,532 53,532 000000001527699d8e0bce7d48e087328e3c20b80378396f1bcc168dae19393a 2 0.00/1.00 vMB 0
53,531 53,531 00000000083104897fba442289029ecba4d3e1ffa82c12d958be7dc247bc561b 1 0.00/1.00 vMB 0
53,530 53,530 000000000a9c177cc5faa12d0d9a7ed848bb6b00c6ffa92fcd2fb5741e52c551 2 0.00/1.00 vMB 0
53,529 53,529 0000000008188d25ab3e3df734e02d6687c9b7aa4552f010cd4542065b1dfa20 3 0.00/1.00 vMB 0
53,528 53,528 00000000104eef42694bf9ce4d2a24181214369fb991cbda82b98a08f51f1efa 1 0.00/1.00 vMB 0
53,527 53,527 00000000135b1302a1f2878ef631a0ac58ca9c303e7ff529c46aa688ce60d9df 2 0.00/1.00 vMB 0
53,526 53,526 00000000157142c11a05006a761875ebc0a0f40dd79df4333c56fa40c7b2ac3b 1 0.00/1.00 vMB 0
53,525 53,525 000000000a2cfbfd20e50ef736114015812ed26dede79e1b8dda94267bdd0810 1 0.00/1.00 vMB 0
53,524 53,524 0000000003563101e607391e7e0886356f6d335d6bcb80969de113809b1f27cb 1 0.00/1.00 vMB 0
53,523 53,523 00000000072930f088841b9621ae80cdeee26b1b8c8c02df375048f9d4baf894 2 0.00/1.00 vMB 0
53,522 53,522 0000000000a8992f487d468911f8cee24170fac43d60941892e16111b6d291ad 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.09 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: 806.81 GB
    • Received: 23.07 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.