Loading Tool

Explorer IconExplorer

Memory Pool

84,881 transactions
31.84 vMB
0.16716817 BTC
Random Selection Loading Transactions
Max Size: 189.54/200 MB

Candidate Block

Mining Attempt 3920e977a85c51174276c6c5cbe2eddd928fa7e2be325a712f9b024ac939416c
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 8e8c47aff53299697f64b58e40383d46a6ffc7e12cc8c6f0f80615530fd64e3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,057
Size: 1.00 vMB
Total Fees: 0.05282491 BTC
Feerates: 402.75 > 5.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (404,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
510,656 510,656 00000000000000000037a775415f979aac96b04b2343821326e980d05187f42d 1,459 1.00/1.00 vMB 134
510,655 510,655 000000000000000000271a2df5bc9d9cf8ce70f48d32e1c26907177c1f123ae2 1,915 1.00/1.00 vMB 101
510,654 510,654 000000000000000000481ddee7a14bf0ba801f0fb87a67d18015456539b69788 1,702 1.00/1.00 vMB 84
510,653 510,653 0000000000000000004e5b4b40a20f6eb5c45f462b09afb86156e4440153fd7f 2,523 1.00/1.00 vMB 50
510,652 510,652 00000000000000000038047bc86f4707455961a487d03a5c06509446f4bb4019 1,016 1.00/1.00 vMB 72
510,651 510,651 0000000000000000003c4878ba7297133f0762a03fb7b0845cd4578d4db9114d 813 1.00/1.00 vMB 30
510,650 510,650 0000000000000000000abd0dbf538fff250a2b2f0c39cdc77c293e9ed079eb46 1,617 1.00/1.00 vMB 82
510,649 510,649 0000000000000000003cfe337ae3e17f7f6ae40368aa63696e345abc2dd6f0aa 1,869 1.00/1.00 vMB 15
510,648 510,648 0000000000000000001d4fa3965e9d9b63f87b067807dd2417600f3301a184bb 1,930 1.00/1.00 vMB 58
510,647 510,647 00000000000000000012e0eae104454770c1ecb4462bba3b60299775279ef0e7 1,518 1.00/1.00 vMB 68
510,646 510,646 0000000000000000002eff5d941b2c884c5b2aadb3e9ca44a55416c0e548a7d2 748 1.00/1.00 vMB 75
510,645 510,645 00000000000000000031651837210ae7564f5e809cf2cf52e222c43bd5b9eb10 311 1.00/1.00 vMB 57
510,644 510,644 0000000000000000000485e1314b4f91a91dbdadcf8cdd56b3bb523ae16be0bc 604 1.00/1.00 vMB 71
510,643 510,643 0000000000000000001109fb30bb9e9be650b12ecae0c77f1c15bf43665d290f 1,911 1.00/1.00 vMB 80
510,642 510,642 0000000000000000000f58c8c5998de43ea63dca270e1773a1793a15defc8e3a 2,016 1.00/1.00 vMB 94
510,641 510,641 00000000000000000015426d6d759446e6ae3e7773b051116948c301e01cb9d2 88 1.00/1.00 vMB 100
510,640 510,640 0000000000000000001a84d4f7ce7d0d7bf89959740ec07883e4fe6baee60feb 37 1.00/1.00 vMB 100
510,639 510,639 00000000000000000041d8f5a5a3eb3bd1228b5405c2bb1139e7054ef516d972 816 1.00/1.00 vMB 124
510,638 510,638 00000000000000000029ee4e84f7f1cb0739e9878160bbb475f57bce84776802 463 1.00/1.00 vMB 95
510,637 510,637 00000000000000000037b871a0d7d9eb9d0b2d3b54095b9f609965701100b4b4 1,159 1.00/1.00 vMB 129
510,636 510,636 0000000000000000002beda2fa371d1d4775326ff263a0c5656755c7ee3e2539 445 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.