Loading Tool

Explorer IconExplorer

Memory Pool

88,349 transactions
32.32 vMB
0.17305143 BTC
Random Selection Loading Transactions
Max Size: 195.75/200 MB

Candidate Block

Mining Attempt 313cfd7b6c902b7c1149ec2729bab0a9f83fed02191d829bc2f305d797a7e2f1
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root 90ae7b9b1bca81c32c1037870264ccf766e77a621a873f0da41f2bae97146b9d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,745
Size: 1.00 vMB
Total Fees: 0.08411048 BTC
Feerates: 216.64 > 8.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (499,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,951 415,951 0000000000000000053a56f914a9eca00555e5fc8b9ce24d65d3cec77844b26a 2,023 1.00/1.00 vMB 37
415,950 415,950 0000000000000000044ae2991f36875f233df76cfc695d30bd75cdb137cb8c08 2,147 0.99/1.00 vMB 72
415,949 415,949 0000000000000000005da51b0de142d23ba4a4343fde2ed2df70d9e33e814ecb 1,494 1.00/1.00 vMB 29
415,948 415,948 00000000000000000239885caa0ec330acd8958c1edf13676a66fb2024a85ea8 2,261 1.00/1.00 vMB 54
415,947 415,947 00000000000000000307e7945f34aa02f82f92e4962c8aa247f4d305efd1c86d 2,032 1.00/1.00 vMB 48
415,946 415,946 000000000000000004c27f9e4b77f9082fcbc3b3530e64f928aea9f3da951bcc 2,240 1.00/1.00 vMB 40
415,945 415,945 000000000000000004c839a46de442bd0e07c1ca906c42ea77550da0fa454c98 3,222 1.00/1.00 vMB 92
415,944 415,944 0000000000000000051dc8f7cb82a24fc05daed91946518327a3d019ae87c6ef 1,818 1.00/1.00 vMB 45
415,943 415,943 000000000000000003e133e78dc3ae5771f842f22087e1b7703cf632fd6791e0 1,112 1.00/1.00 vMB 37
415,942 415,942 000000000000000003a675c1222a3176c7fe26b24798d911d66174605acb8fd9 2,106 1.00/1.00 vMB 54
415,941 415,941 000000000000000001520272f5a766e4f4c9c07ff993fcd322e9be00c2a8cd3b 1,292 1.00/1.00 vMB 40
415,940 415,940 000000000000000002518d13fd5afafba21e8d0a5d99412fcf6e4e250713ad17 2,623 1.00/1.00 vMB 70
415,939 415,939 0000000000000000018f8bf5099c320ac94f1ca4b3f22032183eb93bec47991f 1,964 1.00/1.00 vMB 46
415,938 415,938 0000000000000000034e4ba4b8f4c0856457605fa24b058aac610c9d998a5887 425 0.34/1.00 vMB 28
415,937 415,937 000000000000000005179b523f18ce0fe5e14beae3758c786bb6ede29e29f591 2,278 1.00/1.00 vMB 54
415,936 415,936 0000000000000000049103b497a4b24866d1aa9cbe4558de2d2893145c5bbc6c 1,195 0.99/1.00 vMB 26
415,935 415,935 0000000000000000008d1a969157721115f8f774c129032c6bb8891a0d3a253a 2,459 1.00/1.00 vMB 60
415,934 415,934 0000000000000000009a62812e32efe674a5ac3a3a88772116428b83b36fe86b 1,843 1.00/1.00 vMB 51
415,933 415,933 00000000000000000253de95825d8a7b2bb2f34d43c0df2a37deb00b70fdef41 1,927 1.00/1.00 vMB 47
415,932 415,932 0000000000000000039ca0c029e93d4597395b4f6869d6e42e66d386b12b3334 759 0.92/1.00 vMB 19
415,931 415,931 000000000000000002142c7e6a74a64fcf3d5bf9ef94a36c405ad27df5705db2 1,357 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.52 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: 668.93 GB
    • Received: 15.65 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.