Loading Tool

Explorer IconExplorer

Memory Pool

83,264 transactions
32.18 vMB
0.08585195 BTC
Random Selection Loading Transactions
Max Size: 195.33/200 MB

Candidate Block

Mining Attempt aaa7037063077ea90e9f9c7c6f017fdd650ce536ad389d4b9f2b3ea53d21c990
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 0fd65937ba8b9b764653b71942ad15156000ec50f97d404f96093d8483d9469f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,144
Size: 1.00 vMB
Total Fees: 0.01524389 BTC
Feerates: 150.92 > 1.53 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (213,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,337 701,337 00000000000000000005113be1b68c3c607d30d6de0dc1c19f5972b541125569 188 0.06/1.00 vMB 15
701,336 701,336 0000000000000000000b31d8ac0d91a974d98aa00cd5d8bc30a5c3568c2607ab 963 0.36/1.00 vMB 11
701,335 701,335 00000000000000000005b0b45fd76327e569ed40f8834fca2c4b03297d23be70 440 0.16/1.00 vMB 15
701,334 701,334 000000000000000000092da9b5868bd8fb545f18e1a6f92e57c0c34be5cc18a6 2,035 0.88/1.00 vMB 10
701,333 701,333 00000000000000000002784ae71b98f6da49f5d6ac3dc7e4cac3e5e5fa6c394b 203 0.08/1.00 vMB 11
701,332 701,332 0000000000000000000f48a5cfe9457fb459a1f4d9507c9cb33bbb18d12ddfee 1,189 0.41/1.00 vMB 10
701,331 701,331 00000000000000000003059c5018fe0216d93a5a363fee868fdca31bda0f78a4 769 0.34/1.00 vMB 2
701,330 701,330 00000000000000000009bd07549dac2770bc3eea3d5788f1c839b6e30e75175d 1,034 1.00/1.00 vMB 1
701,329 701,329 000000000000000000041a8f8e735c14473c54a5f68a38ce58886050623073dc 1,486 1.00/1.00 vMB 6
701,328 701,328 00000000000000000000dfaa3e10438be07b388ed792e5d6a49fdb0e9f16c911 1,951 1.00/1.00 vMB 8
701,327 701,327 0000000000000000000560d5f1a1d415fd9a99247016e946c3e362ce3c46856a 2,137 1.00/1.00 vMB 17
701,326 701,326 0000000000000000000e524dd22a6c0f492ad02f4ba16db24db22ab424d0caf5 2,298 1.00/1.00 vMB 8
701,325 701,325 0000000000000000000ee7696f2c023e20fdad998af4aec47107ddc637491403 2,984 1.00/1.00 vMB 12
701,324 701,324 00000000000000000003ca3c5df5e9ff329f0f857d0575d6b6c2b585ea6dca9b 1,903 1.00/1.00 vMB 6
701,323 701,323 0000000000000000000ee14fb68114169d6fa1f3e57909bf31a34f0e0a7ab0fb 1,263 1.00/1.00 vMB 7
701,322 701,322 0000000000000000000cbe8d66e547046b5b226b9c669dae171430bb214a2066 2,878 1.00/1.00 vMB 4
701,321 701,321 0000000000000000000a86abfe07e6b1367b76a2cd31985258797b04973cab3a 2,903 1.00/1.00 vMB 16
701,320 701,320 00000000000000000001011f71d57241f31ff9245671f844bf65ca811f16e440 2,601 1.00/1.00 vMB 4
701,319 701,319 0000000000000000000c9bb0b886f88c31f9d69b8eaaa655b725e3eac148d090 2,903 1.00/1.00 vMB 14
701,318 701,318 0000000000000000000e626f8f94195338ede15e75214c39c767a465417d7e28 2,881 1.00/1.00 vMB 19
701,317 701,317 00000000000000000001e56bdee1d3f20d6114615fe1bdc82e61209d285e5e68 1,928 0.86/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.76 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: 709.01 GB
    • Received: 16.82 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.