Loading Tool

Explorer IconExplorer

Memory Pool

78,385 transactions
29.38 vMB
0.06605701 BTC
Random Selection Loading Transactions
Max Size: 176.59/200 MB

Candidate Block

Mining Attempt a7bf51d6692057b853f0e27bb211f74e81f910cee1dfce3984bbd8f88ae2ab6b
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root af51af4531ed5709d5a0cfc8ddc41a509f05edc939c78b5f696b213b94d580f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,293
Size: 1.00 vMB
Total Fees: 0.00648092 BTC
Feerates: 50.25 > 0.65 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (261,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,586 653,586 00000000000000000009700ef7b541c2447682687282ca864324770441b0d3c4 2,696 1.00/1.00 vMB 75
653,585 653,585 0000000000000000000ab71d362c791f9a3c5570619dd150c75297c9624f6e7d 2,917 1.00/1.00 vMB 65
653,584 653,584 00000000000000000008605cbb2ecf818dd7af07f5f3b02b762cba440ac2e799 3,216 1.00/1.00 vMB 65
653,583 653,583 0000000000000000000d6fc53d00ad7fd84387eefc8082d8ccc45e796cb202e3 1,973 1.00/1.00 vMB 76
653,582 653,582 0000000000000000000adc408dcf5ecf1b69be9edd7896a4d2e6337b1df6c27a 2,818 1.00/1.00 vMB 79
653,581 653,581 0000000000000000000473080337c048be8408a16eab9e22cf162a3b41ddbb18 2,703 1.00/1.00 vMB 91
653,580 653,580 0000000000000000000b3c312ff1a5f4f0574d5a0644cf28e7af98d0f03a3a92 2,811 1.00/1.00 vMB 67
653,579 653,579 00000000000000000002093579a9583abd287d9b8ba93fa3e44978c6f69303d6 2,431 1.00/1.00 vMB 83
653,578 653,578 0000000000000000000cb0d182b986f822d95dc2f42778293d99e13e4b5ff0ab 2,565 1.00/1.00 vMB 72
653,577 653,577 000000000000000000034515edc021e5af7615f2b55fc37fc7d839071665791b 2,732 1.00/1.00 vMB 87
653,576 653,576 0000000000000000000b761aa29cf6656cdfac76b0b718b7bb3cdf12a8de5511 2,773 1.00/1.00 vMB 82
653,575 653,575 0000000000000000000789376deab5dad27c486d6cfd926a935704c15671285b 2,915 1.00/1.00 vMB 110
653,574 653,574 0000000000000000000a0218197975e477b926d5a0a6054c1a59cc503c9efecf 2,877 1.00/1.00 vMB 66
653,573 653,573 00000000000000000002a4d80dad68cc8b1306604b1159a20f2a4581c151a99a 2,520 1.00/1.00 vMB 80
653,572 653,572 00000000000000000008200c664ad5cab406a9d070ae976907ce2ff8e704e8a3 2,004 1.00/1.00 vMB 60
653,571 653,571 0000000000000000000ae6f88208ecf78a52f9eda623dffe421a4a21c26263e2 1,903 1.00/1.00 vMB 72
653,570 653,570 0000000000000000000b81c85fe66c8c6d5ade432342a2f70c1bbd7addf45b0c 2,582 1.00/1.00 vMB 59
653,569 653,569 0000000000000000000d6cc46bcfdcde437a88e02663984b58536f42ce7f1039 3,185 1.00/1.00 vMB 54
653,568 653,568 000000000000000000003c4dd88045d11135e4ab94fb1b106f798c447ba22be0 2,899 1.00/1.00 vMB 57
653,567 653,567 00000000000000000006c449ea121a0c270f7ea17081c6fddf37561f86e052dd 3,047 1.00/1.00 vMB 68
653,566 653,566 0000000000000000000c22855a72ac9976eaa70d3009dd474d8304cf64e0d4ce 2,878 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.