Loading Tool

Explorer IconExplorer

Memory Pool

47,249 transactions
27.59 vMB
0.10582267 BTC
Random Selection Loading Transactions
Max Size: 147.06/200 MB

Candidate Block

Mining Attempt 1b55343d54e9a12a693b2f010ad9b05d8b14effde83d478d1b637a7514689617
Version 20000000
Previous Block 00000000000000000001bfbced3ea009a2f71c20ce288c536043b9b1575dc7b2
Merkle Root 0ce31267f319faf44c7d9f8202c4eff98f66265a518538132965844338e8b5f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,423
Size: 1.00 vMB
Total Fees: 0.05412211 BTC
Feerates: 101.66 > 5.42 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,771 (199,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
715,752 715,752 00000000000000000007d2805b73a185cef8d94895f0a23761a6aa83e54c49cb 2,044 1.00/1.00 vMB 6
715,751 715,751 000000000000000000009d8edbc7186ca37eb7f3b4c9fc244b1d88493c78d8b3 2,820 1.00/1.00 vMB 15
715,750 715,750 00000000000000000007d09ca419e921ef7fb1d299485b4d3fc8a1e6d4996154 2,613 1.00/1.00 vMB 14
715,749 715,749 00000000000000000003791157ad1485e8a6447a94121f3aa6d8841956dddd90 752 1.00/1.00 vMB 5
715,748 715,748 000000000000000000084e938f477abe57a401e26bf18283bf3f72a5b38a2e33 2,470 1.00/1.00 vMB 10
715,747 715,747 000000000000000000004995db8c24cd26c8e9670998124d50253ce5c50c6a2f 766 0.31/1.00 vMB 7
715,746 715,746 0000000000000000000777cc0ee6307678498ec75157e5b2ab1a2ce34b31b0b2 2,842 1.00/1.00 vMB 6
715,745 715,745 00000000000000000009bccbecf4651c25047dd85e45cfeac728d6030fa956a1 2,362 1.00/1.00 vMB 8
715,744 715,744 00000000000000000001f75b3678ab2d7bbefb4cca7f0b42ddb010bb50c50c84 978 0.40/1.00 vMB 8
715,743 715,743 0000000000000000000124004aff41c651eb774cde31c1881406617583b24570 2,083 0.99/1.00 vMB 4
715,742 715,742 00000000000000000006f1ce3ec2a97c65b3a5ff9f67a3239a9a514fe180669c 2,627 1.00/1.00 vMB 5
715,741 715,741 000000000000000000051706276e4a9f3a7f06511d74df6bcbf07334bbe48688 1,932 1.00/1.00 vMB 6
715,740 715,740 000000000000000000087266fab5751cefb9b7078d0ea804f82ca5e43ca98c1d 2,002 1.00/1.00 vMB 5
715,739 715,739 0000000000000000000a4b7df410c30cd95fc4ab7a359a7355a7e983add82681 2,964 1.00/1.00 vMB 13
715,738 715,738 00000000000000000009d5d500fd766b2f9000e60ddfa03cda171b65e42a4bed 3,086 1.00/1.00 vMB 11
715,737 715,737 000000000000000000037f8cb7a4b169d2d090831e824cc2e9ecc1043f6e00cf 2,405 0.91/1.00 vMB 8
715,736 715,736 00000000000000000004db407202aff54e9ace0efb72588bb73a2beebb248c28 159 0.09/1.00 vMB 6
715,735 715,735 000000000000000000031c8100fe45cdd2ee37f4f9fae23fd7722df0a7d112a4 157 0.24/1.00 vMB 4
715,734 715,734 00000000000000000006a15641f61cfb8dd045d5222d8556ba94b7253951e462 870 0.47/1.00 vMB 6
715,733 715,733 0000000000000000000b23e2d1e6a6fdf0da3f007eb7b5223c0585f958a2a05d 875 0.30/1.00 vMB 8
715,732 715,732 0000000000000000000732e40b36b68334e460d49094360f7e5ac46e18b9d78e 1,687 0.73/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.98 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: 648.26 GB
    • Received: 13.02 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.