Loading Tool

Explorer IconExplorer

Memory Pool

41,513 transactions
28.19 vMB
0.08205480 BTC
Random Selection Loading Transactions
Max Size: 144.80/200 MB

Candidate Block

Mining Attempt 209d3a98f19ea8ad97577ad0dbedc82b411e819479ebf3dfdebfca03de25f7ba
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root f4c99311ad06c8fcc54eaa4a19cb24d7b6e6eeec7c9ab4b8cbb297246377c354
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,605
Size: 1.00 vMB
Total Fees: 0.02625729 BTC
Feerates: 200.00 > 2.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (161,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
752,936 752,936 00000000000000000008579e188725c5a1c2be3912af67b84b6c37d8211b9877 2,126 1.00/1.00 vMB 6
752,935 752,935 00000000000000000006d2734a73f304c005f52055b17d666e1740ce27108062 3,043 1.00/1.00 vMB 19
752,934 752,934 00000000000000000000658d5075dead161176f19bb3826f658434e0f7e50f61 2,168 1.00/1.00 vMB 8
752,933 752,933 00000000000000000002b8380f65de44b4d9000217c3861a524788ccf074029a 3,106 1.00/1.00 vMB 18
752,932 752,932 0000000000000000000407ffd18435a9263dccf0b24f104bd93a7c1924cecb49 2,814 1.00/1.00 vMB 14
752,931 752,931 00000000000000000003ab4d7ce38aff2e9cfb3d737a729816e10d22c52e42f6 997 1.00/1.00 vMB 15
752,930 752,930 00000000000000000006332e9d88a34aa5788c50d520b0108cf9096717c5f95b 2,474 1.00/1.00 vMB 16
752,929 752,929 000000000000000000090c817cdccb51b61552da76be097d6cec727fc3859289 2,524 1.00/1.00 vMB 19
752,928 752,928 00000000000000000002b4390bdc14ac0b1e657316f6949d759c0b44eaf78953 2,210 1.00/1.00 vMB 26
752,927 752,927 000000000000000000045b65a69501e5635e3610dd96c5d11561b952f8b7d735 1,964 1.00/1.00 vMB 9
752,926 752,926 00000000000000000000b93acff4ee3d6b67097a2d5a5ab64be7a6d5398c79e3 3,446 1.00/1.00 vMB 14
752,925 752,925 00000000000000000004b64ac8048cecfa7bca8355853672e057073cb3d2f9be 2,901 1.00/1.00 vMB 15
752,924 752,924 0000000000000000000531e6f9a51471b83d93ea9557ea8d65550ecab47e4186 2,302 1.00/1.00 vMB 10
752,923 752,923 00000000000000000004a5843500f5add9931518c2bd4e6f32a8785e17f2b062 2,154 1.00/1.00 vMB 15
752,922 752,922 00000000000000000001d19830a770717fbd850223ac1e7938ae8d739dd99537 2,913 1.00/1.00 vMB 20
752,921 752,921 0000000000000000000742f06f01dacf9f4cbe673a7d805367c35b92a3070a26 2,489 1.00/1.00 vMB 19
752,920 752,920 000000000000000000043141e0544bcd78e745bdd54e06e92cd913e117d42c2f 2,236 1.00/1.00 vMB 11
752,919 752,919 00000000000000000008e18f5c71e537495702def5c416672c711dd68ecc4262 3,028 1.00/1.00 vMB 17
752,918 752,918 0000000000000000000022aadaa3ed2f12cdbd9ce03e15ef14386fcbaecd53ff 2,818 1.00/1.00 vMB 13
752,917 752,917 0000000000000000000696aed0aace4b533313545695113ed5e0d2836d535703 2,526 1.00/1.00 vMB 17
752,916 752,916 00000000000000000003bf3d0fece53c6b7ecd0aea5fddd1d79a016c86b95592 2,729 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.76 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: 632.43 GB
    • Received: 12.11 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.