Loading Tool

Explorer IconExplorer

Memory Pool

76,479 transactions
28.89 vMB
0.07382873 BTC
Random Selection Loading Transactions
Max Size: 176.58/200 MB

Candidate Block

Mining Attempt 285ff63589df8ec0f25c30c8fb26ffc55e28cdf3cf1b5bf7adc5b24c0d3c7704
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root e7fccb610517d6808a64e68d32205b05aa2385d9d70ea10a085ffc5ac5cf1f1d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,603
Size: 1.00 vMB
Total Fees: 0.01090712 BTC
Feerates: 104.17 > 1.09 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (98,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
816,979 816,979 00000000000000000002163b477f85319d074a9bdcd84defdc461a29e9ea50e9 5,133 1.00/1.00 vMB 242
816,978 816,978 00000000000000000003b9076d4ede7b706ee54f7e43896f3d5058a9001fd31c 5,510 1.00/1.00 vMB 254
816,977 816,977 00000000000000000002a70f155d1c79450518c4490639e8f80a71d2c6b40bc9 1 0.00/1.00 vMB 0
816,976 816,976 0000000000000000000049a74669f0e2e7a4e2f48d9af222bd3caa7819aa01e4 4,153 1.00/1.00 vMB 276
816,975 816,975 00000000000000000002cb61f60a0d09addcf9da5d6b3a6f4dfaed91af5d8a0e 4,764 1.00/1.00 vMB 242
816,974 816,974 0000000000000000000014aea797a671e9e5cdf3a1557c52d950003636c0e2c1 5,048 1.00/1.00 vMB 255
816,973 816,973 0000000000000000000232bca9b16f20227dda8cf4691e529adce75ec0b353f7 3,856 1.00/1.00 vMB 235
816,972 816,972 0000000000000000000155229035dd8b116c340696f6badb62addf2355d3c3c5 4,601 1.00/1.00 vMB 253
816,971 816,971 00000000000000000000d3d820e4ae72e622d0650a8fa5b8e793e3a6bd472f27 4,562 1.00/1.00 vMB 250
816,970 816,970 000000000000000000017fe07cbb17ed5d09825fa0919bf7d55489af734bfd92 4,865 1.00/1.00 vMB 238
816,969 816,969 000000000000000000002d4bc64582a7be240e8dacb2c801942dd863c8772b2a 3,864 1.00/1.00 vMB 285
816,968 816,968 0000000000000000000452c2c74b0bec5062321a199feac36b12b668fee77928 4,793 1.00/1.00 vMB 269
816,967 816,967 000000000000000000043680037b0b3d9d6a3d01fa860d1406f19957850d4f94 4,641 1.00/1.00 vMB 224
816,966 816,966 000000000000000000016c48c506d53fc84e16d74e310b0f2399fde80674ef18 3,487 1.00/1.00 vMB 268
816,965 816,965 000000000000000000041e24619ee39a2fc471cf64d1cb6686940a9452329bbd 2,508 1.00/1.00 vMB 183
816,964 816,964 0000000000000000000351e8f3140a8b3d2ce868ad2df76ae6319015ada2528d 4,249 1.00/1.00 vMB 219
816,963 816,963 00000000000000000000c4e88098c9a7755fce737cc430a7b370b548ca951911 3,459 1.00/1.00 vMB 224
816,962 816,962 00000000000000000003eebc83544581d501efb5a05c4776349732b9056dc52e 3,129 1.00/1.00 vMB 210
816,961 816,961 000000000000000000005ccb48b6e626129043a9c8bd8e7f1cf702275766ec07 3,984 1.00/1.00 vMB 164
816,960 816,960 00000000000000000003bab770d4eb57a9f5d5e3e65c26cf424d068f4cc43309 4,719 1.00/1.00 vMB 166
816,959 816,959 000000000000000000029e3fec756e312f6f720f317ab7ea711efa5a36e79be4 2,785 1.00/1.00 vMB 196
Previous 10 blocks ↓
Total Size: 782.82 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: 710.59 GB
    • Received: 17.08 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.