Loading Tool

Explorer IconExplorer

Memory Pool

22,780 transactions
9.81 vMB
0.07326586 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.35/200 MB

Candidate Block

Mining Attempt 7d608200589545821cd4f117cbad162256880651aceec7f5cea721b481149306
Version 20000000
Previous Block 000000000000000000008d04065d89b6af56d4a51721394abcf1d222900704dd
Merkle Root 6b77c986edba8b965aab617b606e2567b6df9321ce7406f7357b002a490df521
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,322
Size: 1.00 vMB
Total Fees: 0.04650244 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,404 (716,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,683 196,683 00000000000004bca6c314031d0bd575f602b5e95000222aa9c8173604185bf0 204 0.13 vMB 97
196,682 196,682 000000000000007f8cab0e202bba7f42798642b3ddbec02b4c998eda1012e775 529 0.21 vMB 148
196,681 196,681 0000000000000266534e6bde752b335965583db95288eb203502f54ec5c5c8c9 13 0.00 vMB 31
196,680 196,680 000000000000063000b29e48844b6ce4608c657a6b1ded3363607ad734469277 186 0.06 vMB 127
196,679 196,679 000000000000058d8c71656f205cf0e65093d266eae41aff8e98dcd6c3c51cf8 512 0.22 vMB 163
196,678 196,678 0000000000000425fccab57672d7a07435aa37f0bc92ad845e79b79f01d3fb31 32 0.01 vMB 1
196,677 196,677 0000000000000156ee1dd0d93fada6e522650dc6ef31715a50bc7b0e6d5c4e6c 32 0.01 vMB 0
196,676 196,676 000000000000040806ca09a36c103695e90c909eb0f27345dccfcd82e0d591a9 1,024 0.30 vMB 11
196,675 196,675 000000000000038e69bece8033bb0aa39c259afbd6aaca57d02d0f5ddca39c6a 513 0.20 vMB 170
196,674 196,674 000000000000027ac91b7132e94191e8040b511e6b271482a596f1c23c047cfd 110 0.05 vMB 111
196,673 196,673 0000000000000591daae98bd2b3cf2b4442f98c12348a0c82338b33960221dea 376 0.19 vMB 175
196,672 196,672 00000000000003b5a3129cd06e8bb1299e7d45ec778993a74aec3d53e8dd8a9d 276 0.11 vMB 158
196,671 196,671 00000000000006b683f559689da5a160aeefa721af96b0559667422e20fd649a 81 0.03 vMB 339
196,670 196,670 0000000000000492dfdefe6e86adce2a277b63fd7e362cc933351c9622ea2893 124 0.06 vMB 370
196,669 196,669 000000000000048e29ff1825143900f74029f0918ec2a608233d0e3dc8bdfcc0 64 0.02 vMB 157
196,668 196,668 0000000000000202dcc46ee7b1c7fa78d7badae1e98a5040dfc29932eaa94cf6 114 0.03 vMB 23
196,667 196,667 000000000000013428ebfd11f7c331ea3328f9962e593c85f34b3daea8179732 32 0.02 vMB 146
196,666 196,666 0000000000000158fe5cada303e26bc24c3667dca9a475cdc61f0e3478c18042 105 0.04 vMB 127
196,665 196,665 000000000000026c6b4276793b1935e62a425b6f919af7555e1ea4f6bcfbb6f4 12 0.00 vMB 51
196,664 196,664 00000000000000676e701d6a64590255978621af2895d7e892b71690ebf77120 512 0.17 vMB 62
196,663 196,663 00000000000005e5fcee37167674f4549050651425b8aa63b96eb95ad02fb30e 64 0.03 vMB 106
Previous 10 blocks ↓
Total Size: 779.57 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: 276.73 GB
    • Received: 1.08 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.