Loading Tool

Explorer IconExplorer

Memory Pool

33,905 transactions
25.33 vMB
0.06695952 BTC
Random Selection Loading Transactions
Max Size: 128.65/200 MB

Candidate Block

Mining Attempt b68f11cd092297f0c1b0aa31bc578d3d24d024a88727ec0328496702c7ccdcf2
Version 20000000
Previous Block 000000000000000000018a7c9c67def46f0c877c4aaa1e2e54a892d9cd10acb4
Merkle Root 6eef137a1b8453a543b403a3827a48cab425b2ec5f1682a65596fdce19addd5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,271
Size: 1.00 vMB
Total Fees: 0.02116378 BTC
Feerates: 151.12 > 2.12 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,690 (314,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,757 599,757 00000000000000000014df74eb9a4c029a05e62ae70361feff031617888a9d1d 2,181 1.00/1.00 vMB 34
599,756 599,756 00000000000000000012140f75fc7169d08cb38bc4fa2e5c71977a27ead8cb7c 3,214 1.00/1.00 vMB 16
599,755 599,755 0000000000000000000a7779ae9cefc8169dc5924ee73d89e94ebd306d841ca1 2,921 1.00/1.00 vMB 22
599,754 599,754 0000000000000000000bb9335d7d67a61b79b45a5745f7664c77084c4279c320 2,865 1.00/1.00 vMB 32
599,753 599,753 000000000000000000131877cd7fbc70e89eb7259c22f7208a1d1ceff87acc54 2,398 1.00/1.00 vMB 27
599,752 599,752 0000000000000000000cac62f17e9631335c343f3c89dfc51370ce445b082725 2,988 1.00/1.00 vMB 12
599,751 599,751 000000000000000000146fe16d38aa335bd64170787040f3620556f134d7832d 2,919 1.00/1.00 vMB 12
599,750 599,750 0000000000000000000cf928d7abaed268aeb7a89e198a0410f87b069a343395 3,137 1.00/1.00 vMB 31
599,749 599,749 0000000000000000000ba91a72f9f3d513760bdeb7a22dab19ef3ec83d0d9744 2,889 1.00/1.00 vMB 18
599,748 599,748 00000000000000000003954116825ce743862cddf57aa61e52e53f0f67a5998b 2,787 1.00/1.00 vMB 12
599,747 599,747 0000000000000000000a7ed921e1fef61bc4eca00179c7c2902cca70058dafdd 2,462 1.00/1.00 vMB 12
599,746 599,746 000000000000000000139941e3363bdba9590512758e5ef03a579e1246594ef9 2,778 1.00/1.00 vMB 15
599,745 599,745 0000000000000000000efaf367f8f9ebc7a1f74d07226838b01dfcb39e82b49a 2,503 1.00/1.00 vMB 39
599,744 599,744 000000000000000000117bfbed7c39a3dd6e1a8c0dc1a913dc102ec0ee609adf 2,826 1.00/1.00 vMB 39
599,743 599,743 00000000000000000004e97aa39486d9f4b664a4803abea34b7f3538b2ddcad3 2,334 1.00/1.00 vMB 21
599,742 599,742 000000000000000000153ac9d05b11e938a7b240f15422b388032359e30f0ad6 1,767 0.70/1.00 vMB 15
599,741 599,741 000000000000000000071512f137999be6af38ff2d3eedafa2d5d79f139342b7 1,155 0.40/1.00 vMB 10
599,740 599,740 0000000000000000000fb39e8dc42c8106b11abe749015f9b5f5d8cdb3c3edae 2,518 1.00/1.00 vMB 19
599,739 599,739 0000000000000000000f28843e4e65af701cd9b6b2017b36321858aba5c62a98 1,635 0.64/1.00 vMB 16
599,738 599,738 000000000000000000014cd4cb6a2222120eb85bd003bb1da5a7c638d34b90fa 831 0.34/1.00 vMB 33
599,737 599,737 0000000000000000000d2cb5e151af949fcf19185406a277e8ff860637873268 1,146 0.42/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.84 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: 637.61 GB
    • Received: 12.43 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.