Loading Tool

Explorer IconExplorer

Memory Pool

23,027 transactions
11.40 vMB
0.02538217 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.29/200 MB

Candidate Block

Mining Attempt 43b74465a9062706d76eb6a223450753d7a67ab384a3629174429c6974847fca
Version 20000000
Previous Block 00000000000000000000439e003c737af546768164335c5d7eb65d4636be6f69
Merkle Root 1dfc212388d2d8b82512353b3e9ac64c0f247262160c2feeb8ee1b970c7d62d5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,343
Size: 0.9979575 1.00 vMB
Total Fees: 0.00671797 BTC
Feerates: 100.84 > 0.67 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,764 (820,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
92,878 92,878 000000000008f1c3ea64d95f3f89cf26b6286df7567940284a18178d9531573a 1 0.00/1.00 vMB 0
92,877 92,877 0000000000055f53a23a6a1f200d9d42af24a24643643aaaa014e6a74f51023e 7 0.00/1.00 vMB 0
92,876 92,876 000000000004167ed0150090496774f1d31d59bbf1770e00b6b84187e0e7e53c 1 0.00/1.00 vMB 0
92,875 92,875 0000000000059168ddab7d4c00ffeda64f7b0dddbec456dbd7664461a7e3bc81 76 0.02/1.00 vMB 0
92,874 92,874 000000000006091bf31869337305f5fba3012a17685ea405c349faaf86a15560 5 0.00/1.00 vMB 0
92,873 92,873 00000000000920e220a09f1c559eb7210433c6df66c03db5ad1fef798c79633b 4 0.00/1.00 vMB 0
92,872 92,872 0000000000012071edc7e0d9a172781b8975e889cbe38b62842c406257807602 25 0.01/1.00 vMB 0
92,871 92,871 00000000000586b17b8080dc1e0209e6837078075189bd605aa1b30fcdde3a54 7 0.00/1.00 vMB 0
92,870 92,870 0000000000069788d716bfe9a4c80bf0eab9c111a659deb48489da373fb6d94c 76 0.02/1.00 vMB 0
92,869 92,869 0000000000069422e20d5baaae236ad3d0932b8787e36dac301a5675ff7a3ec2 1 0.00/1.00 vMB 0
92,868 92,868 000000000003e28be862a33634a5d5f7586c8baf6650506fee9a532dbbd82c28 39 0.01/1.00 vMB 0
92,867 92,867 000000000000bc93b8828df9f2e7c188ba1187928c39e3957ba337ffffca8a85 60 0.01/1.00 vMB 0
92,866 92,866 000000000006a3b8e5de279ebd881316cefbaa0610d2e54a5110cce4cde14297 4 0.00/1.00 vMB 0
92,865 92,865 000000000007cffeea8929ea36db5b67ba7e75c9a1cd96e13982e974048756a1 4 0.00/1.00 vMB 0
92,864 92,864 00000000000283f6b64d353446307f998af1cbffe1800115e257d5d20e983965 29 0.01/1.00 vMB 0
92,863 92,863 000000000004eef537019eae008876fa78156c3dc6067fa8423f93874f174a5b 40 0.01/1.00 vMB 0
92,862 92,862 000000000004b921fd88ef083cae033e522419a46d58ae4a10f219c3ad56f52f 43 0.01/1.00 vMB 0
92,861 92,861 000000000007add0a298ab87a16355c22f1f7508087aee69763d00b488b0f623 8 0.00/1.00 vMB 0
92,860 92,860 00000000000924aa7b44bf89e76015031df0142679244a22de5109017c2bf4f5 8 0.00/1.00 vMB 0
92,859 92,859 000000000000e8eee0e54515f8a86dfe0226964c5f0041723281d0471afe6eea 50 0.01/1.00 vMB 0
92,858 92,858 000000000002c88367643ad604597b12e00b020c2c96e68a50afef243b38a303 26 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.21 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: 505.81 GB
    • Received: 4.05 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.