Loading Tool

Explorer IconExplorer

Memory Pool

42,310 transactions
21.17 vMB
0.09887561 BTC
Random Selection Loading Transactions
Max Size: 116.33/200 MB

Candidate Block

Mining Attempt 64f8aa778982019f685334337907fbe47188a83c2e078db60fea422b41b01169
Version 20000000
Previous Block 00000000000000000001058c46ce909af454ed1b2cc51e1dd71a5c347cc5ae71
Merkle Root 0dfbfacf0d61b086200ac67fb91b54a102ce93243cbec700d5396f3f46eea342
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,638
Size: 1.00 vMB
Total Fees: 0.04338037 BTC
Feerates: 506.86 > 4.35 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,916 (760,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
152,955 152,955 000000000000093d7b3bb1ff03e188a78c0b3bd34667d8731b00e34f7ce7bd7d 24 0.01/1.00 vMB 282
152,954 152,954 0000000000000971f56def0377b99f431f2a4650f1cdb7a06efd29e5065fe560 23 0.01/1.00 vMB 107
152,953 152,953 000000000000073c25d6af351ab9a9d0d5fa186f617f69c0ab741c84888b132f 16 0.00/1.00 vMB 0
152,952 152,952 000000000000099206fa25da5a2b351ce4d34640d78e81c90e98fad38d5b172a 9 0.00/1.00 vMB 44
152,951 152,951 0000000000000961967e284fb33abde28900cdd24f9f24eb7fe6b3fc9283e2da 41 0.03/1.00 vMB 47
152,950 152,950 0000000000000daa4bd378364fa10c78dfd7b0c0ba40459bddf0706a62d7d17e 100 0.03/1.00 vMB 119
152,949 152,949 000000000000062e46c6fbf8bcbc8619872e527c4439f899d9498a7d86b2b6d9 6 0.00/1.00 vMB 162
152,948 152,948 00000000000007fb80f33747c386eada87e94aa03e302c17af21ba18f3e42819 10 0.00/1.00 vMB 97
152,947 152,947 00000000000004a16aa7201675333130c00c1cc69ee4ca613603a5628b2f2d31 118 0.04/1.00 vMB 45
152,946 152,946 0000000000000d3503b038306abb963560ed2f73baf6064d2b74d438a38763df 86 0.03/1.00 vMB 98
152,945 152,945 0000000000000c8b1e594197abbde3b550368efb15d1bf2bca5d2985a0cceb46 6 0.00/1.00 vMB 32
152,944 152,944 0000000000000989b81778902336e760ec9ac67eef8734dd2db9d249d27717e0 5 0.00/1.00 vMB 29
152,943 152,943 0000000000000d3060411fdf9e7f83a51bdbf96644d5e5c775c19432a96c78c4 16 0.01/1.00 vMB 194
152,942 152,942 00000000000003c85bb17804cd2d6a7f652fd7e1d7aaf7466b03bf73e4dbf27c 5 0.00/1.00 vMB 33
152,941 152,941 000000000000082209c7e576074d1a2e898e9c5ac7748515e715dd6de5694f72 22 0.01/1.00 vMB 0
152,940 152,940 0000000000000aca82ea71c8eb1a7ccad95358566d9b678b28d4d8e4151d31c7 12 0.00/1.00 vMB 0
152,939 152,939 0000000000000ab7b301fd3dd2569e27b4699e49db630bf3af8de4fa7d6543b4 17 0.00/1.00 vMB 277
152,938 152,938 00000000000002ff9cc6891d0fef191d6c45eea9f70f0bc3f1407613fd544c55 20 0.01/1.00 vMB 187
152,937 152,937 00000000000000ef06e4412b2e8639919d640dba3b919a660808813ceea1bf4e 54 0.02/1.00 vMB 17
152,936 152,936 0000000000000bb2d20a6e4219a6e631082ac53942657dc189fa9b7f76eaf4af 10 0.00/1.00 vMB 536
152,935 152,935 0000000000000cdb92b03b2630a994e310e623b09a5a8c2c1b741f1daee0c5aa 44 0.04/1.00 vMB 408
Previous 10 blocks ↓
Total Size: 780.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 527.87 GB
    • Received: 5.57 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.