Loading Tool

Explorer IconExplorer

Memory Pool

42,571 transactions
27.85 vMB
0.05945203 BTC
Random Selection Loading Transactions
Max Size: 146.72/200 MB

Candidate Block

Mining Attempt f1f2a89abbf3af1f94b658e2a466a0ec5593e4449ef14f0e0c3b3d405e51f035
Version 20000000
Previous Block 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448
Merkle Root 8e6b311dff28e09b8e2005282bf9169e39004871607a3895c1910e859381ee08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,935
Size: 1.00 vMB
Total Fees: 0.00661039 BTC
Feerates: 84.58 > 0.66 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,834 (44,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
870,628 870,628 00000000000000000001163d773ceabf017f9a3229e97de563e5760e0dc8cb39 4,691 1.00/1.00 vMB 7
870,627 870,627 00000000000000000002715e09d80b9883b43da2c5229c1f645b9ff180b45528 5,784 1.00/1.00 vMB 16
870,626 870,626 000000000000000000004cb273c0d04ba86868886523ac31550f173b28525e36 3,034 1.00/1.00 vMB 4
870,625 870,625 0000000000000000000212e84257cca9d9ca9b59ca65c063df45f3a42381b70b 3,871 1.00/1.00 vMB 12
870,624 870,624 000000000000000000007105c21eca81faf45579d1b80bdf213f25ea64f1b69d 3,095 1.00/1.00 vMB 6
870,623 870,623 00000000000000000002471913a8ad2d73f0461a9fd17139bc3e6f08d47e2961 3,818 1.00/1.00 vMB 10
870,622 870,622 00000000000000000000707412c02d7f6538f0c4bedf4723ce3f9b6e7f015910 2,298 1.00/1.00 vMB 3
870,621 870,621 000000000000000000029f1330a9a19100d215061251e986637c14e8c435ea83 4,877 1.00/1.00 vMB 3
870,620 870,620 000000000000000000024858becc748f75a31ac469f4d64227b626f0b6bacaba 3,446 1.00/1.00 vMB 9
870,619 870,619 00000000000000000001c77f3d0dc04c958d990f4d01f0e6fb1621bc26b8e20a 3,177 1.00/1.00 vMB 4
870,618 870,618 00000000000000000000313a593ebda635e7deb8a693be508d8ef5ec6e33e202 1,155 1.00/1.00 vMB 2
870,617 870,617 00000000000000000002426bbb27ecea272e7cac2c44a8daa59fd59a29f835b7 2,969 1.00/1.00 vMB 7
870,616 870,616 000000000000000000013a7d1df95b661aebf64b41e3484161600d14e36a2b64 2,681 1.00/1.00 vMB 4
870,615 870,615 000000000000000000027b078a66d46a6f0d6ad761cad12cba335631517181b4 3,135 1.00/1.00 vMB 3
870,614 870,614 000000000000000000009b969bbea017368241b4c9bf9cb6bbda8805be524213 5,147 1.00/1.00 vMB 2
870,613 870,613 00000000000000000001ff987fde3226445864a9bc09cd284e09a214f8f6c1ee 3,091 1.00/1.00 vMB 5
870,612 870,612 00000000000000000001eac50de75a8c9f64bd32072ddda72ae73c84881d7659 3,476 1.00/1.00 vMB 8
870,611 870,611 0000000000000000000124004f105d3ae64307160ab5a73b167c52a500bbaf8e 3,678 1.00/1.00 vMB 9
870,610 870,610 000000000000000000013cb5c0abeebc0055f4de80c8b50ec28769579d95bbb6 3,523 1.00/1.00 vMB 7
870,609 870,609 0000000000000000000230d9c0931ea7132d89eec381e6b0599590d58656bbf8 3,521 1.00/1.00 vMB 12
870,608 870,608 000000000000000000023aa5596f1e4f8c67954b843ff722964e51e0f5cf0b8d 3,606 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.10 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: 651.65 GB
    • Received: 13.61 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.