Loading Tool

Explorer IconExplorer

Memory Pool

89,357 transactions
33.08 vMB
0.21056458 BTC
Random Selection Loading Transactions
Max Size: 199.91/200 MB

Candidate Block

Mining Attempt a8f51a1b80df6ad610a97966e29193fc488757d5a1d611e9f5eadf5d4cdc69b8
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 4cbbfb05252ec036e81cfe60cac10b78a8bab5bfe6d3ae0248d7f8d0be2a6594
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,633
Size: 1.00 vMB
Total Fees: 0.09456513 BTC
Feerates: 387.56 > 9.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (416,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,303 498,303 00000000000000000097669cdca131f24d40c4cc7d80eaa65967a2d09acf6ce6 2,917 1.00/1.00 vMB 475
498,302 498,302 0000000000000000009b5280441195a8128520fe1d09d3f23e69289ad4e0a62f 2,757 1.00/1.00 vMB 479
498,301 498,301 0000000000000000006cd7e8fd9568ef0a318237de2ffb499a9629c6695e59fd 2,921 1.00/1.00 vMB 494
498,300 498,300 0000000000000000007ad650f8f95e8dd074c73fff50473243a7656d012c3721 2,367 1.00/1.00 vMB 290
498,299 498,299 0000000000000000004c7f2012d0f7699b381a1530ae19ea92ba37cee53512e5 2,976 1.00/1.00 vMB 464
498,298 498,298 0000000000000000009d735d336ab3463ae13656a9874de24e641fe31d20b4c7 2,188 1.00/1.00 vMB 262
498,297 498,297 0000000000000000006cdf6dafaadf6e2e5ef79bc2b3d792534c6c64da49fcca 2,356 1.00/1.00 vMB 391
498,296 498,296 000000000000000000515d1a16ff2c2ea34430afed6d13e3a6b3471581ec3fd3 2,747 1.00/1.00 vMB 430
498,295 498,295 000000000000000000b0dd9f8311337f82136d0945061b711a50db6f2c25cfd2 2,077 1.00/1.00 vMB 238
498,294 498,294 000000000000000000a09f792c83950b71915115fe798f6ef3855cb5d66f47b6 2,774 1.00/1.00 vMB 272
498,293 498,293 000000000000000000aa31ca3a86381f0d8d80322922a73b1d47a870cfd53a91 2,622 1.00/1.00 vMB 404
498,292 498,292 00000000000000000099bf63f5ab2251b240ef126d0cc028bdc4dc6cf56588d1 2,757 1.00/1.00 vMB 483
498,291 498,291 000000000000000000a7399b62255ee947eed7e9a9c9ff48974d0b8503a6ac4e 2,594 1.00/1.00 vMB 305
498,290 498,290 0000000000000000002a4b570cd098145d83603b1bbe78e002d672c813442ce4 2,215 1.00/1.00 vMB 341
498,289 498,289 00000000000000000048cdc90196f47392f2840c8cc925a854c0f135d8208a1b 2,455 1.00/1.00 vMB 425
498,288 498,288 0000000000000000000d529bdee78358402d6361032d122f91018e3d536ce403 1,577 1.00/1.00 vMB 302
498,287 498,287 0000000000000000000691799021b01a956de80b18dea713502b6fb52a2fc3c4 2,644 1.00/1.00 vMB 283
498,286 498,286 00000000000000000012cc885033973b25f1a9debf90d9c30c17547a1009b869 2,599 1.00/1.00 vMB 424
498,285 498,285 0000000000000000005a7a58d6b2ac41c99b28def49ab527608bef634c3e53f6 2,652 1.00/1.00 vMB 270
498,284 498,284 0000000000000000005b4c175ec80faa8000dad8727045f73f498986e5ca762b 2,880 1.00/1.00 vMB 477
498,283 498,283 00000000000000000050e6e6342a819b1b1d01aa42ca59ce73e56cab06018685 2,595 1.00/1.00 vMB 320
Previous 10 blocks ↓
Total Size: 782.31 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: 660.19 GB
    • Received: 14.62 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.