Loading Tool

Explorer IconExplorer

Memory Pool

24,284 transactions
5.60 vMB
0.03223746 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.81/200 MB

Candidate Block

Mining Attempt 36e97df6fb2cc70ac1cfb0750dc372b90e22ddcef21b1fa6ef4037c58bc8afa4
Version 20000000
Previous Block 00000000000000000001ca3d172fcc4297b887cf959b1dcd9557594f1994d576
Merkle Root baa890fa8ea42073ffd40aa55245588a17fee6edea15b1f310632d30c3f61308
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,898
Size: 0.65 vMB
Total Fees: 0.01917897 BTC
Avg Feerate: 2.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,007 (724,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,541 188,541 00000000000005c3eb518867f9a2230bde88adc61213a0ab7972c6c81378d27d 0.00 MB 12 15
188,540 188,540 00000000000004958164672af65740bb30574176d95a368928e1c2a88452ca9a 0.07 MB 160 96
188,539 188,539 0000000000000584f17faa104db04881849a9a2d6d25c88ec63df200a4ee9c51 0.15 MB 399 171
188,538 188,538 0000000000000881f9bb8ceefb7bfa9d6a61cc5d926f7ae1e39dab89ac5d8f3c 0.04 MB 114 199
188,537 188,537 000000000000068e21fb905df0d193f9ea0432936ce76e5cf80ed9eb5e791aa2 0.02 MB 82 68
188,536 188,536 00000000000003fdef00677a91ad70d7c4888e415f59ffa0e3def47492f5f57e 0.04 MB 91 89
188,535 188,535 0000000000000905cb458a6125fcf23840a6527782ea746088e2446d8fa04e22 0.22 MB 372 98
188,534 188,534 00000000000008bd9099d588acba8812875192057a56ce60b2a78e7b605727ad 0.25 MB 242 82
188,533 188,533 0000000000000729620760355eacf8de140fe2220b560b404beb54a5b6d21665 0.06 MB 114 92
188,532 188,532 000000000000061f8b963a67d16c8fe5e0b136f0651b9f3905163d9159621c35 0.04 MB 128 22
188,531 188,531 00000000000001310f277d612633c98808dd1677cdb543ce5ca0e222a64d18d9 0.25 MB 590 135
188,530 188,530 0000000000000412be2534fd3c05b724016cd627cc7f9a3ced1eb7c1f046b341 0.12 MB 299 123
188,529 188,529 0000000000000699f01c80a9cf8a59b9c2935124490a855015355269a48db237 0.01 MB 33 93
188,528 188,528 000000000000040167c69f7a835d124214316b72d9a9fc2ec2413a238b6ab6da 0.24 MB 512 103
188,527 188,527 000000000000079da5ca35f89821bf77449b23e1ed9ca834a6db9813cf59da56 0.25 MB 727 188
188,526 188,526 0000000000000775ff4ed4a434851e3fafe46617d595f06eb7d560d16b7d34a3 0.03 MB 119 4
188,525 188,525 00000000000000ecef0306e64d061acc3f97fa13a0cecb7a1d4690cd57c4ff1a 0.10 MB 221 92
188,524 188,524 000000000000020598dc0e67271176033e4bb5d21668bc534e4d148071db2244 0.07 MB 128 81
188,523 188,523 00000000000002b023e622cd03318943e6618091ffcd9e4601696dc117aabac3 0.25 MB 539 322
188,522 188,522 00000000000000ee032bc13c9cca737c21f2ca4b05a398eaa5105a9483899323 0.31 MB 654 232
188,521 188,521 000000000000031d3382b4041127eb905ec89a37c675ca9b75a98e13bbf8eb66 0.01 MB 47 138
Previous 10 blocks ↓
Total Size: 778.85 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: 386.70 GB
    • Received: 3.48 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.