Loading Tool

Explorer IconExplorer

Memory Pool

35,278 transactions
25.75 vMB
0.06118343 BTC
Random Selection Loading Transactions
Max Size: 131.33/200 MB

Candidate Block

Mining Attempt cc827ce65926c97e490d2d43b2a94ba8b04a648599ddfed0fb501126916ed2fa
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root acac389a0c6bd19cfed1eef8a2f319949476b27b4355b57c79870154b1959bf8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,188
Size: 1.00 vMB
Total Fees: 0.01365616 BTC
Feerates: 152.71 > 1.37 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (338,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,105 576,105 00000000000000000004e319d81e8a6b0c3cbaa01f83f5ec57a12a3aa5578092 2,082 1.00/1.00 vMB 111
576,104 576,104 00000000000000000029aee69b327c9e686519618cca8153b9824b29eaa80750 2,135 1.00/1.00 vMB 93
576,103 576,103 00000000000000000024e918d87edf99068fbfad953c59b1316a5cab497980dc 2,381 1.00/1.00 vMB 125
576,102 576,102 0000000000000000000eaf0806a4d68269830a275f420d406309a9c2f37de645 2,677 1.00/1.00 vMB 108
576,101 576,101 0000000000000000000012e7ac0b495e608f9fd3812f60ddf8b9d492959e3933 1,495 1.00/1.00 vMB 128
576,100 576,100 0000000000000000001c8f31c5d63f7bf4d4d47e20d6587f4120ebb08104a222 1,968 1.00/1.00 vMB 74
576,099 576,099 0000000000000000000dde1996feafa5fa71e774fb21cad400b0fc11b61d2784 1,866 1.00/1.00 vMB 69
576,098 576,098 000000000000000000028d4057124987a30df66e93f0cc0a2bad2520639edc8c 2,188 1.00/1.00 vMB 106
576,097 576,097 0000000000000000000edc3cccbe15764ac4dfb4e057171b9b1a41f5f4277be3 2,440 1.00/1.00 vMB 91
576,096 576,096 0000000000000000000202f5490962671f3d21046970cb319afbebec73308587 1,743 1.00/1.00 vMB 97
576,095 576,095 0000000000000000000e937473141eaead2393b28cbb03f280fa26a63974b681 1,157 1.00/1.00 vMB 113
576,094 576,094 00000000000000000008121dabeeb6a67c42e403eebfac4cdb36859e8f79be4b 2,661 1.00/1.00 vMB 130
576,093 576,093 00000000000000000010c15b9dd19e12564302d69b667a4a844b24d4a5a867f5 2,015 1.00/1.00 vMB 129
576,092 576,092 0000000000000000000a43272d7251044e244308c0fa5176b96e1732f41f5cc9 2,117 1.00/1.00 vMB 86
576,091 576,091 000000000000000000237e58ec952d1092536aa2fb55cfad8905cae2a78bb942 2,111 1.00/1.00 vMB 111
576,090 576,090 0000000000000000000dcd67abd5eea6ed21fafedaa58871110133eda676ae27 2,754 1.00/1.00 vMB 138
576,089 576,089 000000000000000000174669aaee52acd068acdc4b1afce6f011ed31e2b6d758 2,545 1.00/1.00 vMB 101
576,088 576,088 0000000000000000001579bae335c3bb1c2b354ac5b0750ad82265e9357c88c9 1,082 1.00/1.00 vMB 75
576,087 576,087 0000000000000000001a4883df773126d8ff4a33fe957e72f050d642eecc6daf 2,011 1.00/1.00 vMB 88
576,086 576,086 000000000000000000127c69765aa60a146d296b587699700fb7d13073a9da6a 1,640 1.00/1.00 vMB 79
576,085 576,085 00000000000000000024f8ef8afa025e87def3d4d2a36221c17c76d451b2daac 1,962 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 781.84 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: 637.33 GB
    • Received: 12.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.