Loading Tool

Explorer IconExplorer

Memory Pool

81,636 transactions
31.52 vMB
0.10132639 BTC
Random Selection Loading Transactions
Max Size: 190.51/200 MB

Candidate Block

Mining Attempt 6292303dd907aca6e969de958f0379f17df7c5cbfb69438e84d8f070aa111048
Version 20000000
Previous Block 00000000000000000000ed17108ada750c30ae44d6a032cae868ae55c67ad635
Merkle Root d50a7b77bdd90a77c2c16ca9f015708200116fae4bcbbd8cf5a2d26024a11c61
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,692
Size: 1.00 vMB
Total Fees: 0.03078163 BTC
Feerates: 265.25 > 3.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,194 (278,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,302 636,302 00000000000000000001b7e0650c1e00e37b6e5cd5f7828a56e6ca33fdbb30e0 2,202 1.00/1.00 vMB 18
636,301 636,301 0000000000000000000536e84f497cb17086a36eea51333d6c214e1a112e719e 2,931 1.00/1.00 vMB 33
636,300 636,300 00000000000000000010dafd3e32f666f0a796f63680c2ddf2cf66a60861a093 2,485 1.00/1.00 vMB 34
636,299 636,299 000000000000000000062e03e8ccd8d21c71800cc08fecefbaa1be3e0d73bcbd 2,976 1.00/1.00 vMB 42
636,298 636,298 0000000000000000000199ed1fa9acfadb04f005792d2c7d5b456f6d67959c9f 2,853 1.00/1.00 vMB 38
636,297 636,297 00000000000000000008858ae2d30d928290ebfa8c3972df0008ce182debdf60 3,038 1.00/1.00 vMB 22
636,296 636,296 000000000000000000109a57217fec7802b34bea53cd06ec1d7c0b2b9fe26364 2,523 1.00/1.00 vMB 17
636,295 636,295 0000000000000000000ec5d857644996034563067c2ac0f13411759677992a33 2,641 1.00/1.00 vMB 30
636,294 636,294 0000000000000000000aceed0b9ec9af5fa99515ffa929d705cbc44a771bfc55 2,724 1.00/1.00 vMB 46
636,293 636,293 00000000000000000001f87e9ec20bd5ceb091432df3b25950fb3758e883a4a7 2,066 1.00/1.00 vMB 19
636,292 636,292 0000000000000000000bc034c36cdd54e9682a7cf98684fb2bc013f2040dc4a4 1,370 1.00/1.00 vMB 17
636,291 636,291 0000000000000000000642324ed50593bbe3badb1c78a9e4759a4aad217df1d0 2,268 1.00/1.00 vMB 35
636,290 636,290 0000000000000000000921702eac56432d23a835c4500b5bdac43c4e656c83a7 2,622 1.00/1.00 vMB 40
636,289 636,289 0000000000000000000630f7705e071b8c5f2365d8abf9d299abeec3846c7050 2,600 1.00/1.00 vMB 29
636,288 636,288 00000000000000000003dd4ce0ebed9f13519d88431f9b5abb794479e868b6f0 2,691 1.00/1.00 vMB 28
636,287 636,287 0000000000000000000fa07e2ec1a4c2be3cd08217b10587db690de860aa0352 3,024 1.00/1.00 vMB 45
636,286 636,286 0000000000000000000c5bd7b26fb8870e7edd0c65238589c84b867197749a60 2,215 1.00/1.00 vMB 32
636,285 636,285 00000000000000000000a6faf14627d1acc154e0e0ced2f089dbaa3a7c3d2c03 2,450 1.00/1.00 vMB 48
636,284 636,284 0000000000000000000211a7ca7050b9053193c1cc067d8c64ce3e6f085d5182 1,728 1.00/1.00 vMB 34
636,283 636,283 00000000000000000009b47de0c7b1f2d8fc8845dd8f924a129179bde26f82df 2,990 1.00/1.00 vMB 59
636,282 636,282 00000000000000000009f6253ac58a90b6b4e8be82267cb07af58bbce9ed6c7b 1,355 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.73 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: 707.57 GB
    • Received: 16.69 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.