Loading Tool

Explorer IconExplorer

Memory Pool

80,598 transactions
35.09 vMB
0.20308350 BTC
Random Selection Loading Transactions
Max Size: 195.36/200 MB

Candidate Block

Mining Attempt 927c2fb8f388b05fc0ee1d2a24bd10529f27a636aff4e90e9ab8d42f7d853838
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root 01c16b470e0f8bc62f701998a8eda19f73b4c85e1a28e7b42e7465acbd479cb8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,510
Size: 1.00 vMB
Total Fees: 0.06492235 BTC
Feerates: 477.45 > 6.51 > 1.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (49,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
865,874 865,874 00000000000000000000626de34ddb8dfcc1e977b4af4fffbabb3ad9585932d4 5,554 1.00/1.00 vMB 11
865,873 865,873 00000000000000000000bed7cac07f08e053cd7240d797275c8651d51723b600 3,430 1.00/1.00 vMB 14
865,872 865,872 000000000000000000013aaa796293c7ab554e7ffa654e5ce78ecbaae7613524 3,765 1.00/1.00 vMB 17
865,871 865,871 0000000000000000000101c6cf690104c9cfbb29984cddd0bc6e3e02a2b4aba1 3,591 1.00/1.00 vMB 23
865,870 865,870 00000000000000000002a0f4e16c0ca07ca978ca1dd39c62ac334734f9c7e2c4 3,749 1.00/1.00 vMB 25
865,869 865,869 000000000000000000014a46ce10f727cbe9300e548c0fcbd5bb153c56588769 4,652 1.00/1.00 vMB 34
865,868 865,868 00000000000000000001b23708bcab58997448e40218d01608c2e7075fb12be7 6,242 1.00/1.00 vMB 23
865,867 865,867 00000000000000000000a84db1030611ac53cb1ec92604fda1fe563f97358c41 6,605 1.00/1.00 vMB 26
865,866 865,866 00000000000000000000dc55839146b1f40d7bcbd7d846e471a93b9f8f737585 6,863 1.00/1.00 vMB 19
865,865 865,865 00000000000000000001ea78b6724853c40fab0fb9dda1323ff710b587893d1d 5,372 1.00/1.00 vMB 9
865,864 865,864 00000000000000000002cc20327921d128ef9ff236a87bed9e840591f229e2b4 2,976 1.00/1.00 vMB 6
865,863 865,863 000000000000000000001c2d95cc0ba48afad23f2b602ff9a8aa9510573b80ca 3,376 1.00/1.00 vMB 5
865,862 865,862 00000000000000000000c4d721f8e3ac740106b9da6b93a8d5a97185cb777427 3,046 1.00/1.00 vMB 11
865,861 865,861 00000000000000000002345d0536219f7b50a4cfc80ef68748d5c0a38715909a 5,147 1.00/1.00 vMB 13
865,860 865,860 0000000000000000000095710249c8855ba2e2464eac5b2301d1cfdba281e977 5,174 1.00/1.00 vMB 6
865,859 865,859 0000000000000000000271b2f7e078202fea403ee32e555b2460a2b80b9f265e 5,668 1.00/1.00 vMB 10
865,858 865,858 0000000000000000000156b4c6f31e1f021b51b4a9c3536a41b86063019cc489 4,544 1.00/1.00 vMB 8
865,857 865,857 00000000000000000001f31e8469d4c7cbb3d9c842f144c312a03ab6cbc2d32a 3,727 1.00/1.00 vMB 8
865,856 865,856 000000000000000000011a49687f43ca5fcb31d44df70eecda1d5d4d2d0ace1a 4,344 1.00/1.00 vMB 11
865,855 865,855 000000000000000000021e4597ada8e02bd9fe897086406e96215dc3033a4f22 5,225 1.00/1.00 vMB 14
865,854 865,854 000000000000000000002d0a4673f7989c02f8352ca9e4f707405adb0cf0bbaa 2,477 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 783.11 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: 736.15 GB
    • Received: 18.58 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.