Loading Tool

Explorer IconExplorer

Memory Pool

78,003 transactions
29.20 vMB
0.08405914 BTC
Random Selection Loading Transactions
Max Size: 176.41/200 MB

Candidate Block

Mining Attempt b4904e4708aa47ce88602918b605d9aacf14a42a813c3dac0a6195dbff5c6303
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 392c0da2c985a707d0910513343c8d7af59fb03274afe53cb027e683921bb1e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,810
Size: 1.00 vMB
Total Fees: 0.02293391 BTC
Feerates: 302.06 > 2.30 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (229,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
685,346 685,346 000000000000000000016acc33775c2ea52abeb4407381b84fee5f7af97fdd8b 2,067 1.00/1.00 vMB 14
685,345 685,345 000000000000000000061fd20f1be9a4b62607fccd3a803e7692d907c70faffb 2,325 1.00/1.00 vMB 36
685,344 685,344 0000000000000000000874d93714f56116fc825289c8a41a47049fa442ca634b 1,006 1.00/1.00 vMB 67
685,343 685,343 00000000000000000008f06f4ee6d8aecbf11afabe81caacfa25bd1d4ec80424 473 1.00/1.00 vMB 23
685,342 685,342 000000000000000000094dbef1c877651953dbafdc69b05fa0273b10bcd3b4ca 2,133 1.00/1.00 vMB 63
685,341 685,341 0000000000000000000709b37039c17037efa15aeda130fc2ca2a78dcf8b14ff 1,589 1.00/1.00 vMB 41
685,340 685,340 000000000000000000015dc1187f165d0a83c4e8bd4acaa9d29c80ef3294b504 2,243 1.00/1.00 vMB 33
685,339 685,339 00000000000000000005f118d79bd2b94cf6eaa0b7524abf00672a1b321ee7e2 1,694 1.00/1.00 vMB 32
685,338 685,338 000000000000000000056e800d901ddb0f6f81d5725a93a5b405b7a96c3afb20 2,041 1.00/1.00 vMB 67
685,337 685,337 00000000000000000002fef8915b0f52d87f6ec2b51c8f5d850590a17a5696b1 1,990 1.00/1.00 vMB 41
685,336 685,336 00000000000000000001601e1dad41d9109682b666b0156061906c123b7d65e0 1,962 1.00/1.00 vMB 30
685,335 685,335 00000000000000000000262651c07b14bf597bc4df49edaa7a2d1b6e5af195ed 1,154 1.00/1.00 vMB 51
685,334 685,334 0000000000000000000a1c9c958f9e228c60b156c0502a789f6cd23bfb8f9829 2,101 1.00/1.00 vMB 69
685,333 685,333 0000000000000000000a217893a6419a2486fa1c9ea555736c302ce4f50f4d23 2,452 1.00/1.00 vMB 41
685,332 685,332 0000000000000000000049a14fb019fed66ce36c7aebb186a7a94dd8c277da17 1,912 1.00/1.00 vMB 52
685,331 685,331 00000000000000000006a067c9ec78c7f7a44359977b1c4d917b86540269cb3e 2,347 1.00/1.00 vMB 40
685,330 685,330 00000000000000000000d4767bc1737b44039473110c42bff6762eda97ca95f5 1,928 1.00/1.00 vMB 41
685,329 685,329 00000000000000000001e6900be9b4987ba898758cf8c58f4626e3528bc6947c 2,394 1.00/1.00 vMB 42
685,328 685,328 0000000000000000000539e085241dc19039d4dd4f0e81f3715e57bb4a9b1c97 1,459 1.00/1.00 vMB 60
685,327 685,327 00000000000000000009a7dc72cf3a2ba2573e9ce4d33ee4a9ed42a6ad22c786 2,019 1.00/1.00 vMB 78
685,326 685,326 000000000000000000013a3cb3da37380a24e36abe31cfed6e358db3fd9a82ab 1,719 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.62 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: 671.98 GB
    • Received: 16.09 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.