Loading Tool

Explorer IconExplorer

Memory Pool

27,060 transactions
6.24 vMB
0.04867049 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.63/200 MB

Candidate Block

Mining Attempt 19af235f3e35c1f734fd1adfc0d97d93dc79a30684e1d80cb061cfc256769404
Version 20000000
Previous Block 000000000000000000021b497c4d33434100d408d0a7151ec3263bb19986820f
Merkle Root 6191656571ab0c81ee3513547bbabaf06d3bb98930bbbb4187ed5c587db3ff2c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,692
Size: 1.00 vMB
Total Fees: 0.03274437 BTC
Avg Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,122 (710,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,543 202,543 000000000000036e9de8f53ecdb225a0c54310635dc6750cc853bc872f7f2908 0.05 MB 94 163
202,542 202,542 00000000000003f2a6d2a9d9abc3cbea076c4cdec76965612071c62efbc59dca 0.14 MB 358 195
202,541 202,541 000000000000015154dcb56a7b7782505d6bd643c87d2da448ade5232e464af4 0.00 MB 16 149
202,540 202,540 00000000000001ea839aad01e23ae07b4ea6b1a40c3d2985d6155b387ba99db9 0.03 MB 68 93
202,539 202,539 00000000000000468f55438e9058977ebf44dc38d46d7d4ac672a72dc2657543 0.05 MB 127 45
202,538 202,538 00000000000003ae16e5df3604921f7527d80bb5881c3be9fc01bf21bc3a4c4c 0.04 MB 58 58
202,537 202,537 000000000000023230e10aee1a1db1a0b992d8694d09a047c8bf09ee86aa5dc0 0.07 MB 50 56
202,536 202,536 000000000000044335e2f96c073bd52c85176a4129e78ec856e6b1334e37961b 0.13 MB 301 132
202,535 202,535 000000000000051f069ebd154fa3d0a4e3e281beb1f18439e8338d89e8d9a6a0 0.25 MB 500 193
202,534 202,534 000000000000048199edeaebadebb1686013e6696df29d3c2b5ccfd448903a13 0.06 MB 181 273
202,533 202,533 00000000000003086a93bcc405960540af8728c407fbcb5769f7c9640ae7fff3 0.38 MB 849 157
202,532 202,532 000000000000035a842d1505fee9581dcd47fdff104fc122b87693a66de38e51 0.05 MB 145 284
202,531 202,531 00000000000003ae2d597cc846ac40085b898ac2b6930ea5e4caaeaff50ee4f0 0.01 MB 30 155
202,530 202,530 000000000000053269a26d9107aeb9a71f14d35d1e7fcdf0533d07499cc316e9 0.27 MB 510 147
202,529 202,529 00000000000003b4be07550c78f0b88a71d20b7780a2b0b25f47bb6623239445 0.00 MB 10 36
202,528 202,528 00000000000004df84e3c83b227cb642eb6201be84e3a911778e48401f3b0a29 0.03 MB 80 135
202,527 202,527 00000000000003bc9f9fefddc0131604b252644d4660f8e456b0a2480256bb75 0.23 MB 414 124
202,526 202,526 00000000000003cd9e7fd9a5c43212dbd7720d188e706959f7ddec7d32311cab 0.00 MB 13 155
202,525 202,525 00000000000002618351efc57dc60103d59cd1ae4a6adc0c6ecbb9cc9083cd97 0.25 MB 461 185
202,524 202,524 000000000000009bba565f16df29fbee9a946287b8e99cf20ecb415ca2f19245 0.08 MB 299 28
202,523 202,523 000000000000013e1d10a53c107bbe7de317f6d2b827586f121519b9a83b68a5 0.14 MB 301 153
Previous 10 blocks ↓
Total Size: 779.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 79
    • Outgoing: 10
  • Data Transfer:
    • Sent: 120.27 GB
    • Received: 0.52 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.