Loading Tool

Explorer IconExplorer

Memory Pool

78,548 transactions
29.32 vMB
0.08336592 BTC
Random Selection Loading Transactions
Max Size: 177.20/200 MB

Candidate Block

Mining Attempt 256b83f937c96a2a48287827750200562fd6bc63e50cfc93d786252377ffb98b
Version 20000000
Previous Block 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c
Merkle Root 0d06950fb238175721b4892cb08e7dc0b771023ede339d5d230c65b0f98e7f87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,601
Size: 1.00 vMB
Total Fees: 0.02174119 BTC
Feerates: 95.73 > 2.18 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,161 (242,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,879 672,879 000000000000000000084ee4f5573ece58c9f3b59e366923d177c2793cf24666 2,029 1.00/1.00 vMB 123
672,878 672,878 00000000000000000008d0c24ea06c732476c8e13fe4603769a1c5343c1a52bb 2,428 1.00/1.00 vMB 53
672,877 672,877 0000000000000000000b82ead37f61a0a41971c2fdd1241969da5fc82b2680c9 3,052 1.00/1.00 vMB 107
672,876 672,876 0000000000000000000107999a74dc8183f0c0426105feb1d5048dbd7a07c5c1 1,775 1.00/1.00 vMB 42
672,875 672,875 00000000000000000008a193c4d669bf0822fbad1b72b242c6f118949e6646fc 2,966 1.00/1.00 vMB 82
672,874 672,874 00000000000000000008a5300e2b87829166752d5a5718fbfcc58aed9b4731e2 2,668 1.00/1.00 vMB 81
672,873 672,873 000000000000000000052b503a7b5dfe17663028fa2934109ab7c536f949b452 3,242 1.00/1.00 vMB 82
672,872 672,872 00000000000000000000b01cc0e6eb99f4e211c8f3d70ed6853d03c1ab4b4511 2,867 1.00/1.00 vMB 63
672,871 672,871 00000000000000000001be40c07d2f13983bf7f5189e4290fa67b564e2e0be97 2,926 1.00/1.00 vMB 73
672,870 672,870 00000000000000000005b928bb095ee9b2cd5a718b7de99b5101e86997aeab6b 3,139 1.00/1.00 vMB 89
672,869 672,869 00000000000000000003416bddf9156679a474a2c25c67fde74507509142766a 2,968 1.00/1.00 vMB 109
672,868 672,868 0000000000000000000b5a933a5d528342b223fe043f4bff1062e7788207adbb 2,504 1.00/1.00 vMB 114
672,867 672,867 0000000000000000000ab6c00fee5f5a8b01d22f1f262ed08fe1bd2ff5644555 2,725 1.00/1.00 vMB 94
672,866 672,866 0000000000000000000c9497e8e437352c3ec6ad5df774c94b7e2dbf55bbbede 2,041 1.00/1.00 vMB 104
672,865 672,865 000000000000000000075261f014b004f88f82bc25dddd7e7a75279519a2b0cb 2,998 1.00/1.00 vMB 129
672,864 672,864 0000000000000000000a2d35a00e6c8941722ded2d6ae856d623e51c1e845cdb 2,488 1.00/1.00 vMB 109
672,863 672,863 00000000000000000001fc5e4f9d9d4dab28b9472d403dbdbbeb2f5be53f0ad2 2,961 1.00/1.00 vMB 124
672,862 672,862 00000000000000000008ae569ab65249a555af79fa91a548975bc24c0499a103 1,245 1.00/1.00 vMB 113
672,861 672,861 0000000000000000000ba5f157de1edab414808a17ae87091fa1736dffa4dc0b 1,701 1.00/1.00 vMB 114
672,860 672,860 00000000000000000009939f25069c38018bdf10db50ff004b1b207858a8b7a2 2,548 1.00/1.00 vMB 119
672,859 672,859 0000000000000000000609b01b7e56a42b7ec5abf2db7f506f85766c060355fe 2,712 1.00/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 674.77 GB
    • Received: 16.43 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.