Loading Tool

Explorer IconExplorer

Memory Pool

64,999 transactions
19.14 vMB
0.05184486 BTC
Random Selection Loading Transactions
Max Size: 124.59/200 MB

Candidate Block

Mining Attempt e407111cd685ad5c4d0f187b5d568fb138632f36578d56c3bb8dd1e8ca5eeb80
Version 20000000
Previous Block 00000000000000000000c300deaf522131f71e3c3f3bfb91579918e2880c9d6b
Merkle Root b5a6eeb099534c7e82c8f66b395e2bac72c8ac345c0390a1d15045830015c05c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,936
Size: 1.00 vMB
Total Fees: 0.00835247 BTC
Feerates: 78.54 > 0.84 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,817 (813,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
102,050 102,050 00000000000044f486f807ffb17f73ceba7f224cbedaf31e2921889e800761b2 3 0.00/1.00 vMB 0
102,049 102,049 000000000002b07fe45a42b0127b0ec6119d7381616ff1d8a09ad14e339e8246 4 0.00/1.00 vMB 0
102,048 102,048 0000000000024046afcaa6380204c277de40f304823ee278a48a9e4e9933ca12 4 0.00/1.00 vMB 0
102,047 102,047 000000000000ff7b33062db418f29c3ed03e9de38f30cebff47d88508146de9e 5 0.00/1.00 vMB 0
102,046 102,046 0000000000039e93db1259f51b9a9bd47c8aba82f56717bae99ebb4900707fa4 3 0.00/1.00 vMB 0
102,045 102,045 000000000002dfae611adcd5d3013c19231b3defa33c67d5cf5c561ba13c4855 1 0.00/1.00 vMB 0
102,044 102,044 0000000000012b641bdb62a6dd377067b7382b55606620ba49bcb6538727a2fd 1 0.00/1.00 vMB 0
102,043 102,043 000000000002d60b959db8247a35c621b73945475a4741f98b546c0ae210bd4b 9 0.00/1.00 vMB 437
102,042 102,042 000000000003d642cc56e2f018ef1a41d652540c511897e9ed507d14aae212e9 6 0.00/1.00 vMB 0
102,041 102,041 000000000001e6bb029e9a94dcdcf99e86338811a71f60e134c926f9b9b08d67 2 0.00/1.00 vMB 2,053
102,040 102,040 000000000002b592c978e7e582e7b00531bb5d7f373d438a27404530a5956863 6 0.00/1.00 vMB 0
102,039 102,039 0000000000028e50363d61a6248daed55e1de337c89d89edfaac4aa3285f2570 5 0.00/1.00 vMB 0
102,038 102,038 000000000001a86b60a58de1a27e8a0b6af5c49081ab0188a77f6da72f07c96f 12 0.00/1.00 vMB 0
102,037 102,037 0000000000004ed51e3f7b48d5d5296c1cdee9f6d03db452921978d4b77c834d 11 0.00/1.00 vMB 0
102,036 102,036 000000000000ef1ec0fead50ebe22cea11658196e60f60f70509a9960066159e 19 0.01/1.00 vMB 0
102,035 102,035 0000000000032e908451e0c0544f0d10d1dde3fd2d582663523e5a0c2b011afb 1 0.00/1.00 vMB 0
102,034 102,034 0000000000008e9ec139837e1c44249da9036ce748fff329892e4bb0b7acd149 2 0.00/1.00 vMB 0
102,033 102,033 000000000001fe1de8295c0d111cc28b80aec31c8fc28a306393c115097da08a 1 0.00/1.00 vMB 0
102,032 102,032 0000000000008d0397e8d39cac4fc5b5d58baed6f7ca1e24c9300bb4f89d8d6e 1 0.00/1.00 vMB 0
102,031 102,031 000000000001b66d54722aae16e44285432ad1cf261994257f125c8aba11e23d 1 0.00/1.00 vMB 0
102,030 102,030 000000000001d70bed47b6afb65c9bc85fb6abc9c01632956485d6e669ddcefd 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.79 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: 786.60 GB
    • Received: 21.67 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.