Loading Tool

Explorer IconExplorer

Memory Pool

45,192 transactions
27.16 vMB
0.07252443 BTC
Random Selection Loading Transactions
Max Size: 143.09/200 MB

Candidate Block

Mining Attempt eb3664ec1245ee9a8d4cb07b32e705cda876872170f724bb988ec894808ae08a
Version 20000000
Previous Block 00000000000000000000facfaa62459f98f3b2a139e8179039060bf314a7e923
Merkle Root b9058427d69f65e5484e87278cd7a0b614e658977f7232f91321a1e1fdfb455e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,963
Size: 1.00 vMB
Total Fees: 0.02178607 BTC
Feerates: 251.72 > 2.18 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,747 (417,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,274 497,274 0000000000000000003bd99bed76f0b08594503422fea7b4f3381c83a11095ff 2,858 1.00/1.00 vMB 168
497,273 497,273 00000000000000000091f44823c4981420e10fb0751fb1d2520a728b0d52b610 1,410 1.00/1.00 vMB 18
497,272 497,272 0000000000000000008006f42352e6af27b9c0e522adc0e74fb4eb5de9b77087 2,638 1.00/1.00 vMB 165
497,271 497,271 000000000000000000c8acbf788e3afad2d7a8f2cc3d439717318c9c33131f31 2,427 1.00/1.00 vMB 148
497,270 497,270 000000000000000000ccf4164047a3469e59296a98b7264877834971ed19af98 2,253 1.00/1.00 vMB 169
497,269 497,269 000000000000000000ce32a9ed8f6ed55394bcbb79cc3b2b0e1abcfea550d423 1,966 1.00/1.00 vMB 37
497,268 497,268 0000000000000000000663e22f55b895cd4eaf979ced479699391e4c98cabb50 2,335 1.00/1.00 vMB 33
497,267 497,267 0000000000000000003c0839918f3e27d3cb7e9a74686ec6358dcbdc65710683 1,464 1.00/1.00 vMB 78
497,266 497,266 00000000000000000083fe2ec85afaaa282597d2f06e0824bc0d7f0957ecc419 2,113 1.00/1.00 vMB 44
497,265 497,265 00000000000000000055148166598eb5bcc528679fb260a4bd3099880b028bf8 2,489 1.00/1.00 vMB 158
497,264 497,264 0000000000000000002051f8c702e04001fc2e22a5f80d1cbad256d79293021a 2,295 1.00/1.00 vMB 189
497,263 497,263 00000000000000000073e0685e34ddb04c54d99b6b92ab4e08ba85eba61fdb11 2,965 1.00/1.00 vMB 26
497,262 497,262 00000000000000000033511e3d60107bf559ece6e88c4889f58e935f0513a50f 3,131 1.00/1.00 vMB 82
497,261 497,261 000000000000000000cb74caba718b0e61d323184f743c2269310179acfb6129 2,308 1.00/1.00 vMB 88
497,260 497,260 000000000000000000a732cd1253d5367d2ce3abe7872888283545fb34a08efd 2,215 1.00/1.00 vMB 69
497,259 497,259 0000000000000000009c1af2ccf71ebbc072d53bd8e5ba46c09b71b3ec3915d3 2,478 1.00/1.00 vMB 160
497,258 497,258 000000000000000000362d17dbf0d8d3e78121a2ed3d2d6d16c5995712f89d9e 2,360 1.00/1.00 vMB 157
497,257 497,257 0000000000000000000d7b3fbc35e63c5947514dbe93f65eddb79accc5196385 1,923 1.00/1.00 vMB 155
497,256 497,256 00000000000000000043d443649d9010e2280e89ce038009f3e95336674137c8 2,789 1.00/1.00 vMB 149
497,255 497,255 0000000000000000002f009157c9eb1b52f9c17a129494d02d319680747d64d0 2,392 1.00/1.00 vMB 189
497,254 497,254 00000000000000000085c41600c86e3cbff5ec3c6ce1d0be0f9b8bbfc0c0aff3 2,540 1.00/1.00 vMB 118
Previous 10 blocks ↓
Total Size: 781.94 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: 646.71 GB
    • Received: 12.88 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.