Loading Tool

Explorer IconExplorer

Memory Pool

86,290 transactions
31.60 vMB
0.14554056 BTC
Random Selection Loading Transactions
Max Size: 190.52/200 MB

Candidate Block

Mining Attempt da36128826837aa1bbc7b74478ab48607c7afce6b190fccf3d6e590ca4a5bc04
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root c24ea6eb26b9735a0cdb23c83b817b655ba20c9736a21039c17b37b1cb5f2e79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,626
Size: 1.00 vMB
Total Fees: 0.06423421 BTC
Feerates: 214.31 > 6.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (431,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,877 483,877 000000000000000000cdda0891ff854e57360a9174e73c78a158bad4ecd0b974 2,219 1.00/1.00 vMB 142
483,876 483,876 00000000000000000019751e91bc6fc51cdec85b6c15abdb39755d890ac89554 2,136 1.00/1.00 vMB 274
483,875 483,875 0000000000000000011d1152e4e6f8796a992a45e60e2eab42c5f2079380d2d2 1,794 1.00/1.00 vMB 159
483,874 483,874 00000000000000000100c0f3747e3b041760a71b90194d9ae1685bbf2d5e53e3 1,416 1.00/1.00 vMB 29
483,873 483,873 00000000000000000066bf60b63a50b9ebd28515bd745e7e1bae1602d1242471 1,811 1.00/1.00 vMB 123
483,872 483,872 0000000000000000004e2243e94b723f71d2167b884eed047e61a3907b162838 2,354 1.00/1.00 vMB 288
483,871 483,871 000000000000000000693d92df92bd81c4d95a4e814bd9be393ad56ddfbf133d 2,054 1.00/1.00 vMB 200
483,870 483,870 0000000000000000007f81925d5995f81ebb101d94babe29faf8bfc4d90f2a58 1,452 1.00/1.00 vMB 87
483,869 483,869 000000000000000000545c3bc2334b69bf25fff5ee57bbe073ec21492f06f77b 1,462 1.00/1.00 vMB 215
483,868 483,868 00000000000000000003573ed5af4f5a6c13f5573cb0f0611d739cdc1feeb2dd 2,157 0.99/1.00 vMB 249
483,867 483,867 0000000000000000000bfa58a00145f33507e060a5c57b6a3894f9cd523747ca 2,188 0.99/1.00 vMB 384
483,866 483,866 000000000000000000f4f2a64adc20497f0eca696cefc5f39431b4395f6ccfc5 1,691 1.00/1.00 vMB 102
483,865 483,865 000000000000000000edb897ce52e3afe735a9e64150e244086e8cdf27b4c892 2,366 1.00/1.00 vMB 66
483,864 483,864 0000000000000000005ba37f167de8e30502578cc81a99849062f2a6de0ed6fd 1,729 1.00/1.00 vMB 163
483,863 483,863 000000000000000000333e6e6109a3e5a829ab1087aa770293273609b71c93bd 1,493 1.00/1.00 vMB 127
483,862 483,862 000000000000000000b6f41c348536ad7148005e4ac9a19c0b0ce9a9be1e43b5 1,764 1.00/1.00 vMB 205
483,861 483,861 000000000000000001126485d47dec2897a9ff5c4e91521314284b00fca22e21 1,825 1.00/1.00 vMB 114
483,860 483,860 0000000000000000003246040640c4b1a35d7ba14970f2255070aa7eed0c08a3 1,987 1.00/1.00 vMB 254
483,859 483,859 0000000000000000009c870f73551873e3f0e139489c9361dba2bdbc31267a1e 2,029 1.00/1.00 vMB 183
483,858 483,858 000000000000000000600bc61f5ac52123d3129c66a6f7c59ae4d2737f033859 2,247 1.00/1.00 vMB 149
483,857 483,857 0000000000000000009769b8206eb613fbc90c607544636886e11ceb9161e33f 2,683 1.00/1.00 vMB 167
Previous 10 blocks ↓
Total Size: 782.33 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: 660.70 GB
    • Received: 14.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.