Loading Tool

Explorer IconExplorer

Memory Pool

35,990 transactions
26.00 vMB
0.06605291 BTC
Random Selection Loading Transactions
Max Size: 132.99/200 MB

Candidate Block

Mining Attempt f598e6cf823d4f60511c559e7ad5868abdc6d814f9d8083b9478cec00c01d9c9
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root 955a26c8f64d26cec0b246d14a420a7fa8330761e185a128049255000673f853
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,992
Size: 1.00 vMB
Total Fees: 0.01805044 BTC
Feerates: 201.13 > 1.81 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (235,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
678,917 678,917 0000000000000000000b5683abc1f4ed93d07c94ce23c91d830e4a82f7656674 2,555 1.00/1.00 vMB 77
678,916 678,916 000000000000000000021d052f600b16eda8e10e19c8ef1def36b218e0971f56 2,165 1.00/1.00 vMB 51
678,915 678,915 000000000000000000044cbb6cd6d7b611e0c9886b6fc1c17621023513cb971e 1,618 1.00/1.00 vMB 58
678,914 678,914 00000000000000000006aabff10a55703ef444139bc381aaa2c17511d9d5071d 1,158 1.00/1.00 vMB 74
678,913 678,913 00000000000000000002b84dea3e2e786131e0b52fe6c3fd890ee1234f9145e3 2,378 1.00/1.00 vMB 77
678,912 678,912 0000000000000000000377ecae66f0d507db7582625ee791ecdded13bdb24abc 2,546 1.00/1.00 vMB 71
678,911 678,911 00000000000000000003112e8342bf98f975fa40405aabc1609b95d79b86aab4 3,097 1.00/1.00 vMB 111
678,910 678,910 00000000000000000008344e52d39ef90d8c51bdd5fb6292488249502b75e897 2,770 1.00/1.00 vMB 69
678,909 678,909 00000000000000000007ad307f7fc7e28ff3a0d263bce3a0ea3e4643e4f5206a 3,134 1.00/1.00 vMB 70
678,908 678,908 00000000000000000002207a79f33fa2e767d77a99ee9e45cb0a5c955170d560 2,729 1.00/1.00 vMB 85
678,907 678,907 0000000000000000000c0dcc05945747c7698d3d9294445f94e43e9eb4d01eb5 2,403 1.00/1.00 vMB 48
678,906 678,906 000000000000000000064d5967c9aa99b5f0a21b05f090fc5bd62677a5abc2a9 1,114 1.00/1.00 vMB 69
678,905 678,905 00000000000000000009a5a84fbe2b7964b32b9e2835e2a84329ca19396cf328 3,012 1.00/1.00 vMB 94
678,904 678,904 00000000000000000003e85ee9383fa2eb64f9959032bc778f62913d48c08f0c 2,441 1.00/1.00 vMB 59
678,903 678,903 00000000000000000007c865cfee3bf1aad902470229940d05ebd916fbf7de3d 2,471 1.00/1.00 vMB 46
678,902 678,902 0000000000000000000a9b256ac13883dbc0a1e0c39ab669807ffd898e093661 2,743 1.00/1.00 vMB 69
678,901 678,901 00000000000000000009a9b568957c8d652d2ff2a02f36e131ac3dbce0c7fffb 2,290 1.00/1.00 vMB 94
678,900 678,900 000000000000000000029961fe011c9c56e218f5fbaa9c8c7313ff451cfc52d9 1,818 1.00/1.00 vMB 65
678,899 678,899 0000000000000000000b4615787c1a69846db1f5ebad338f15c63ca4939af262 2,638 1.00/1.00 vMB 110
678,898 678,898 0000000000000000000581bfba82796401525e67b397041bd8fbd3cd936efbd4 2,246 1.00/1.00 vMB 56
678,897 678,897 0000000000000000000a01d587b1256c910223a6fe29ffb8f70c463d2e0acdaf 2,068 1.00/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 781.82 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: 636.21 GB
    • Received: 12.35 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.