Loading Tool

Explorer IconExplorer

Memory Pool

76,903 transactions
28.55 vMB
0.06319564 BTC
Random Selection Loading Transactions
Max Size: 173.28/200 MB

Candidate Block

Mining Attempt 6c8eedfc571a85da9e63bd23bdd977912ad27eff178158dac1882c3b86227f92
Version 20000000
Previous Block 00000000000000000001c49f83a44b33fdaf760ac061f9963277002d72c7d5d6
Merkle Root f3b691934364e44a55953a6f798916ca75fa118b53c7e5484e116ed5f5593c81
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,011
Size: 1.00 vMB
Total Fees: 0.00400739 BTC
Feerates: 73.20 > 0.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,091 (344,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,203 570,203 0000000000000000001ca64573755599f0e9eab70d8a63f8bb4f54252de299b6 3,048 1.00/1.00 vMB 117
570,202 570,202 0000000000000000000e041c2f5d246a6ba93157e8dc937a01ee3d96254ab271 3,105 1.00/1.00 vMB 121
570,201 570,201 00000000000000000024df5eebb9deb75a8862c4fddd175252e69e799cdd77d4 1,948 1.00/1.00 vMB 95
570,200 570,200 0000000000000000001a7dd2f46599d8a56250fad57bcb02a2fe47f247b834ba 3,117 1.00/1.00 vMB 135
570,199 570,199 0000000000000000002696c0a17681288ed964da537ff1a1e560117688501371 2,024 1.00/1.00 vMB 112
570,198 570,198 0000000000000000001dd0d5b81107ece2d06def2c9cb99f51d51f78d755baf6 2,644 1.00/1.00 vMB 148
570,197 570,197 00000000000000000022222eac39b055760a8888e7dee80171582aa4284dcd87 2,016 1.00/1.00 vMB 101
570,196 570,196 0000000000000000002a28db5b44339a4a8fe32f3e7efb38556f47922a3ca5d0 2,401 1.00/1.00 vMB 126
570,195 570,195 0000000000000000000372e54b21b8e520e622cdd72a398c306b35f0d9bb52b5 2,488 1.00/1.00 vMB 101
570,194 570,194 0000000000000000002b1703f19620f7b1dd88ca5a9ad22fcc6f4afcd345774a 3,237 1.00/1.00 vMB 140
570,193 570,193 000000000000000000213dea38c440d0d236b4e1c848ccb7495a97d99473554b 3,592 1.00/1.00 vMB 145
570,192 570,192 0000000000000000000cbda4e02272258807c6e497ac6fe2dca91b5e9344e017 2,963 1.00/1.00 vMB 156
570,191 570,191 0000000000000000001d6c8aaae3de329065f1e47eec2af42f622148b0a2d615 2,698 1.00/1.00 vMB 93
570,190 570,190 0000000000000000000e1c25ca38c965e01c2133c11eb68928b282e33ff81f7d 2,763 1.00/1.00 vMB 139
570,189 570,189 000000000000000000222c69490090d22a7f2e320121bb1319aa3cd9a70fbc96 2,337 1.00/1.00 vMB 114
570,188 570,188 0000000000000000000960e453d560268e0342152de87c9262ef1988bb9078c0 2,884 1.00/1.00 vMB 146
570,187 570,187 0000000000000000000ae96666989236ae4a0a1a63fe1747c2fe60f544d2c1c9 1,786 1.00/1.00 vMB 113
570,186 570,186 00000000000000000003586c5efaa81507a526b9aac2d5078036d23f261d6d59 3,092 1.00/1.00 vMB 152
570,185 570,185 0000000000000000001312312f9e6821458b893fbd52a228fe77b1593262a7b2 2,626 1.00/1.00 vMB 144
570,184 570,184 00000000000000000022cd115ac6eda058050c4739afe30d615c72bb2ca81ffe 2,662 1.00/1.00 vMB 114
570,183 570,183 0000000000000000001d91604154cb47c4d9dcbed621e06204058a8b79f5721b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.55 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: 669.83 GB
    • Received: 15.77 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.