Loading Tool

Explorer IconExplorer

Memory Pool

83,204 transactions
32.16 vMB
0.08561466 BTC
Random Selection Loading Transactions
Max Size: 195.24/200 MB

Candidate Block

Mining Attempt 1e5600fbb8f250410a356f50154ec363c9d21477678b594ea17b95964d82a66f
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 7bb1f221edd0a43fac6782e52ec8aa39e126f7cf2a53ff60d382ff59656cac31
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,190
Size: 1.00 vMB
Total Fees: 0.01502023 BTC
Feerates: 150.92 > 1.51 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (657,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
257,337 257,337 000000000000002bd9fd32b2cde03bb4e38ec00ba3622ba9fd11e8810c1640a3 659 0.30/1.00 vMB 93
257,336 257,336 000000000000002b07f1f8691bdeb5e77c30c8b2c84114deb237ebf7f28ad3ac 85 0.04/1.00 vMB 39
257,335 257,335 0000000000000008b677bab5753fc3f5382305f6c1b2ddab56f4fc2ae7ccf418 657 0.25/1.00 vMB 116
257,334 257,334 000000000000002d7917a31de0b7234fb112778f6b2bfa0f17f4b05ff82f6fc3 253 0.09/1.00 vMB 139
257,333 257,333 000000000000001f766f775979c09ca6754e34b7b36de70776394d3990f01d10 141 0.06/1.00 vMB 77
257,332 257,332 00000000000000113a70d722cce15ce80b0fcf693b2c05a229923a7ecd0c003e 27 0.02/1.00 vMB 29
257,331 257,331 0000000000000000c3f4507434db0a3f7454e4792db15f1779c07119c25aa9d7 477 0.16/1.00 vMB 119
257,330 257,330 0000000000000017950c282e052ee2374aecbcd6c8671c6699ddc8963faabf7d 329 0.14/1.00 vMB 103
257,329 257,329 000000000000001a9a5f2b309dc861731107febddc83f39b590c69c56edbd885 143 0.06/1.00 vMB 106
257,328 257,328 00000000000000268b18f1d5a26aab5ed8029d66155ac84dae8033a4e1eba716 36 0.01/1.00 vMB 77
257,327 257,327 000000000000001a78adce4a0d2d0bf5db5a3facf3646dc7a4da17a08b92e383 197 0.08/1.00 vMB 93
257,326 257,326 000000000000002547f2a0b1c582cf03cc1dc53e59a429ae3a525abc89bf85f3 274 0.13/1.00 vMB 97
257,325 257,325 000000000000000280f77bec8a6dec46d43d44d1e29d97197dd342d8943419e5 37 0.01/1.00 vMB 75
257,324 257,324 000000000000001a1c954bf4bbe6b7c9fb0d97e4bb4f006f03238142fc1aeba6 25 0.01/1.00 vMB 139
257,323 257,323 00000000000000303183b5959e1eb5e7309ee36bfd81715f5a309adc7248496b 73 0.04/1.00 vMB 69
257,322 257,322 0000000000000025abd1d964bf0e3133edd8a8e31cb9e71bccb3f44bb6f81005 214 0.08/1.00 vMB 108
257,321 257,321 00000000000000253ffa3aa59691d1f6f82bd1cc45da0277273b6a7ee496a322 62 0.02/1.00 vMB 145
257,320 257,320 000000000000002604cfa9acabe1b6ea11f5c58ca7a8e283182df532ae0a8d9d 268 0.12/1.00 vMB 123
257,319 257,319 000000000000001b70f60efc5949798e4657514a8b452822859ceb99aff0368b 302 0.12/1.00 vMB 87
257,318 257,318 000000000000001662ea0b4722c1fb12e256d2a4240e0e8c8f47138fefc10f59 75 0.03/1.00 vMB 133
257,317 257,317 0000000000000010344ab0bb3818c80c0a99bdb333a8cb32c52d79a320e45bd6 142 0.09/1.00 vMB 72
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.