Loading Tool

Explorer IconExplorer

Memory Pool

81,402 transactions
29.83 vMB
0.14145618 BTC
Random Selection Loading Transactions
Max Size: 180.81/200 MB

Candidate Block

Mining Attempt 6f1ced8b224a61f1694b5b37a580a5ba7e705504f72c3d2ad069042c1c4fa69f
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 037770f0d24dfed3a11fc3226a0bd9c5d43c2f63c4e44edd2c33ceb2c8406add
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,818
Size: 1.00 vMB
Total Fees: 0.07410906 BTC
Feerates: 101.65 > 7.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (13,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
901,158 901,158 000000000000000000007c5a9420d4b3e9152f5c496bcc8ae2a7acea3e6369e2 2,873 1.00/1.00 vMB 4
901,157 901,157 000000000000000000018f7bb13f684d04a44606eb1afcaef4585a2ea998ab21 5,742 1.00/1.00 vMB 6
901,156 901,156 00000000000000000000ce827f3f27464423d21a9e08751eccd2ec6a9e4bcadd 763 0.47/1.00 vMB 3
901,155 901,155 000000000000000000006cfccf2def23464a1dc5e83fcfeb68f2376052156d1b 852 0.16/1.00 vMB 1
901,154 901,154 000000000000000000001a597067977d14875ef2f8daafd03d3f5b66a28cd9e6 2,777 1.00/1.00 vMB 1
901,153 901,153 0000000000000000000023677bb36c976c71443b2a4e3ebd98a0125895806b76 2,189 1.00/1.00 vMB 4
901,152 901,152 00000000000000000000f144eba6af14dd6363fda3ac7ec48348edbf0cde0e3e 2,330 1.00/1.00 vMB 3
901,151 901,151 0000000000000000000108312d8ba9c66bf9c806b9c7bf2e923d282508941005 848 1.00/1.00 vMB 1
901,150 901,150 000000000000000000020d002bac8c7cd12b1c4c1606841a41a71cf4ce24cfc7 2,603 1.00/1.00 vMB 4
901,149 901,149 000000000000000000005c7bb3db56f4c0a1ecddc73213366da73fedf46493d5 1,661 1.00/1.00 vMB 1
901,148 901,148 000000000000000000019e570bd065856fbec57616c827934cd0277f816a90fd 1,539 1.00/1.00 vMB 1
901,147 901,147 00000000000000000001d41b78ec1c94053872fa3df5e64abd9f056700389679 1,970 1.00/1.00 vMB 2
901,146 901,146 000000000000000000011a6f445bebf0627e393b98533b2cc27846b7a0ca77c0 2,369 1.00/1.00 vMB 1
901,145 901,145 00000000000000000001dd35652089bef78b449a7bc147e6c439de425c448738 1,638 1.00/1.00 vMB 3
901,144 901,144 000000000000000000009946280d653c4abbc67980692ac3268882ddb7668946 2,676 1.00/1.00 vMB 5
901,143 901,143 000000000000000000022f77c721fb3894edfd20bda2ca61967a76202b9041b6 1,081 1.00/1.00 vMB 2
901,142 901,142 00000000000000000001deb65eb9e453e9551b458ce9b2f5faeb2595d4bda998 2,024 1.00/1.00 vMB 4
901,141 901,141 00000000000000000001ac18b0943b6f5c9f36a5d7ebeafb7f7290df3f5d302c 2,389 1.00/1.00 vMB 3
901,140 901,140 000000000000000000009168ca461a5abf20fa5d54cf816fcc98f8b6d1f980e6 1,398 1.00/1.00 vMB 3
901,139 901,139 00000000000000000000a89af33d32d6f8e2752e09e955a57df93aa2a1de5957 3,619 1.00/1.00 vMB 6
901,138 901,138 00000000000000000001aa49163a940a269fba6837cf6d708da900d7fcf31201 144 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.