Loading Tool

Explorer IconExplorer

Memory Pool

17,599 transactions
8.08 vMB
0.03505232 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.20/200 MB

Candidate Block

Mining Attempt 6320989011b01d4fcdc506a3e58874769d068bd57d089c09d4e8b2f7cdc16b9c
Version 20000000
Previous Block 00000000000000000000a45db616fc5e02bd7b3acac1b70a222f1658457231ae
Merkle Root 165c708d890e985bf0d582c4ca3892a330bcda7119e0bdb6d65e03d897d9ee9f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,738
Size: 1.00 vMB
Total Fees: 0.01809409 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,412 (752,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
160,931 160,931 00000000000004d405c2ddad99cfe211d8fc9cb1467ab67e5f963ee861a284b8 69 0.03 vMB 259
160,930 160,930 000000000000040f04e35c22769efcabe05e8d27960446881378ab069d7c2de5 40 0.02 vMB 111
160,929 160,929 0000000000000aa7282c7353bad60e950a41890a5e587c68b32f0a0a0f15d187 87 0.05 vMB 186
160,928 160,928 000000000000047c0e62f9c1d0a71b19de722c2798f508d0e2ac5bd541503507 50 0.05 vMB 335
160,927 160,927 00000000000003f2de17e93e0cc142e39b87536e2080f33f3f8cfca8cedf5e41 89 0.03 vMB 58
160,926 160,926 0000000000000d8959836ee2ce12974178b6dc0b88d448ee8e14d08d8fe45b44 154 0.05 vMB 13
160,925 160,925 00000000000009bbd39cee779ddd67113fbee1b41562ecf28893213b0655dc09 12 0.00 vMB 0
160,924 160,924 0000000000000dc7793c2bd4e90c2a9ff8867db718476a9aa72643a27fc97524 24 0.01 vMB 17
160,923 160,923 0000000000000c5ae91160e09ad045dfb1b040b7ea7cfc34b602b11bc2d1541f 79 0.04 vMB 156
160,922 160,922 0000000000000e678b985db76ce5f5586bbd45afb1ad3ef571a37a097462d759 103 0.04 vMB 77
160,921 160,921 00000000000008b730db48436e1652a49e26c25fabd6954fcfd699ccc0c17c5c 36 0.05 vMB 680
160,920 160,920 00000000000007042722a6fd4501f1031a3aa6cf2f9f562e477df8705f1f2611 56 0.03 vMB 61
160,919 160,919 0000000000000041249aded0c535488c22f9ec236157c8e2f59bff27a5377b57 1 0.00 vMB 0
160,918 160,918 00000000000004add5814c5168795a3036a06d14ed7d5ca121ffaab3135b278c 158 0.05 vMB 30
160,917 160,917 00000000000007a59014ec83746aecd2891f881ea2b05d3d0a96f89bf035f4e3 8 0.00 vMB 323
160,916 160,916 0000000000000801813e677bdf8c3ab423c9465957adb84398f961cfa75dfb92 32 0.01 vMB 6
160,915 160,915 00000000000005f85bf47be534727b5200bcda464ca8f01f58a220a58ef47b34 52 0.03 vMB 271
160,914 160,914 00000000000003a3d1ef91510783d88d560195602da6cdb1c7729dffa271d469 35 0.01 vMB 14
160,913 160,913 00000000000000b909fa398c571eef93f09ee2c62014b44ed1d70e5cba440cf4 48 0.02 vMB 109
160,912 160,912 00000000000008caa94a9ebdc3951ea9aadfd8412baabc2cdf409dd4f5235760 75 0.03 vMB 102
160,911 160,911 0000000000000741725794b71128ade827dcd65e6e3be5eafbc6747b1de8c8fc 20 0.01 vMB 178
Previous 10 blocks ↓
Total Size: 779.58 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: 285.95 GB
    • Received: 1.15 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.