Loading Tool

Explorer IconExplorer

Memory Pool

19,159 transactions
3.82 vMB
0.02420523 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 30.13/200 MB

Candidate Block

Mining Attempt c6a828eb2ee7e6a1546b944540ce5b7c00f83d0d0422cfd15970f30da0ded7d2
Version 20000000
Previous Block 000000000000000000009769429246c67b4aad65947a539986ce93ac183a6692
Merkle Root 8e3a0fe8cb6e4377ff640d983ccfdd2deae500b10ce986f8b20c49a3c3dfa135
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,341
Size: 0.39 vMB
Total Fees: 0.01521662 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,883 (812,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,883 100,883 000000000003e36a84bd95e5d17d9cb6e326c760e59112692b096530e47a596d 0.00 MB 3 0
100,882 100,882 0000000000002a24762748ab50f7459db31382b19f8da7673721902422d20f0f 0.00 MB 1 0
100,881 100,881 000000000003cd3e0d0c45142c54338202fa67c9f1b375354d5170a52b94173a 0.00 MB 8 0
100,880 100,880 00000000000309ac4d29574a4970934805c2e6791d03a8b96b0a89a0a38a90e3 0.00 MB 3 0
100,879 100,879 00000000000312e66736ac84799b9ccdaf55ee0c5b8b69ba22303def88cd8f41 0.00 MB 2 0
100,878 100,878 000000000002c45f2438e83bc9f586437b1ae452878bf65a52a342e257674bb3 0.00 MB 1 0
100,877 100,877 0000000000016bb43f438df2772985d9e93c7dc84d6f47d2318f8bc5cb759e57 0.00 MB 1 0
100,876 100,876 000000000003fd0c461bb353e824eb4588825a69add3a048a92892865f9a9d03 0.00 MB 4 0
100,875 100,875 000000000003a8790e66e4cdc766413c5932240112504be1b2eb5b83f4f6db0d 0.02 MB 75 0
100,874 100,874 000000000003738f1ee82b82a1b5f9b1e3bc6133fd40e436dee49495f81d346d 0.00 MB 14 0
100,873 100,873 000000000000960b19f46995333210be207849078335e50c31887e2dbd70c31c 0.00 MB 13 0
100,872 100,872 000000000003f0873bc4113fa57d37d3d4828570c13bcfb01d73d17208d2926f 0.00 MB 10 0
100,871 100,871 000000000000b5e5c4768d8556226da891ce4a400b403418f623c23271e68bba 0.00 MB 14 0
100,870 100,870 0000000000013b0c4dcd761de870d519fbd892c0ed013df45dfd5cea022ecc04 0.00 MB 11 0
100,869 100,869 000000000003d54582b5e7293f242099b154552533a2aff519e9ec5dc6b108f4 0.00 MB 2 0
100,868 100,868 00000000000036604947a6630cde27a59305cfd94b2bd4cdfa35451518bb8196 0.00 MB 9 0
100,867 100,867 000000000003c972528ea89803ceb174e2f1831aef377703a3f4bb663327826f 0.00 MB 6 0
100,866 100,866 000000000001f4aa44d02d8e5194974c39f5c434f4c05cbab47b011df7789baf 0.00 MB 10 0
100,865 100,865 0000000000010656ba1c52c030f4738653771f36aaab1d7828ccf986a099c3bf 0.00 MB 6 0
100,864 100,864 000000000000fe7c8dfbf6cf73c555cf9027202ae1e43beed83cca88abf6a9d9 0.00 MB 3 0
100,863 100,863 000000000002b76b7975b695800da2f06c831884bd827d85f8a99b634829305c 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 778.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 261.44 GB
    • Received: 2.41 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.