Loading Tool

Explorer IconExplorer

Memory Pool

30,971 transactions
12.20 vMB
0.03520659 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 70.78/200 MB

Candidate Block

Mining Attempt 9d6509aab27ca03a37ae76fd7be0dec99f74323e2f37164bb8da9802c8f2602f
Version 20000000
Previous Block 0000000000000000000172a1d11580e33d6323106c895a61630f5c68fc726d3a
Merkle Root d651c4350ac25b7abf7150c3a2a2d9ed9384f95e0b2465adc11d58bed64b8847
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,793
Size: 1.00 vMB
Total Fees: 0.01358205 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,512 (690,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
223,020 223,020 00000000000000666e796172cf08aad5ac3269b910bd9ae346de894e8555711c 393 0.17 vMB 202
223,019 223,019 00000000000002900107294a3c5973bf95ed9fabdd8b150a8fb84dbb14b524ad 42 0.02 vMB 92
223,018 223,018 00000000000002d000f468c7c826f6ca951b61be577932080e8934268dd8ce1d 49 0.02 vMB 145
223,017 223,017 000000000000038bf810858416615e671c14f05a5bcbc4b8244a81735a5320af 495 0.25 vMB 189
223,016 223,016 0000000000000139234fb2fc430d353d8fb7df2f24d33f4d9307585721e86b22 397 0.18 vMB 186
223,015 223,015 000000000000017ea9e753c0bb7b06b4c7ff7a4511878ab05ac5b2012193b0a8 90 0.04 vMB 199
223,014 223,014 00000000000000c08a630fa1eaec5ef8f74f046a3b106cef8a23e30d58cb860c 312 0.13 vMB 208
223,013 223,013 00000000000000aa3b525ea40c2355f0b16b8b1e387f7fd65adc464a33a5c180 63 0.03 vMB 158
223,012 223,012 000000000000015e9701f1aff63a8b47d89623de65b51d10f3ab7e4f1672b684 172 0.08 vMB 173
223,011 223,011 00000000000004868db9fc6b9ce19fbd68984cad4c56ba2297d4e9c0e9688578 65 0.05 vMB 81
223,010 223,010 000000000000044e5343a6ba56f1135c363b732c93aa94ffe8de9053f0dbc27b 201 0.12 vMB 160
223,009 223,009 000000000000031ba042f691d91665268757fc32ed487522aacab78358f84c73 197 0.08 vMB 229
223,008 223,008 0000000000000216069ea23e09c42106879b36d226de5fadeaa5b8f09955a47b 186 0.09 vMB 164
223,007 223,007 00000000000001aaacbbd6b97ea0eeb8644cd971b933b02eb6831c107eed97ba 276 0.12 vMB 186
223,006 223,006 0000000000000306fdcbf71a3a190010d9302e24fa2190fa4ff8f9b48cc711b0 76 0.05 vMB 145
223,005 223,005 00000000000001302272127539693871734a264016ebc1dc3a63d2c0eab9817a 392 0.16 vMB 190
223,004 223,004 0000000000000359980e595b61aeb54964328d1f47e885719cf89e20cc44f873 87 0.04 vMB 174
223,003 223,003 0000000000000193c9a965e7c77480a1fe9034c91ae28a051249b82334d221cf 610 0.23 vMB 190
223,002 223,002 00000000000001b4463d5a9985a6a658c4e76a0595bd8229bf39b311aa4939c7 252 0.12 vMB 15
223,001 223,001 000000000000006d4a08b2305de2b654c4adc38b2d851d7985ab4218d1d62e86 542 0.25 vMB 186
223,000 223,000 000000000000012d0917dbac896a60746683db6a3a540856b89a22c64621e18d 641 0.25 vMB 191
Previous 10 blocks ↓
Total Size: 779.75 GB

Node Details:

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